Uses of Class
com.google.genai.gaos.models.operations.async.ListTriggerExecutionsResponse
Packages that use ListTriggerExecutionsResponse
Package
Description
-
Uses of ListTriggerExecutionsResponse in com.google.genai.gaos
Methods in com.google.genai.gaos that return types with arguments of type ListTriggerExecutionsResponseModifier and TypeMethodDescriptionAsyncTriggers.listExecutions(String triggerId) Lists executions for a trigger.AsyncTriggers.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.async
Methods in com.google.genai.gaos.models.operations.async that return ListTriggerExecutionsResponseModifier and TypeMethodDescriptionListTriggerExecutionsResponse.Builder.build()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 operationMethods in com.google.genai.gaos.models.operations.async that return types with arguments of type ListTriggerExecutionsResponseModifier and TypeMethodDescriptionListTriggerExecutionsRequestBuilder.call()Executes the request and returns the response. -
Uses of ListTriggerExecutionsResponse in com.google.genai.gaos.operations
Methods in com.google.genai.gaos.operations that return ListTriggerExecutionsResponseModifier and TypeMethodDescriptionListTriggerExecutions.Async.handleResponse(HttpResponse<InputStream> response)