Uses of Class
com.google.genai.gaos.models.operations.async.GetEnvironmentResponse
Packages that use GetEnvironmentResponse
Package
Description
-
Uses of GetEnvironmentResponse in com.google.genai.gaos
Methods in com.google.genai.gaos that return types with arguments of type GetEnvironmentResponseModifier and TypeMethodDescriptionAsyncEnvironments.getEnvironment(String id) Gets an environment.AsyncEnvironments.getEnvironment(String apiVersion, String id, Options options) Gets an environment. -
Uses of GetEnvironmentResponse in com.google.genai.gaos.models.operations.async
Methods in com.google.genai.gaos.models.operations.async that return GetEnvironmentResponseModifier and TypeMethodDescriptionGetEnvironmentResponse.Builder.build()GetEnvironmentResponse.withContentType(String contentType) HTTP response content type for this operationGetEnvironmentResponse.withEnvironment(Environment environment) Successful operationGetEnvironmentResponse.withRawResponse(HttpResponse<InputStream> rawResponse) Raw HTTP response; suitable for custom response parsingGetEnvironmentResponse.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 GetEnvironmentResponseModifier and TypeMethodDescriptionGetEnvironmentRequestBuilder.call()Executes the request and returns the response. -
Uses of GetEnvironmentResponse in com.google.genai.gaos.operations
Methods in com.google.genai.gaos.operations that return GetEnvironmentResponseModifier and TypeMethodDescriptionGetEnvironment.Async.handleResponse(HttpResponse<InputStream> response)