Uses of Class
com.google.genai.gaos.models.operations.async.CreateTriggerResponse
Packages that use CreateTriggerResponse
Package
Description
-
Uses of CreateTriggerResponse in com.google.genai.gaos
Methods in com.google.genai.gaos that return types with arguments of type CreateTriggerResponseModifier and TypeMethodDescriptionAsyncTriggers.create(TriggerCreateParams body) Creates a new trigger that will invoke the specified agent on the given cron schedule.AsyncTriggers.create(String apiVersion, TriggerCreateParams body, Options options) Creates a new trigger that will invoke the specified agent on the given cron schedule. -
Uses of CreateTriggerResponse in com.google.genai.gaos.models.operations.async
Methods in com.google.genai.gaos.models.operations.async that return CreateTriggerResponseModifier and TypeMethodDescriptionCreateTriggerResponse.Builder.build()CreateTriggerResponse.withContentType(String contentType) HTTP response content type for this operationCreateTriggerResponse.withRawResponse(HttpResponse<InputStream> rawResponse) Raw HTTP response; suitable for custom response parsingCreateTriggerResponse.withStatusCode(int statusCode) HTTP response status code for this operationCreateTriggerResponse.withTrigger(Trigger trigger) Successful operationMethods in com.google.genai.gaos.models.operations.async that return types with arguments of type CreateTriggerResponseModifier and TypeMethodDescriptionCreateTriggerRequestBuilder.call()Executes the request and returns the response. -
Uses of CreateTriggerResponse in com.google.genai.gaos.operations
Methods in com.google.genai.gaos.operations that return CreateTriggerResponseModifier and TypeMethodDescriptionCreateTrigger.Async.handleResponse(HttpResponse<InputStream> response)