Uses of Class
com.google.genai.gaos.models.operations.GetEnvironmentResponse
Packages that use GetEnvironmentResponse
Package
Description
-
Uses of GetEnvironmentResponse in com.google.genai.gaos
Methods in com.google.genai.gaos that return GetEnvironmentResponseModifier and TypeMethodDescriptionEnvironments.getEnvironment(String id) Gets an environment.Environments.getEnvironment(String apiVersion, String id, Options options) Gets an environment. -
Uses of GetEnvironmentResponse in com.google.genai.gaos.models.operations
Methods in com.google.genai.gaos.models.operations that return GetEnvironmentResponseModifier and TypeMethodDescriptionGetEnvironmentResponse.Builder.build()GetEnvironmentRequestBuilder.call()Executes the request and returns the response.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 operation -
Uses of GetEnvironmentResponse in com.google.genai.gaos.operations
Methods in com.google.genai.gaos.operations that return GetEnvironmentResponseModifier and TypeMethodDescriptionGetEnvironment.Sync.handleResponse(HttpResponse<InputStream> response)