Class InterestGroupAuctionNetworkRequestCreated
java.lang.Object
org.openqa.selenium.devtools.v141.storage.model.InterestGroupAuctionNetworkRequestCreated
Specifies which auctions a particular network fetch may be related to, and
in what role. Note that it is not ordered with respect to
Network.requestWillBeSent (but will happen before loadingFinished
loadingFailed).
-
Constructor Summary
ConstructorsConstructorDescriptionInterestGroupAuctionNetworkRequestCreated(InterestGroupAuctionFetchType type, RequestId requestId, List<InterestGroupAuctionId> auctions) -
Method Summary
Modifier and TypeMethodDescriptionThis is the set of the auctions using the worklet that issued this request.getType()
-
Constructor Details
-
InterestGroupAuctionNetworkRequestCreated
public InterestGroupAuctionNetworkRequestCreated(InterestGroupAuctionFetchType type, RequestId requestId, List<InterestGroupAuctionId> auctions)
-
-
Method Details
-
getType
-
getRequestId
-
getAuctions
This is the set of the auctions using the worklet that issued this request. In the case of trusted signals, it's possible that only some of them actually care about the keys being queried.
-