Interface AdxExt.SourceExt.SupplyChainOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getComplete()
      Flag indicating whether the chain contains all nodes involved in the transaction leading back to the owner of the site, app or other medium of the inventory, where 0 = no, 1 = yes.
      AdxExt.SourceExt.SupplyChain.SupplyChainNode getNodes​(int index)
      Array of SupplyChainNode objects in the order of the chain.
      int getNodesCount()
      Array of SupplyChainNode objects in the order of the chain.
      List<AdxExt.SourceExt.SupplyChain.SupplyChainNode> getNodesList()
      Array of SupplyChainNode objects in the order of the chain.
      AdxExt.SourceExt.SupplyChain.SupplyChainNodeOrBuilder getNodesOrBuilder​(int index)
      Array of SupplyChainNode objects in the order of the chain.
      List<? extends AdxExt.SourceExt.SupplyChain.SupplyChainNodeOrBuilder> getNodesOrBuilderList()
      Array of SupplyChainNode objects in the order of the chain.
      String getVer()
      Version of the supply chain specification in use, in the format of "major.minor".
      com.google.protobuf.ByteString getVerBytes()
      Version of the supply chain specification in use, in the format of "major.minor".
      boolean hasComplete()
      Flag indicating whether the chain contains all nodes involved in the transaction leading back to the owner of the site, app or other medium of the inventory, where 0 = no, 1 = yes.
      boolean hasVer()
      Version of the supply chain specification in use, in the format of "major.minor".
      • 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

      • hasComplete

        boolean hasComplete()
         Flag indicating whether the chain contains all nodes involved in the
         transaction leading back to the owner of the site, app or other medium
         of the inventory, where 0 = no, 1 = yes.
         
        optional int32 complete = 1;
        Returns:
        Whether the complete field is set.
      • getComplete

        int getComplete()
         Flag indicating whether the chain contains all nodes involved in the
         transaction leading back to the owner of the site, app or other medium
         of the inventory, where 0 = no, 1 = yes.
         
        optional int32 complete = 1;
        Returns:
        The complete.
      • getNodesList

        List<AdxExt.SourceExt.SupplyChain.SupplyChainNode> getNodesList()
         Array of SupplyChainNode objects in the order of the chain.
         In a complete supply chain, the first node represents the initial
         advertising system and seller ID involved in the transaction, i.e. the
         owner of the site, app, or other medium. In an incomplete supply chain,
         it represents the first known node. The last node represents the entity
         sending this bid request.
         
        repeated .com.google.doubleclick.SourceExt.SupplyChain.SupplyChainNode nodes = 2;
      • getNodes

        AdxExt.SourceExt.SupplyChain.SupplyChainNode getNodes​(int index)
         Array of SupplyChainNode objects in the order of the chain.
         In a complete supply chain, the first node represents the initial
         advertising system and seller ID involved in the transaction, i.e. the
         owner of the site, app, or other medium. In an incomplete supply chain,
         it represents the first known node. The last node represents the entity
         sending this bid request.
         
        repeated .com.google.doubleclick.SourceExt.SupplyChain.SupplyChainNode nodes = 2;
      • getNodesCount

        int getNodesCount()
         Array of SupplyChainNode objects in the order of the chain.
         In a complete supply chain, the first node represents the initial
         advertising system and seller ID involved in the transaction, i.e. the
         owner of the site, app, or other medium. In an incomplete supply chain,
         it represents the first known node. The last node represents the entity
         sending this bid request.
         
        repeated .com.google.doubleclick.SourceExt.SupplyChain.SupplyChainNode nodes = 2;
      • getNodesOrBuilderList

        List<? extends AdxExt.SourceExt.SupplyChain.SupplyChainNodeOrBuilder> getNodesOrBuilderList()
         Array of SupplyChainNode objects in the order of the chain.
         In a complete supply chain, the first node represents the initial
         advertising system and seller ID involved in the transaction, i.e. the
         owner of the site, app, or other medium. In an incomplete supply chain,
         it represents the first known node. The last node represents the entity
         sending this bid request.
         
        repeated .com.google.doubleclick.SourceExt.SupplyChain.SupplyChainNode nodes = 2;
      • getNodesOrBuilder

        AdxExt.SourceExt.SupplyChain.SupplyChainNodeOrBuilder getNodesOrBuilder​(int index)
         Array of SupplyChainNode objects in the order of the chain.
         In a complete supply chain, the first node represents the initial
         advertising system and seller ID involved in the transaction, i.e. the
         owner of the site, app, or other medium. In an incomplete supply chain,
         it represents the first known node. The last node represents the entity
         sending this bid request.
         
        repeated .com.google.doubleclick.SourceExt.SupplyChain.SupplyChainNode nodes = 2;
      • hasVer

        boolean hasVer()
         Version of the supply chain specification in use, in the format of
         "major.minor". For example, for version 1.0 of the spec,
         use the string "1.0".
         
        optional string ver = 3;
        Returns:
        Whether the ver field is set.
      • getVer

        String getVer()
         Version of the supply chain specification in use, in the format of
         "major.minor". For example, for version 1.0 of the spec,
         use the string "1.0".
         
        optional string ver = 3;
        Returns:
        The ver.
      • getVerBytes

        com.google.protobuf.ByteString getVerBytes()
         Version of the supply chain specification in use, in the format of
         "major.minor". For example, for version 1.0 of the spec,
         use the string "1.0".
         
        optional string ver = 3;
        Returns:
        The bytes for ver.