Reference documentation and code samples for the Google Ads Data Manager V1 Client class UpdateUserListRequest.
Request message for UpdateUserList.
Generated from protobuf message google.ads.datamanager.v1.UpdateUserListRequest
Namespace
Google \ Ads \ DataManager \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ user_list
UserList
Required. The user list to update. The user list's name
field is used to identify the user list to update. Format: accountTypes/{account_type}/accounts/{account}/userLists/{user_list}
↳ update_mask
↳ validate_only
bool
Optional. If true, the request is validated but not executed.
getUserList
Required. The user list to update.
The user list's name
field is used to identify the user list to update.
Format:
accountTypes/{account_type}/accounts/{account}/userLists/{user_list}
hasUserList
clearUserList
setUserList
Required. The user list to update.
The user list's name
field is used to identify the user list to update.
Format:
accountTypes/{account_type}/accounts/{account}/userLists/{user_list}
$this
getUpdateMask
Optional. The list of fields to update.
hasUpdateMask
clearUpdateMask
setUpdateMask
Optional. The list of fields to update.
$this
getValidateOnly
Optional. If true, the request is validated but not executed.
bool
setValidateOnly
Optional. If true, the request is validated but not executed.
var
bool
$this
static::build
userList
UserList
Required. The user list to update.
The user list's name
field is used to identify the user list to update.
Format:
accountTypes/{account_type}/accounts/{account}/userLists/{user_list}
updateMask

