Reference documentation and code samples for the Google Ads Data Manager V1 Client class UpdateUserListGlobalLicenseRequest.
Request to update a UserListGlobalLicense resource.
Generated from protobuf message google.ads.datamanager.v1.UpdateUserListGlobalLicenseRequest
Namespace
Google \ Ads \ DataManager \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ user_list_global_license |
UserListGlobalLicense
Required. The licenses' |
↳ update_mask |
Google\Protobuf\FieldMask
Optional. The list of fields to update. The special character |
getUserListGlobalLicense
Required. The licenses' name field is used to identify the license to
update.
| Returns | |
|---|---|
| Type | Description |
UserListGlobalLicense|null |
|
hasUserListGlobalLicense
clearUserListGlobalLicense
setUserListGlobalLicense
Required. The licenses' name field is used to identify the license to
update.
| Parameter | |
|---|---|
| Name | Description |
var |
UserListGlobalLicense
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUpdateMask
Optional. The list of fields to update. The special character * is not
supported and an INVALID_UPDATE_MASK error will be thrown if used.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\FieldMask|null |
|
hasUpdateMask
clearUpdateMask
setUpdateMask
Optional. The list of fields to update. The special character * is not
supported and an INVALID_UPDATE_MASK error will be thrown if used.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\FieldMask
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
userListGlobalLicense |
UserListGlobalLicense
Required. The licenses' |
updateMask |
Google\Protobuf\FieldMask
Optional. The list of fields to update. The special character |
| Returns | |
|---|---|
| Type | Description |
UpdateUserListGlobalLicenseRequest |
|