Interface AdxExt.ImpExt.CreativeEnforcementSettingsOrBuilder

    • Method Detail

      • hasPolicyEnforcement

        boolean hasPolicyEnforcement()
        optional .com.google.doubleclick.ImpExt.CreativeEnforcementSettings.PolicyEnforcement policy_enforcement = 1;
        Returns:
        Whether the policyEnforcement field is set.
      • hasPublisherBlocksEnforcement

        boolean hasPublisherBlocksEnforcement()
        optional .com.google.doubleclick.ImpExt.CreativeEnforcementSettings.PublisherBlocksEnforcement publisher_blocks_enforcement = 3;
        Returns:
        Whether the publisherBlocksEnforcement field is set.
      • hasIsDefault

        @Deprecated
        boolean hasIsDefault()
        Deprecated.
        com.google.doubleclick.ImpExt.CreativeEnforcementSettings.is_default is deprecated. See openrtb-adx.proto;l=208
         Deprecated. 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=208
         Deprecated. 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.