Reference documentation and code samples for the Google Analytics Admin V1alpha Client class BatchUpdateUserLinksRequest.
Request message for BatchUpdateUserLinks RPC.
Generated from protobuf message google.analytics.admin.v1alpha.BatchUpdateUserLinksRequest
Namespace
Google \ Analytics \ Admin \ V1alphaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The account or property that all user links in the request are for. The parent field in the UpdateUserLinkRequest messages must either be empty or match this field. Example format: accounts/1234 |
↳ requests |
array<Google\Analytics\Admin\V1alpha\UpdateUserLinkRequest>
Required. The requests specifying the user links to update. A maximum of 1000 user links can be updated in a batch. |
getParent
Required. The account or property that all user links in the request are for. The parent field in the UpdateUserLinkRequest messages must either be empty or match this field.
Example format: accounts/1234
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The account or property that all user links in the request are for. The parent field in the UpdateUserLinkRequest messages must either be empty or match this field.
Example format: accounts/1234
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getRequests
Required. The requests specifying the user links to update.
A maximum of 1000 user links can be updated in a batch.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setRequests
Required. The requests specifying the user links to update.
A maximum of 1000 user links can be updated in a batch.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Analytics\Admin\V1alpha\UpdateUserLinkRequest>
|
Returns | |
---|---|
Type | Description |
$this |