Package com.google.doubleclick
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdxExt.BidRequestExt.BidFeedbackgetBidFeedback(int index)repeated .com.google.doubleclick.BidRequestExt.BidFeedback bid_feedback = 1;intgetBidFeedbackCount()repeated .com.google.doubleclick.BidRequestExt.BidFeedback bid_feedback = 1;List<AdxExt.BidRequestExt.BidFeedback>getBidFeedbackList()repeated .com.google.doubleclick.BidRequestExt.BidFeedback bid_feedback = 1;AdxExt.BidRequestExt.BidFeedbackOrBuildergetBidFeedbackOrBuilder(int index)repeated .com.google.doubleclick.BidRequestExt.BidFeedback bid_feedback = 1;List<? extends AdxExt.BidRequestExt.BidFeedbackOrBuilder>getBidFeedbackOrBuilderList()repeated .com.google.doubleclick.BidRequestExt.BidFeedback bid_feedback = 1;AdxExt.BidRequestExt.FrequencyCappingScopegetFcapScope()optional .com.google.doubleclick.BidRequestExt.FrequencyCappingScope fcap_scope = 4;StringgetGoogleQueryId()This represents a unique ID for the overall query.com.google.protobuf.ByteStringgetGoogleQueryIdBytes()This represents a unique ID for the overall query.AdxExt.BidRequestExt.PrivacyTreatmentsgetPrivacyTreatments()optional .com.google.doubleclick.BidRequestExt.PrivacyTreatments privacy_treatments = 5;AdxExt.BidRequestExt.PrivacyTreatmentsOrBuildergetPrivacyTreatmentsOrBuilder()optional .com.google.doubleclick.BidRequestExt.PrivacyTreatments privacy_treatments = 5;booleanhasFcapScope()optional .com.google.doubleclick.BidRequestExt.FrequencyCappingScope fcap_scope = 4;booleanhasGoogleQueryId()This represents a unique ID for the overall query.booleanhasPrivacyTreatments()optional .com.google.doubleclick.BidRequestExt.PrivacyTreatments privacy_treatments = 5;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getBidFeedbackList
List<AdxExt.BidRequestExt.BidFeedback> getBidFeedbackList()
repeated .com.google.doubleclick.BidRequestExt.BidFeedback bid_feedback = 1;
-
getBidFeedback
AdxExt.BidRequestExt.BidFeedback getBidFeedback(int index)
repeated .com.google.doubleclick.BidRequestExt.BidFeedback bid_feedback = 1;
-
getBidFeedbackCount
int getBidFeedbackCount()
repeated .com.google.doubleclick.BidRequestExt.BidFeedback bid_feedback = 1;
-
getBidFeedbackOrBuilderList
List<? extends AdxExt.BidRequestExt.BidFeedbackOrBuilder> getBidFeedbackOrBuilderList()
repeated .com.google.doubleclick.BidRequestExt.BidFeedback bid_feedback = 1;
-
getBidFeedbackOrBuilder
AdxExt.BidRequestExt.BidFeedbackOrBuilder getBidFeedbackOrBuilder(int index)
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.
-
getFcapScope
AdxExt.BidRequestExt.FrequencyCappingScope getFcapScope()
optional .com.google.doubleclick.BidRequestExt.FrequencyCappingScope fcap_scope = 4;- Returns:
- The fcapScope.
-
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.
-
getPrivacyTreatmentsOrBuilder
AdxExt.BidRequestExt.PrivacyTreatmentsOrBuilder getPrivacyTreatmentsOrBuilder()
optional .com.google.doubleclick.BidRequestExt.PrivacyTreatments privacy_treatments = 5;
-
-