Package com.google.doubleclick
Interface AdxExt.ImpExt.CreativeEnforcementSettingsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdxExt.ImpExt.CreativeEnforcementSettings,AdxExt.ImpExt.CreativeEnforcementSettings.Builder
- Enclosing class:
- AdxExt.ImpExt
public static interface AdxExt.ImpExt.CreativeEnforcementSettingsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleangetIsDefault()Deprecated.com.google.doubleclick.ImpExt.CreativeEnforcementSettings.is_default is deprecated.AdxExt.ImpExt.CreativeEnforcementSettings.PolicyEnforcementgetPolicyEnforcement()optional .com.google.doubleclick.ImpExt.CreativeEnforcementSettings.PolicyEnforcement policy_enforcement = 1;AdxExt.ImpExt.CreativeEnforcementSettings.PublisherBlocksEnforcementgetPublisherBlocksEnforcement()optional .com.google.doubleclick.ImpExt.CreativeEnforcementSettings.PublisherBlocksEnforcement publisher_blocks_enforcement = 3;booleanhasIsDefault()Deprecated.com.google.doubleclick.ImpExt.CreativeEnforcementSettings.is_default is deprecated.booleanhasPolicyEnforcement()optional .com.google.doubleclick.ImpExt.CreativeEnforcementSettings.PolicyEnforcement policy_enforcement = 1;booleanhasPublisherBlocksEnforcement()optional .com.google.doubleclick.ImpExt.CreativeEnforcementSettings.PublisherBlocksEnforcement publisher_blocks_enforcement = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasPolicyEnforcement
boolean hasPolicyEnforcement()
optional .com.google.doubleclick.ImpExt.CreativeEnforcementSettings.PolicyEnforcement policy_enforcement = 1;- Returns:
- Whether the policyEnforcement field is set.
-
getPolicyEnforcement
AdxExt.ImpExt.CreativeEnforcementSettings.PolicyEnforcement getPolicyEnforcement()
optional .com.google.doubleclick.ImpExt.CreativeEnforcementSettings.PolicyEnforcement policy_enforcement = 1;- Returns:
- The policyEnforcement.
-
hasPublisherBlocksEnforcement
boolean hasPublisherBlocksEnforcement()
optional .com.google.doubleclick.ImpExt.CreativeEnforcementSettings.PublisherBlocksEnforcement publisher_blocks_enforcement = 3;- Returns:
- Whether the publisherBlocksEnforcement field is set.
-
getPublisherBlocksEnforcement
AdxExt.ImpExt.CreativeEnforcementSettings.PublisherBlocksEnforcement getPublisherBlocksEnforcement()
optional .com.google.doubleclick.ImpExt.CreativeEnforcementSettings.PublisherBlocksEnforcement publisher_blocks_enforcement = 3;- Returns:
- The publisherBlocksEnforcement.
-
hasIsDefault
@Deprecated boolean hasIsDefault()
Deprecated.com.google.doubleclick.ImpExt.CreativeEnforcementSettings.is_default is deprecated. See openrtb-adx.proto;l=208Deprecated. This will be removed in August 2022. Indicates whether the policy, scan and publisher blocks level combination is the default combination for this bidder. Please use policy_enforcement and publisher_blocks_enforcement in CreativeEnforcementSettings to learn which creative policy and publisher blocks apply to the request.
optional bool is_default = 4 [deprecated = true];- Returns:
- Whether the isDefault field is set.
-
getIsDefault
@Deprecated boolean getIsDefault()
Deprecated.com.google.doubleclick.ImpExt.CreativeEnforcementSettings.is_default is deprecated. See openrtb-adx.proto;l=208Deprecated. This will be removed in August 2022. Indicates whether the policy, scan and publisher blocks level combination is the default combination for this bidder. Please use policy_enforcement and publisher_blocks_enforcement in CreativeEnforcementSettings to learn which creative policy and publisher blocks apply to the request.
optional bool is_default = 4 [deprecated = true];- Returns:
- The isDefault.
-
-