public interface UpdatePrivateAuctionRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getPrivateAuction()
public abstract PrivateAuction getPrivateAuction()
Required. The PrivateAuction
to update.
The PrivateAuction
's name
is used to identify the
PrivateAuction
to update.
.google.ads.admanager.v1.PrivateAuction private_auction = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
PrivateAuction |
The privateAuction. |
getPrivateAuctionOrBuilder()
public abstract PrivateAuctionOrBuilder getPrivateAuctionOrBuilder()
Required. The PrivateAuction
to update.
The PrivateAuction
's name
is used to identify the
PrivateAuction
to update.
.google.ads.admanager.v1.PrivateAuction private_auction = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
PrivateAuctionOrBuilder |
getUpdateMask()
public abstract FieldMask getUpdateMask()
Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()
Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
FieldMaskOrBuilder |
hasPrivateAuction()
public abstract boolean hasPrivateAuction()
Required. The PrivateAuction
to update.
The PrivateAuction
's name
is used to identify the
PrivateAuction
to update.
.google.ads.admanager.v1.PrivateAuction private_auction = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the privateAuction field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()
Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateMask field is set. |