Uses of Class
com.google.genai.gaos.models.triggers.ListTriggerExecutionsResponse
Packages that use ListTriggerExecutionsResponse
Package
Description
-
Uses of ListTriggerExecutionsResponse in com.google.genai.gaos.models.operations
Methods in com.google.genai.gaos.models.operations that return types with arguments of type ListTriggerExecutionsResponseModifier and TypeMethodDescriptionListTriggerExecutionsResponse.listTriggerExecutionsResponse()Successful operationMethods in com.google.genai.gaos.models.operations with parameters of type ListTriggerExecutionsResponseModifier and TypeMethodDescriptionListTriggerExecutionsResponse.Builder.listTriggerExecutionsResponse(ListTriggerExecutionsResponse listTriggerExecutionsResponse) Successful operationListTriggerExecutionsResponse.withListTriggerExecutionsResponse(ListTriggerExecutionsResponse listTriggerExecutionsResponse) Successful operationConstructors in com.google.genai.gaos.models.operations with parameters of type ListTriggerExecutionsResponseModifierConstructorDescriptionListTriggerExecutionsResponse(String contentType, int statusCode, HttpResponse<InputStream> rawResponse, ListTriggerExecutionsResponse listTriggerExecutionsResponse) -
Uses of ListTriggerExecutionsResponse in com.google.genai.gaos.models.operations.async
Methods in com.google.genai.gaos.models.operations.async that return types with arguments of type ListTriggerExecutionsResponseModifier and TypeMethodDescriptionListTriggerExecutionsResponse.listTriggerExecutionsResponse()Successful operationMethods in com.google.genai.gaos.models.operations.async with parameters of type ListTriggerExecutionsResponseModifier and TypeMethodDescriptionListTriggerExecutionsResponse.Builder.listTriggerExecutionsResponse(ListTriggerExecutionsResponse listTriggerExecutionsResponse) Successful operationListTriggerExecutionsResponse.withListTriggerExecutionsResponse(ListTriggerExecutionsResponse listTriggerExecutionsResponse) Successful operationConstructors in com.google.genai.gaos.models.operations.async with parameters of type ListTriggerExecutionsResponseModifierConstructorDescriptionListTriggerExecutionsResponse(String contentType, int statusCode, HttpResponse<InputStream> rawResponse, ListTriggerExecutionsResponse listTriggerExecutionsResponse) -
Uses of ListTriggerExecutionsResponse in com.google.genai.gaos.models.triggers
Methods in com.google.genai.gaos.models.triggers that return ListTriggerExecutionsResponseModifier and TypeMethodDescriptionListTriggerExecutionsResponse.Builder.build()ListTriggerExecutionsResponse.withNextPageToken(String nextPageToken) A page token, received from a previous `ListTriggerExecutions` call.ListTriggerExecutionsResponse.withTriggerExecutions(List<TriggerExecution> triggerExecutions) The list of trigger executions.