Interface AdxExt.SourceExt.SupplyChain.SupplyChainNodeOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getAsi()
      The canonical domain name of the SSP, Exchange, Header Wrapper, etc system that bidders connect to.
      com.google.protobuf.ByteString getAsiBytes()
      The canonical domain name of the SSP, Exchange, Header Wrapper, etc system that bidders connect to.
      String getDomain()
      The business domain name of the entity represented by this node.
      com.google.protobuf.ByteString getDomainBytes()
      The business domain name of the entity represented by this node.
      int getHp()
      Indicates whether this node will be involved in the flow of payment for the inventory.
      String getName()
      The name of the company (the legal entity) that is paid for inventory transacted under the given seller_id.
      com.google.protobuf.ByteString getNameBytes()
      The name of the company (the legal entity) that is paid for inventory transacted under the given seller_id.
      String getRid()
      The OpenRTB RequestId of the request as issued by this seller.
      com.google.protobuf.ByteString getRidBytes()
      The OpenRTB RequestId of the request as issued by this seller.
      String getSid()
      The identifier associated with the seller or reseller account within the advertising system.
      com.google.protobuf.ByteString getSidBytes()
      The identifier associated with the seller or reseller account within the advertising system.
      boolean hasAsi()
      The canonical domain name of the SSP, Exchange, Header Wrapper, etc system that bidders connect to.
      boolean hasDomain()
      The business domain name of the entity represented by this node.
      boolean hasHp()
      Indicates whether this node will be involved in the flow of payment for the inventory.
      boolean hasName()
      The name of the company (the legal entity) that is paid for inventory transacted under the given seller_id.
      boolean hasRid()
      The OpenRTB RequestId of the request as issued by this seller.
      boolean hasSid()
      The identifier associated with the seller or reseller account within the advertising system.
      • 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

      • hasAsi

        boolean hasAsi()
         The canonical domain name of the SSP, Exchange, Header Wrapper, etc
         system that bidders connect to. This may be the operational domain
         of the system, if that is different than the parent corporate domain,
         to facilitate WHOIS and reverse IP lookups to establish clear
         ownership of the delegate system. This should be the same value as
         used to identify sellers in an ads.txt file if one exists.
         
        optional string asi = 1;
        Returns:
        Whether the asi field is set.
      • getAsi

        String getAsi()
         The canonical domain name of the SSP, Exchange, Header Wrapper, etc
         system that bidders connect to. This may be the operational domain
         of the system, if that is different than the parent corporate domain,
         to facilitate WHOIS and reverse IP lookups to establish clear
         ownership of the delegate system. This should be the same value as
         used to identify sellers in an ads.txt file if one exists.
         
        optional string asi = 1;
        Returns:
        The asi.
      • getAsiBytes

        com.google.protobuf.ByteString getAsiBytes()
         The canonical domain name of the SSP, Exchange, Header Wrapper, etc
         system that bidders connect to. This may be the operational domain
         of the system, if that is different than the parent corporate domain,
         to facilitate WHOIS and reverse IP lookups to establish clear
         ownership of the delegate system. This should be the same value as
         used to identify sellers in an ads.txt file if one exists.
         
        optional string asi = 1;
        Returns:
        The bytes for asi.
      • hasSid

        boolean hasSid()
         The identifier associated with the seller or reseller account within
         the advertising system. This must contain the same value used in
         transactions (i.e. OpenRTB bid requests) in the field specified by
         the SSP/exchange. Typically, in OpenRTB, this is publisher.id.
         For OpenDirect it is typically the publisher's organization ID.
         Should be limited to 64 characters in length.
         
        optional string sid = 2;
        Returns:
        Whether the sid field is set.
      • getSid

        String getSid()
         The identifier associated with the seller or reseller account within
         the advertising system. This must contain the same value used in
         transactions (i.e. OpenRTB bid requests) in the field specified by
         the SSP/exchange. Typically, in OpenRTB, this is publisher.id.
         For OpenDirect it is typically the publisher's organization ID.
         Should be limited to 64 characters in length.
         
        optional string sid = 2;
        Returns:
        The sid.
      • getSidBytes

        com.google.protobuf.ByteString getSidBytes()
         The identifier associated with the seller or reseller account within
         the advertising system. This must contain the same value used in
         transactions (i.e. OpenRTB bid requests) in the field specified by
         the SSP/exchange. Typically, in OpenRTB, this is publisher.id.
         For OpenDirect it is typically the publisher's organization ID.
         Should be limited to 64 characters in length.
         
        optional string sid = 2;
        Returns:
        The bytes for sid.
      • hasRid

        boolean hasRid()
         The OpenRTB RequestId of the request as issued by this seller.
         
        optional string rid = 3;
        Returns:
        Whether the rid field is set.
      • getRid

        String getRid()
         The OpenRTB RequestId of the request as issued by this seller.
         
        optional string rid = 3;
        Returns:
        The rid.
      • getRidBytes

        com.google.protobuf.ByteString getRidBytes()
         The OpenRTB RequestId of the request as issued by this seller.
         
        optional string rid = 3;
        Returns:
        The bytes for rid.
      • hasName

        boolean hasName()
         The name of the company (the legal entity) that is paid for inventory
         transacted under the given seller_id. This value is optional and
         should NOT be included if it exists in the advertising system's
         sellers.json file.
         
        optional string name = 4;
        Returns:
        Whether the name field is set.
      • getName

        String getName()
         The name of the company (the legal entity) that is paid for inventory
         transacted under the given seller_id. This value is optional and
         should NOT be included if it exists in the advertising system's
         sellers.json file.
         
        optional string name = 4;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         The name of the company (the legal entity) that is paid for inventory
         transacted under the given seller_id. This value is optional and
         should NOT be included if it exists in the advertising system's
         sellers.json file.
         
        optional string name = 4;
        Returns:
        The bytes for name.
      • hasDomain

        boolean hasDomain()
         The business domain name of the entity represented by this node.
         This value is optional and should NOT be included if it exists in
         the advertising system's sellers.json file.
         
        optional string domain = 5;
        Returns:
        Whether the domain field is set.
      • getDomain

        String getDomain()
         The business domain name of the entity represented by this node.
         This value is optional and should NOT be included if it exists in
         the advertising system's sellers.json file.
         
        optional string domain = 5;
        Returns:
        The domain.
      • getDomainBytes

        com.google.protobuf.ByteString getDomainBytes()
         The business domain name of the entity represented by this node.
         This value is optional and should NOT be included if it exists in
         the advertising system's sellers.json file.
         
        optional string domain = 5;
        Returns:
        The bytes for domain.
      • hasHp

        boolean hasHp()
         Indicates whether this node will be involved in the flow of payment
         for the inventory. When set to 1, the advertising system in the asi
         field pays the seller in the sid field, who is responsible for paying
         the previous node in the chain. When set to 0, this node is not
         involved in the flow of payment for the inventory. For version 1.0 of
         SupplyChain, this property should always be 1. It is explicitly
         required to be included as it is expected that future versions of the
         specification will introduce non-payment handling nodes.
         Implementers should ensure that they support this field and propagate
         it onwards when constructing SupplyChain objects in bid requests sent
         to a downstream advertising system.
         
        optional int32 hp = 6;
        Returns:
        Whether the hp field is set.
      • getHp

        int getHp()
         Indicates whether this node will be involved in the flow of payment
         for the inventory. When set to 1, the advertising system in the asi
         field pays the seller in the sid field, who is responsible for paying
         the previous node in the chain. When set to 0, this node is not
         involved in the flow of payment for the inventory. For version 1.0 of
         SupplyChain, this property should always be 1. It is explicitly
         required to be included as it is expected that future versions of the
         specification will introduce non-payment handling nodes.
         Implementers should ensure that they support this field and propagate
         it onwards when constructing SupplyChain objects in bid requests sent
         to a downstream advertising system.
         
        optional int32 hp = 6;
        Returns:
        The hp.