public interface ListRollupPropertySourceLinksResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getRollupPropertySourceLinks(int index)
public abstract RollupPropertySourceLink getRollupPropertySourceLinks(int index)List of RollupPropertySourceLinks.
repeated .google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_links = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
RollupPropertySourceLink |
|
getRollupPropertySourceLinksCount()
public abstract int getRollupPropertySourceLinksCount()List of RollupPropertySourceLinks.
repeated .google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_links = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getRollupPropertySourceLinksList()
public abstract List<RollupPropertySourceLink> getRollupPropertySourceLinksList()List of RollupPropertySourceLinks.
repeated .google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_links = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
RollupPropertySourceLinkOrBuilder |
|
getRollupPropertySourceLinksOrBuilderList()
public abstract List<? extends RollupPropertySourceLinkOrBuilder> getRollupPropertySourceLinksOrBuilderList()List of RollupPropertySourceLinks.
repeated .google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_links = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.analytics.admin.v1alpha.RollupPropertySourceLinkOrBuilder> |
|