Interface ListRollupPropertySourceLinksResponseOrBuilder (0.51.0)

public interface ListRollupPropertySourceLinksResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

public abstract RollupPropertySourceLink getRollupPropertySourceLinks(int index)

List of RollupPropertySourceLinks.

repeated .google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_links = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
RollupPropertySourceLink

getRollupPropertySourceLinksCount()

public abstract int getRollupPropertySourceLinksCount()

List of RollupPropertySourceLinks.

repeated .google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_links = 1;

Returns
TypeDescription
int
public abstract List<RollupPropertySourceLink> getRollupPropertySourceLinksList()

List of RollupPropertySourceLinks.

repeated .google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_links = 1;

Returns
TypeDescription
List<RollupPropertySourceLink>

getRollupPropertySourceLinksOrBuilder(int index)

public abstract RollupPropertySourceLinkOrBuilder getRollupPropertySourceLinksOrBuilder(int index)

List of RollupPropertySourceLinks.

repeated .google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_links = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
RollupPropertySourceLinkOrBuilder

getRollupPropertySourceLinksOrBuilderList()

public abstract List<? extends RollupPropertySourceLinkOrBuilder> getRollupPropertySourceLinksOrBuilderList()

List of RollupPropertySourceLinks.

repeated .google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_links = 1;

Returns
TypeDescription
List<? extends com.google.analytics.admin.v1alpha.RollupPropertySourceLinkOrBuilder>