Interface AdxExt.ImpExt.BuyerGeneratedRequestDataOrBuilder

    • Method Detail

      • hasSourceApp

        boolean hasSourceApp()
        .com.google.doubleclick.ImpExt.BuyerGeneratedRequestData.SourceApp source_app = 1;
        Returns:
        Whether the sourceApp field is set.
      • hasData

        boolean hasData()
         Data sent from the buyer's source within the publisher's domain to the
         bidder. This data is opaque to the publisher and to Google.
         
        optional string data = 2;
        Returns:
        Whether the data field is set.
      • getData

        String getData()
         Data sent from the buyer's source within the publisher's domain to the
         bidder. This data is opaque to the publisher and to Google.
         
        optional string data = 2;
        Returns:
        The data.
      • getDataBytes

        com.google.protobuf.ByteString getDataBytes()
         Data sent from the buyer's source within the publisher's domain to the
         bidder. This data is opaque to the publisher and to Google.
         
        optional string data = 2;
        Returns:
        The bytes for data.