com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilderAdxExt.BidRequestExt, AdxExt.BidRequestExt.Builderpublic static interface AdxExt.BidRequestExtOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method | Description |
|---|---|---|
AdxExt.BidRequestExt.BidFeedback |
getBidFeedback(int index) |
repeated .com.google.doubleclick.BidRequestExt.BidFeedback bid_feedback = 1; |
int |
getBidFeedbackCount() |
repeated .com.google.doubleclick.BidRequestExt.BidFeedback bid_feedback = 1; |
java.util.List<AdxExt.BidRequestExt.BidFeedback> |
getBidFeedbackList() |
repeated .com.google.doubleclick.BidRequestExt.BidFeedback bid_feedback = 1; |
AdxExt.BidRequestExt.BidFeedbackOrBuilder |
getBidFeedbackOrBuilder(int index) |
repeated .com.google.doubleclick.BidRequestExt.BidFeedback bid_feedback = 1; |
java.util.List<? extends AdxExt.BidRequestExt.BidFeedbackOrBuilder> |
getBidFeedbackOrBuilderList() |
repeated .com.google.doubleclick.BidRequestExt.BidFeedback bid_feedback = 1; |
java.lang.String |
getGoogleQueryId() |
This represents a unique ID for the overall query.
|
com.google.protobuf.ByteString |
getGoogleQueryIdBytes() |
This represents a unique ID for the overall query.
|
boolean |
hasGoogleQueryId() |
This represents a unique ID for the overall query.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<AdxExt.BidRequestExt.BidFeedback> getBidFeedbackList()
repeated .com.google.doubleclick.BidRequestExt.BidFeedback bid_feedback = 1;AdxExt.BidRequestExt.BidFeedback getBidFeedback(int index)
repeated .com.google.doubleclick.BidRequestExt.BidFeedback bid_feedback = 1;int getBidFeedbackCount()
repeated .com.google.doubleclick.BidRequestExt.BidFeedback bid_feedback = 1;java.util.List<? extends AdxExt.BidRequestExt.BidFeedbackOrBuilder> getBidFeedbackOrBuilderList()
repeated .com.google.doubleclick.BidRequestExt.BidFeedback bid_feedback = 1;AdxExt.BidRequestExt.BidFeedbackOrBuilder getBidFeedbackOrBuilder(int index)
repeated .com.google.doubleclick.BidRequestExt.BidFeedback bid_feedback = 1;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;java.lang.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;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;Copyright © 2019 Google, Inc.. All rights reserved.