Reference documentation and code samples for the Google Ads Ad Manager V1 Client class UpdatePrivateAuctionDealRequest.
Request object for UpdatePrivateAuctionDeal
method.
Generated from protobuf message google.ads.admanager.v1.UpdatePrivateAuctionDealRequest
Namespace
Google \ Ads \ AdManager \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ private_auction_deal |
PrivateAuctionDeal
Required. The |
↳ update_mask |
Google\Protobuf\FieldMask
Required. The list of fields to update. |
getPrivateAuctionDeal
Required. The PrivateAuctionDeal
to update.
The PrivateAuctionDeal
's name
is used to identify the
PrivateAuctionDeal
to update.
Returns | |
---|---|
Type | Description |
PrivateAuctionDeal|null |
hasPrivateAuctionDeal
clearPrivateAuctionDeal
setPrivateAuctionDeal
Required. The PrivateAuctionDeal
to update.
The PrivateAuctionDeal
's name
is used to identify the
PrivateAuctionDeal
to update.
Parameter | |
---|---|
Name | Description |
var |
PrivateAuctionDeal
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateMask
Required. The list of fields to update.
Returns | |
---|---|
Type | Description |
Google\Protobuf\FieldMask|null |
hasUpdateMask
clearUpdateMask
setUpdateMask
Required. The list of fields to update.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
privateAuctionDeal |
PrivateAuctionDeal
Required. The The |
updateMask |
Google\Protobuf\FieldMask
Required. The list of fields to update. |
Returns | |
---|---|
Type | Description |
UpdatePrivateAuctionDealRequest |