Class ListTriggerExecutionsResponse
java.lang.Object
com.google.genai.gaos.models.triggers.ListTriggerExecutionsResponse
ListTriggerExecutionsResponse
Response message for TriggerService.ListTriggerExecutions.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionListTriggerExecutionsResponse(String nextPageToken, List<TriggerExecution> triggerExecutions) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleaninthashCode()A page token, received from a previous `ListTriggerExecutions` call.toString()The list of trigger executions.withNextPageToken(String nextPageToken) A page token, received from a previous `ListTriggerExecutions` call.withTriggerExecutions(List<TriggerExecution> triggerExecutions) The list of trigger executions.
-
Constructor Details
-
ListTriggerExecutionsResponse
public ListTriggerExecutionsResponse(@Nullable String nextPageToken, @Nullable List<TriggerExecution> triggerExecutions) -
ListTriggerExecutionsResponse
public ListTriggerExecutionsResponse()
-
-
Method Details
-
nextPageToken
A page token, received from a previous `ListTriggerExecutions` call. Provide this to retrieve the subsequent page. -
triggerExecutions
The list of trigger executions. -
builder
-
withNextPageToken
A page token, received from a previous `ListTriggerExecutions` call. Provide this to retrieve the subsequent page. -
withTriggerExecutions
public ListTriggerExecutionsResponse withTriggerExecutions(@Nullable List<TriggerExecution> triggerExecutions) The list of trigger executions. -
equals
-
hashCode
public int hashCode() -
toString
-