Uses of Class
com.google.genai.gaos.models.operations.ListTriggerExecutionsResponse
Packages that use ListTriggerExecutionsResponse
Package
Description
-
Uses of ListTriggerExecutionsResponse in com.google.genai.gaos
Methods in com.google.genai.gaos that return ListTriggerExecutionsResponseModifier and TypeMethodDescriptionTriggers.listExecutions(String triggerId) Lists executions for a trigger.Triggers.listExecutions(String apiVersion, String triggerId, Long pageSize, String pageToken, Options options) Lists executions for a trigger. -
Uses of ListTriggerExecutionsResponse in com.google.genai.gaos.models.operations
Methods in com.google.genai.gaos.models.operations that return ListTriggerExecutionsResponseModifier and TypeMethodDescriptionListTriggerExecutionsResponse.Builder.build()ListTriggerExecutionsRequestBuilder.call()Executes the request and returns the response.ListTriggerExecutionsResponse.withContentType(String contentType) HTTP response content type for this operationListTriggerExecutionsResponse.withListTriggerExecutionsResponse(ListTriggerExecutionsResponse listTriggerExecutionsResponse) Successful operationListTriggerExecutionsResponse.withRawResponse(HttpResponse<InputStream> rawResponse) Raw HTTP response; suitable for custom response parsingListTriggerExecutionsResponse.withStatusCode(int statusCode) HTTP response status code for this operation -
Uses of ListTriggerExecutionsResponse in com.google.genai.gaos.operations
Methods in com.google.genai.gaos.operations that return ListTriggerExecutionsResponseModifier and TypeMethodDescriptionListTriggerExecutions.Sync.handleResponse(HttpResponse<InputStream> response)