Interface CreatePrivateAuctionRequestOrBuilder (0.27.0)

public interface CreatePrivateAuctionRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

Required. The parent resource where this PrivateAuction 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 PrivateAuction 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.

getPrivateAuction()

public abstract PrivateAuction getPrivateAuction()

Required. The PrivateAuction to create.

.google.ads.admanager.v1.PrivateAuction private_auction = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
PrivateAuction

The privateAuction.

getPrivateAuctionOrBuilder()

public abstract PrivateAuctionOrBuilder getPrivateAuctionOrBuilder()

Required. The PrivateAuction to create.

.google.ads.admanager.v1.PrivateAuction private_auction = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
PrivateAuctionOrBuilder

hasPrivateAuction()

public abstract boolean hasPrivateAuction()

Required. The PrivateAuction to create.

.google.ads.admanager.v1.PrivateAuction private_auction = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the privateAuction field is set.