Google Analytics Admin V1alpha Client - Class ListConnectedSiteTagsResponse (0.20.0)

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
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setConnectedSiteTags

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

Parameter
NameDescription
var array<Google\Analytics\Admin\V1alpha\ConnectedSiteTag>
Returns
TypeDescription
$this