public interface ListReportTasksResponseOrBuilder 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.
optional 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.
optional string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getReportTasks(int index)
public abstract ReportTask getReportTasks(int index)Each report task for a property.
repeated .google.analytics.data.v1alpha.ReportTask report_tasks = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ReportTask |
|
getReportTasksCount()
public abstract int getReportTasksCount()Each report task for a property.
repeated .google.analytics.data.v1alpha.ReportTask report_tasks = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getReportTasksList()
public abstract List<ReportTask> getReportTasksList()Each report task for a property.
repeated .google.analytics.data.v1alpha.ReportTask report_tasks = 1;
| Returns | |
|---|---|
| Type | Description |
List<ReportTask> |
|
getReportTasksOrBuilder(int index)
public abstract ReportTaskOrBuilder getReportTasksOrBuilder(int index)Each report task for a property.
repeated .google.analytics.data.v1alpha.ReportTask report_tasks = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ReportTaskOrBuilder |
|
getReportTasksOrBuilderList()
public abstract List<? extends ReportTaskOrBuilder> getReportTasksOrBuilderList()Each report task for a property.
repeated .google.analytics.data.v1alpha.ReportTask report_tasks = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.analytics.data.v1alpha.ReportTaskOrBuilder> |
|
hasNextPageToken()
public abstract boolean hasNextPageToken() A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
optional string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the nextPageToken field is set. |