Interface GraduateExperimentRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GraduateExperimentRequest,GraduateExperimentRequest.Builder
public interface GraduateExperimentRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCampaignBudgetMappings(int index) Required.intRequired.Required.getCampaignBudgetMappingsOrBuilder(int index) Required.List<? extends CampaignBudgetMappingOrBuilder>Required.Required.com.google.protobuf.ByteStringRequired.booleanIf true, the request is validated but not executed.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
-
getExperiment
String getExperiment()Required. The experiment to be graduated.
string experiment = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The experiment.
-
getExperimentBytes
com.google.protobuf.ByteString getExperimentBytes()Required. The experiment to be graduated.
string experiment = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for experiment.
-
getCampaignBudgetMappingsList
List<CampaignBudgetMapping> getCampaignBudgetMappingsList()Required. List of campaign budget mappings for graduation. Each campaign that appears here will graduate, and will be assigned a new budget that is paired with it in the mapping. The maximum size is one.
repeated .google.ads.googleads.v18.services.CampaignBudgetMapping campaign_budget_mappings = 2 [(.google.api.field_behavior) = REQUIRED]; -
getCampaignBudgetMappings
Required. List of campaign budget mappings for graduation. Each campaign that appears here will graduate, and will be assigned a new budget that is paired with it in the mapping. The maximum size is one.
repeated .google.ads.googleads.v18.services.CampaignBudgetMapping campaign_budget_mappings = 2 [(.google.api.field_behavior) = REQUIRED]; -
getCampaignBudgetMappingsCount
int getCampaignBudgetMappingsCount()Required. List of campaign budget mappings for graduation. Each campaign that appears here will graduate, and will be assigned a new budget that is paired with it in the mapping. The maximum size is one.
repeated .google.ads.googleads.v18.services.CampaignBudgetMapping campaign_budget_mappings = 2 [(.google.api.field_behavior) = REQUIRED]; -
getCampaignBudgetMappingsOrBuilderList
List<? extends CampaignBudgetMappingOrBuilder> getCampaignBudgetMappingsOrBuilderList()Required. List of campaign budget mappings for graduation. Each campaign that appears here will graduate, and will be assigned a new budget that is paired with it in the mapping. The maximum size is one.
repeated .google.ads.googleads.v18.services.CampaignBudgetMapping campaign_budget_mappings = 2 [(.google.api.field_behavior) = REQUIRED]; -
getCampaignBudgetMappingsOrBuilder
Required. List of campaign budget mappings for graduation. Each campaign that appears here will graduate, and will be assigned a new budget that is paired with it in the mapping. The maximum size is one.
repeated .google.ads.googleads.v18.services.CampaignBudgetMapping campaign_budget_mappings = 2 [(.google.api.field_behavior) = REQUIRED]; -
getValidateOnly
boolean getValidateOnly()If true, the request is validated but not executed. Only errors are returned, not results.
bool validate_only = 3;- Returns:
- The validateOnly.
-