Interface Campaign.DiscoveryCampaignSettingsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Campaign.DiscoveryCampaignSettings,Campaign.DiscoveryCampaignSettings.Builder
- Enclosing class:
- Campaign
public static interface Campaign.DiscoveryCampaignSettingsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetUpgradedTargeting()Immutable.booleanhasUpgradedTargeting()Immutable.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasUpgradedTargeting
boolean hasUpgradedTargeting()
Immutable. Specifies whether this campaign uses upgraded targeting options. When this field is set to `true`, you can use location and language targeting at the ad group level as opposed to the standard campaign-level targeting. This field defaults to `false`, and can only be set when creating a campaign.
optional bool upgraded_targeting = 1 [(.google.api.field_behavior) = IMMUTABLE];- Returns:
- Whether the upgradedTargeting field is set.
-
getUpgradedTargeting
boolean getUpgradedTargeting()
Immutable. Specifies whether this campaign uses upgraded targeting options. When this field is set to `true`, you can use location and language targeting at the ad group level as opposed to the standard campaign-level targeting. This field defaults to `false`, and can only be set when creating a campaign.
optional bool upgraded_targeting = 1 [(.google.api.field_behavior) = IMMUTABLE];- Returns:
- The upgradedTargeting.
-
-