Google Analytics Admin V1alpha Client - Class ListConnectedSiteTagsResponse (0.22.3)

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

Response message for ListConnectedSiteTags RPC.

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

Namespace

Google \ Analytics \ Admin \ V1alpha

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ connected_site_tags array<Google\Analytics\Admin\V1alpha\ConnectedSiteTag>

The site tags for the Universal Analytics property. A maximum of 20 connected site tags will be returned.

getConnectedSiteTags

The site tags for the Universal Analytics property. A maximum of 20 connected site tags will be returned.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setConnectedSiteTags

The site tags for the Universal Analytics property. A maximum of 20 connected site tags will be returned.

Parameter
Name Description
var array<Google\Analytics\Admin\V1alpha\ConnectedSiteTag>
Returns
Type Description
$this