Interface OpenRtb.BidRequest.RegsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getCoppa()
      Flag indicating if this request is subject to the COPPA regulations established by the USA FTC.
      boolean hasCoppa()
      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
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • 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.