Interface Campaign.PerformanceMaxUpgradeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Campaign.PerformanceMaxUpgrade,Campaign.PerformanceMaxUpgrade.Builder
- Enclosing class:
- Campaign
public static interface Campaign.PerformanceMaxUpgradeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOutput only.com.google.protobuf.ByteStringOutput only.Output only.com.google.protobuf.ByteStringOutput only.Output only.intOutput only.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
-
getPerformanceMaxCampaign
String getPerformanceMaxCampaign()Output only. The resource name of the Performance Max campaign the campaign is upgraded to.
string performance_max_campaign = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- The performanceMaxCampaign.
-
getPerformanceMaxCampaignBytes
com.google.protobuf.ByteString getPerformanceMaxCampaignBytes()Output only. The resource name of the Performance Max campaign the campaign is upgraded to.
string performance_max_campaign = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for performanceMaxCampaign.
-
getPreUpgradeCampaign
String getPreUpgradeCampaign()Output only. The resource name of the legacy campaign upgraded to Performance Max.
string pre_upgrade_campaign = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- The preUpgradeCampaign.
-
getPreUpgradeCampaignBytes
com.google.protobuf.ByteString getPreUpgradeCampaignBytes()Output only. The resource name of the legacy campaign upgraded to Performance Max.
string pre_upgrade_campaign = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for preUpgradeCampaign.
-
getStatusValue
int getStatusValue()Output only. The upgrade status of a campaign requested to be upgraded to Performance Max.
.google.ads.googleads.v18.enums.PerformanceMaxUpgradeStatusEnum.PerformanceMaxUpgradeStatus status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for status.
-
getStatus
Output only. The upgrade status of a campaign requested to be upgraded to Performance Max.
.google.ads.googleads.v18.enums.PerformanceMaxUpgradeStatusEnum.PerformanceMaxUpgradeStatus status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The status.
-