Google Ads Ad Manager V1 Client - Class UpdatePrivateAuctionRequest (0.3.0)

Reference documentation and code samples for the Google Ads Ad Manager V1 Client class UpdatePrivateAuctionRequest.

Request object for UpdatePrivateAuction method.

Generated from protobuf message google.ads.admanager.v1.UpdatePrivateAuctionRequest

Namespace

Google \ Ads \ AdManager \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ private_auction PrivateAuction

Required. The PrivateAuction to update. The PrivateAuction's name is used to identify the PrivateAuction to update.

↳ update_mask Google\Protobuf\FieldMask

Required. The list of fields to update.

getPrivateAuction

Required. The PrivateAuction to update.

The PrivateAuction's name is used to identify the PrivateAuction to update.

Returns
Type Description
PrivateAuction|null

hasPrivateAuction

clearPrivateAuction

setPrivateAuction

Required. The PrivateAuction to update.

The PrivateAuction's name is used to identify the PrivateAuction to update.

Parameter
Name Description
var PrivateAuction
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
privateAuction PrivateAuction

Required. The PrivateAuction to update.

The PrivateAuction's name is used to identify the PrivateAuction to update.

updateMask Google\Protobuf\FieldMask

Required. The list of fields to update.

Returns
Type Description
UpdatePrivateAuctionRequest