public interface ListScheduledEvaluationRunsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken()A token that can be sent as ListScheduledEvaluationRunsRequest.page_token to retrieve the next page. Absence of this field indicates there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()A token that can be sent as ListScheduledEvaluationRunsRequest.page_token to retrieve the next page. Absence of this field indicates there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getScheduledEvaluationRuns(int index)
public abstract ScheduledEvaluationRun getScheduledEvaluationRuns(int index)The list of scheduled evaluation runs.
repeated .google.cloud.ces.v1beta.ScheduledEvaluationRun scheduled_evaluation_runs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ScheduledEvaluationRun |
|
getScheduledEvaluationRunsCount()
public abstract int getScheduledEvaluationRunsCount()The list of scheduled evaluation runs.
repeated .google.cloud.ces.v1beta.ScheduledEvaluationRun scheduled_evaluation_runs = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getScheduledEvaluationRunsList()
public abstract List<ScheduledEvaluationRun> getScheduledEvaluationRunsList()The list of scheduled evaluation runs.
repeated .google.cloud.ces.v1beta.ScheduledEvaluationRun scheduled_evaluation_runs = 1;
| Returns | |
|---|---|
| Type | Description |
List<ScheduledEvaluationRun> |
|
getScheduledEvaluationRunsOrBuilder(int index)
public abstract ScheduledEvaluationRunOrBuilder getScheduledEvaluationRunsOrBuilder(int index)The list of scheduled evaluation runs.
repeated .google.cloud.ces.v1beta.ScheduledEvaluationRun scheduled_evaluation_runs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ScheduledEvaluationRunOrBuilder |
|
getScheduledEvaluationRunsOrBuilderList()
public abstract List<? extends ScheduledEvaluationRunOrBuilder> getScheduledEvaluationRunsOrBuilderList()The list of scheduled evaluation runs.
repeated .google.cloud.ces.v1beta.ScheduledEvaluationRun scheduled_evaluation_runs = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.ces.v1beta.ScheduledEvaluationRunOrBuilder> |
|