Interface AdxExt.BidRequestExtOrBuilder

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

    public static interface AdxExt.BidRequestExtOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getBidFeedbackCount

        int getBidFeedbackCount()
        repeated .com.google.doubleclick.BidRequestExt.BidFeedback bid_feedback = 1;
      • hasGoogleQueryId

        boolean hasGoogleQueryId()
         This represents a unique ID for the overall query.  In the event
         that there are multiple callouts for a query, all callout requests for that
         query will contain the same google_query_id.
         
        optional string google_query_id = 2;
        Returns:
        Whether the googleQueryId field is set.
      • getGoogleQueryId

        String getGoogleQueryId()
         This represents a unique ID for the overall query.  In the event
         that there are multiple callouts for a query, all callout requests for that
         query will contain the same google_query_id.
         
        optional string google_query_id = 2;
        Returns:
        The googleQueryId.
      • getGoogleQueryIdBytes

        com.google.protobuf.ByteString getGoogleQueryIdBytes()
         This represents a unique ID for the overall query.  In the event
         that there are multiple callouts for a query, all callout requests for that
         query will contain the same google_query_id.
         
        optional string google_query_id = 2;
        Returns:
        The bytes for googleQueryId.
      • hasFcapScope

        boolean hasFcapScope()
        optional .com.google.doubleclick.BidRequestExt.FrequencyCappingScope fcap_scope = 4;
        Returns:
        Whether the fcapScope field is set.
      • hasPrivacyTreatments

        boolean hasPrivacyTreatments()
        optional .com.google.doubleclick.BidRequestExt.PrivacyTreatments privacy_treatments = 5;
        Returns:
        Whether the privacyTreatments field is set.
      • getPrivacyTreatments

        AdxExt.BidRequestExt.PrivacyTreatments getPrivacyTreatments()
        optional .com.google.doubleclick.BidRequestExt.PrivacyTreatments privacy_treatments = 5;
        Returns:
        The privacyTreatments.