Interface ListConnectedSiteTagsResponseOrBuilder (0.54.0)

public interface ListConnectedSiteTagsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConnectedSiteTags(int index)

public abstract ConnectedSiteTag getConnectedSiteTags(int index)

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

repeated .google.analytics.admin.v1alpha.ConnectedSiteTag connected_site_tags = 1;

Parameter
Name Description
index int
Returns
Type Description
ConnectedSiteTag

getConnectedSiteTagsCount()

public abstract int getConnectedSiteTagsCount()

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

repeated .google.analytics.admin.v1alpha.ConnectedSiteTag connected_site_tags = 1;

Returns
Type Description
int

getConnectedSiteTagsList()

public abstract List<ConnectedSiteTag> getConnectedSiteTagsList()

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

repeated .google.analytics.admin.v1alpha.ConnectedSiteTag connected_site_tags = 1;

Returns
Type Description
List<ConnectedSiteTag>

getConnectedSiteTagsOrBuilder(int index)

public abstract ConnectedSiteTagOrBuilder getConnectedSiteTagsOrBuilder(int index)

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

repeated .google.analytics.admin.v1alpha.ConnectedSiteTag connected_site_tags = 1;

Parameter
Name Description
index int
Returns
Type Description
ConnectedSiteTagOrBuilder

getConnectedSiteTagsOrBuilderList()

public abstract List<? extends ConnectedSiteTagOrBuilder> getConnectedSiteTagsOrBuilderList()

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

repeated .google.analytics.admin.v1alpha.ConnectedSiteTag connected_site_tags = 1;

Returns
Type Description
List<? extends com.google.analytics.admin.v1alpha.ConnectedSiteTagOrBuilder>