Reference documentation and code samples for the Google Analytics Admin V1alpha Client class UpdateUserLinkRequest.
Request message for UpdateUserLink RPC.
Generated from protobuf message google.analytics.admin.v1alpha.UpdateUserLinkRequest
Namespace
Google \ Analytics \ Admin \ V1alphaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ user_link |
Google\Analytics\Admin\V1alpha\UserLink
Required. The user link to update. |
getUserLink
Required. The user link to update.
| Returns | |
|---|---|
| Type | Description |
Google\Analytics\Admin\V1alpha\UserLink|null |
|
hasUserLink
clearUserLink
setUserLink
Required. The user link to update.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Analytics\Admin\V1alpha\UserLink
|
| Returns | |
|---|---|
| Type | Description |
$this |
|