Package com.google.openrtb
Interface OpenRtb.BidRequest.RegsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<OpenRtb.BidRequest.Regs>,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OpenRtb.BidRequest.Regs,OpenRtb.BidRequest.Regs.Builder
- Enclosing class:
- OpenRtb.BidRequest
public static interface OpenRtb.BidRequest.RegsOrBuilder extends com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<OpenRtb.BidRequest.Regs>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetCoppa()Flag indicating if this request is subject to the COPPA regulations established by the USA FTC.booleanhasCoppa()Flag indicating if this request is subject to the COPPA regulations established by the USA FTC.-
Methods inherited from interface com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder
getDefaultInstanceForType, getExtension, getExtension, getExtension, getExtension, getExtension, getExtension, getExtensionCount, getExtensionCount, getExtensionCount, hasExtension, hasExtension, hasExtension
-
-
-
-
Method Detail
-
hasCoppa
boolean hasCoppa()
Flag indicating if this request is subject to the COPPA regulations established by the USA FTC.
optional bool coppa = 1;- Returns:
- Whether the coppa field is set.
-
getCoppa
boolean getCoppa()
Flag indicating if this request is subject to the COPPA regulations established by the USA FTC.
optional bool coppa = 1;- Returns:
- The coppa.
-
-