Interface ListConnectedSiteTagsResponseOrBuilder (0.51.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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.analytics.admin.v1alpha.ConnectedSiteTagOrBuilder>