public interface UpdatePrivateAuctionDealRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPrivateAuctionDeal()
public abstract PrivateAuctionDeal getPrivateAuctionDeal() Required. The PrivateAuctionDeal to update.
 The PrivateAuctionDeal's name is used to identify the
 PrivateAuctionDeal to update.
 
 .google.ads.admanager.v1.PrivateAuctionDeal private_auction_deal = 1 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| PrivateAuctionDeal | The privateAuctionDeal. | 
getPrivateAuctionDealOrBuilder()
public abstract PrivateAuctionDealOrBuilder getPrivateAuctionDealOrBuilder() Required. The PrivateAuctionDeal to update.
 The PrivateAuctionDeal's name is used to identify the
 PrivateAuctionDeal to update.
 
 .google.ads.admanager.v1.PrivateAuctionDeal private_auction_deal = 1 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| PrivateAuctionDealOrBuilder | |
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 | |
hasPrivateAuctionDeal()
public abstract boolean hasPrivateAuctionDeal() Required. The PrivateAuctionDeal to update.
 The PrivateAuctionDeal's name is used to identify the
 PrivateAuctionDeal to update.
 
 .google.ads.admanager.v1.PrivateAuctionDeal private_auction_deal = 1 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the privateAuctionDeal 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. |