Uses of Class
com.google.genai.gaos.models.operations.CreateEnvironmentResponse
Packages that use CreateEnvironmentResponse
Package
Description
-
Uses of CreateEnvironmentResponse in com.google.genai.gaos
Methods in com.google.genai.gaos that return CreateEnvironmentResponseModifier and TypeMethodDescriptionEnvironments.createEnvironment(CreateEnvironmentRequest body) Creates an environment.Environments.createEnvironment(String apiVersion, CreateEnvironmentRequest body, Options options) Creates an environment. -
Uses of CreateEnvironmentResponse in com.google.genai.gaos.models.operations
Methods in com.google.genai.gaos.models.operations that return CreateEnvironmentResponseModifier and TypeMethodDescriptionCreateEnvironmentResponse.Builder.build()CreateEnvironmentRequestBuilder.call()Executes the request and returns the response.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 operation -
Uses of CreateEnvironmentResponse in com.google.genai.gaos.operations
Methods in com.google.genai.gaos.operations that return CreateEnvironmentResponseModifier and TypeMethodDescriptionCreateEnvironment.Sync.handleResponse(HttpResponse<InputStream> response)