Interface AdxExt.DealExtOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    AdxExt.DealExt, AdxExt.DealExt.Builder
    Enclosing class:
    AdxExt

    public static interface AdxExt.DealExtOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      AdxExt.DealExt.CreativeSourceType getCreativeSource()
      optional .com.google.doubleclick.DealExt.CreativeSourceType creative_source = 4 [default = CREATIVE_SOURCE_ADVERTISER];
      AdxExt.DealExt.DealType getDealType()
      optional .com.google.doubleclick.DealExt.DealType deal_type = 1 [default = UNKNOWN_DEAL_TYPE];
      boolean getMustBid()
      This field is only applicable to Programmatic Guaranteed deals.
      boolean getPublisherBlocksOverridden()
      Whether the publisher has exempted this deal from configured blocks.
      boolean hasCreativeSource()
      optional .com.google.doubleclick.DealExt.CreativeSourceType creative_source = 4 [default = CREATIVE_SOURCE_ADVERTISER];
      boolean hasDealType()
      optional .com.google.doubleclick.DealExt.DealType deal_type = 1 [default = UNKNOWN_DEAL_TYPE];
      boolean hasMustBid()
      This field is only applicable to Programmatic Guaranteed deals.
      boolean hasPublisherBlocksOverridden()
      Whether the publisher has exempted this deal from configured blocks.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasDealType

        boolean hasDealType()
        optional .com.google.doubleclick.DealExt.DealType deal_type = 1 [default = UNKNOWN_DEAL_TYPE];
        Returns:
        Whether the dealType field is set.
      • getDealType

        AdxExt.DealExt.DealType getDealType()
        optional .com.google.doubleclick.DealExt.DealType deal_type = 1 [default = UNKNOWN_DEAL_TYPE];
        Returns:
        The dealType.
      • hasMustBid

        boolean hasMustBid()
         This field is only applicable to Programmatic Guaranteed deals. The
         buyer is allowed to skip bidding on the impression if this field is
         false. When it is true, the buyer is required to bid on this deal for
         this impression opportunity. This field will always be filled explicitly
         for the JSON wire format.
         
        optional bool must_bid = 2 [default = true];
        Returns:
        Whether the mustBid field is set.
      • getMustBid

        boolean getMustBid()
         This field is only applicable to Programmatic Guaranteed deals. The
         buyer is allowed to skip bidding on the impression if this field is
         false. When it is true, the buyer is required to bid on this deal for
         this impression opportunity. This field will always be filled explicitly
         for the JSON wire format.
         
        optional bool must_bid = 2 [default = true];
        Returns:
        The mustBid.
      • hasPublisherBlocksOverridden

        boolean hasPublisherBlocksOverridden()
         Whether the publisher has exempted this deal from configured blocks. This
         setting does not override AdX policies or Ad Review Center decisions. See
         https://support.google.com/authorizedbuyers/answer/6114194 for more
         information.
         
        optional bool publisher_blocks_overridden = 3;
        Returns:
        Whether the publisherBlocksOverridden field is set.
      • getPublisherBlocksOverridden

        boolean getPublisherBlocksOverridden()
         Whether the publisher has exempted this deal from configured blocks. This
         setting does not override AdX policies or Ad Review Center decisions. See
         https://support.google.com/authorizedbuyers/answer/6114194 for more
         information.
         
        optional bool publisher_blocks_overridden = 3;
        Returns:
        The publisherBlocksOverridden.
      • hasCreativeSource

        boolean hasCreativeSource()
        optional .com.google.doubleclick.DealExt.CreativeSourceType creative_source = 4 [default = CREATIVE_SOURCE_ADVERTISER];
        Returns:
        Whether the creativeSource field is set.
      • getCreativeSource

        AdxExt.DealExt.CreativeSourceType getCreativeSource()
        optional .com.google.doubleclick.DealExt.CreativeSourceType creative_source = 4 [default = CREATIVE_SOURCE_ADVERTISER];
        Returns:
        The creativeSource.