Reference documentation and code samples for the Google Ads Data Manager V1 Client class UpdateUserListDirectLicenseRequest.
Request to update a UserListDirectLicense resource.
Generated from protobuf message google.ads.datamanager.v1.UpdateUserListDirectLicenseRequest
Namespace
Google \ Ads \ DataManager \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ user_list_direct_license |
UserListDirectLicense
Required. The licenses' |
↳ update_mask |
Google\Protobuf\FieldMask
Optional. The list of fields to update. The special character |
getUserListDirectLicense
Required. The licenses' name field is used to identify the license to
update.
| Returns | |
|---|---|
| Type | Description |
UserListDirectLicense|null |
|
hasUserListDirectLicense
clearUserListDirectLicense
setUserListDirectLicense
Required. The licenses' name field is used to identify the license to
update.
| Parameter | |
|---|---|
| Name | Description |
var |
UserListDirectLicense
|
| 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 |
userListDirectLicense |
UserListDirectLicense
Required. The licenses' |
updateMask |
Google\Protobuf\FieldMask
Optional. The list of fields to update. The special character |
| Returns | |
|---|---|
| Type | Description |
UpdateUserListDirectLicenseRequest |
|