Google Analytics Admin V1alpha Client - Class BatchGetUserLinksRequest (0.22.4)

Reference documentation and code samples for the Google Analytics Admin V1alpha Client class BatchGetUserLinksRequest.

Request message for BatchGetUserLinks RPC.

Generated from protobuf message google.analytics.admin.v1alpha.BatchGetUserLinksRequest

Namespace

Google \ Analytics \ Admin \ V1alpha

Methods

__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 of all provided values for the 'names' field must match this field. Example format: accounts/1234

↳ names array

Required. The names of the user links to retrieve. A maximum of 1000 user links can be retrieved in a batch. Format: accounts/{accountId}/userLinks/{userLinkId}

getParent

Required. The account or property that all user links in the request are for. The parent of all provided values for the 'names' field must 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 of all provided values for the 'names' field must match this field.

Example format: accounts/1234

Parameter
Name Description
var string
Returns
Type Description
$this

getNames

Required. The names of the user links to retrieve.

A maximum of 1000 user links can be retrieved in a batch. Format: accounts/{accountId}/userLinks/{userLinkId}

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setNames

Required. The names of the user links to retrieve.

A maximum of 1000 user links can be retrieved in a batch. Format: accounts/{accountId}/userLinks/{userLinkId}

Parameter
Name Description
var string[]
Returns
Type Description
$this