Uses of Class
com.google.genai.gaos.models.operations.CreateTriggerResponse
Packages that use CreateTriggerResponse
Package
Description
-
Uses of CreateTriggerResponse in com.google.genai.gaos
Methods in com.google.genai.gaos that return CreateTriggerResponseModifier and TypeMethodDescriptionTriggers.create(TriggerCreateParams body) Creates a new trigger that will invoke the specified agent on the given cron schedule.Triggers.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
Methods in com.google.genai.gaos.models.operations that return CreateTriggerResponseModifier and TypeMethodDescriptionCreateTriggerResponse.Builder.build()CreateTriggerRequestBuilder.call()Executes the request and returns the response.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 operation -
Uses of CreateTriggerResponse in com.google.genai.gaos.operations
Methods in com.google.genai.gaos.operations that return CreateTriggerResponseModifier and TypeMethodDescriptionCreateTrigger.Sync.handleResponse(HttpResponse<InputStream> response)