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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CampaignBudgetMappinggetCampaignBudgetMappings(int index)Required.intgetCampaignBudgetMappingsCount()Required.java.util.List<CampaignBudgetMapping>getCampaignBudgetMappingsList()Required.CampaignBudgetMappingOrBuildergetCampaignBudgetMappingsOrBuilder(int index)Required.java.util.List<? extends CampaignBudgetMappingOrBuilder>getCampaignBudgetMappingsOrBuilderList()Required.java.lang.StringgetExperiment()Required.com.google.protobuf.ByteStringgetExperimentBytes()Required.booleangetValidateOnly()If true, the request is validated but not executed.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getExperiment
java.lang.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
java.util.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.v10.services.CampaignBudgetMapping campaign_budget_mappings = 2 [(.google.api.field_behavior) = REQUIRED];
-
getCampaignBudgetMappings
CampaignBudgetMapping getCampaignBudgetMappings(int index)
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.v10.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.v10.services.CampaignBudgetMapping campaign_budget_mappings = 2 [(.google.api.field_behavior) = REQUIRED];
-
getCampaignBudgetMappingsOrBuilderList
java.util.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.v10.services.CampaignBudgetMapping campaign_budget_mappings = 2 [(.google.api.field_behavior) = REQUIRED];
-
getCampaignBudgetMappingsOrBuilder
CampaignBudgetMappingOrBuilder getCampaignBudgetMappingsOrBuilder(int index)
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.v10.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.
-
-