Uses of Class
com.google.genai.gaos.models.operations.async.CreateEnvironmentResponse
Packages that use CreateEnvironmentResponse
Package
Description
-
Uses of CreateEnvironmentResponse in com.google.genai.gaos
Methods in com.google.genai.gaos that return types with arguments of type CreateEnvironmentResponseModifier and TypeMethodDescriptionAsyncEnvironments.createEnvironment(CreateEnvironmentRequest body) Creates an environment.AsyncEnvironments.createEnvironment(String apiVersion, CreateEnvironmentRequest body, Options options) Creates an environment. -
Uses of CreateEnvironmentResponse in com.google.genai.gaos.models.operations.async
Methods in com.google.genai.gaos.models.operations.async that return CreateEnvironmentResponseModifier and TypeMethodDescriptionCreateEnvironmentResponse.Builder.build()CreateEnvironmentResponse.withContentType(String contentType) HTTP response content type for this operationCreateEnvironmentResponse.withEnvironment(Environment environment) Successful operationCreateEnvironmentResponse.withRawResponse(HttpResponse<InputStream> rawResponse) Raw HTTP response; suitable for custom response parsingCreateEnvironmentResponse.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 CreateEnvironmentResponseModifier and TypeMethodDescriptionCreateEnvironmentRequestBuilder.call()Executes the request and returns the response. -
Uses of CreateEnvironmentResponse in com.google.genai.gaos.operations
Methods in com.google.genai.gaos.operations that return CreateEnvironmentResponseModifier and TypeMethodDescriptionCreateEnvironment.Async.handleResponse(HttpResponse<InputStream> response)