Google Ads Ad Manager V1 Client - Class UpdateTeamRequest (0.5.0)

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

Request object for UpdateTeam method.

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

Namespace

Google \ Ads \ AdManager \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ team Team

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

↳ update_mask Google\Protobuf\FieldMask

Required. The list of fields to update.

getTeam

Required. The Team to update.

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

Returns
Type Description
Team|null

hasTeam

clearTeam

setTeam

Required. The Team to update.

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

Parameter
Name Description
var Team
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
team Team

Required. The Team to update.

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

updateMask Google\Protobuf\FieldMask

Required. The list of fields to update.

Returns
Type Description
UpdateTeamRequest