Interface CreatePrivateAuctionDealRequestOrBuilder (0.27.0)

public interface CreatePrivateAuctionDealRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

Required. The parent resource where this PrivateAuctionDeal will be created. Format: networks/{network_code}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The parent resource where this PrivateAuctionDeal will be created. Format: networks/{network_code}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

getPrivateAuctionDeal()

public abstract PrivateAuctionDeal getPrivateAuctionDeal()

Required. The PrivateAuctionDeal to create.

.google.ads.admanager.v1.PrivateAuctionDeal private_auction_deal = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
PrivateAuctionDeal

The privateAuctionDeal.

getPrivateAuctionDealOrBuilder()

public abstract PrivateAuctionDealOrBuilder getPrivateAuctionDealOrBuilder()

Required. The PrivateAuctionDeal to create.

.google.ads.admanager.v1.PrivateAuctionDeal private_auction_deal = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
PrivateAuctionDealOrBuilder

hasPrivateAuctionDeal()

public abstract boolean hasPrivateAuctionDeal()

Required. The PrivateAuctionDeal to create.

.google.ads.admanager.v1.PrivateAuctionDeal private_auction_deal = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the privateAuctionDeal field is set.