Uses of Class
com.google.genai.gaos.models.operations.async.DeleteEnvironmentResponse
Packages that use DeleteEnvironmentResponse
Package
Description
-
Uses of DeleteEnvironmentResponse in com.google.genai.gaos
Methods in com.google.genai.gaos that return types with arguments of type DeleteEnvironmentResponseModifier and TypeMethodDescriptionAsyncEnvironments.deleteEnvironment(String id) Deletes an environment.AsyncEnvironments.deleteEnvironment(String apiVersion, String id, Options options) Deletes an environment. -
Uses of DeleteEnvironmentResponse in com.google.genai.gaos.models.operations.async
Methods in com.google.genai.gaos.models.operations.async that return DeleteEnvironmentResponseModifier and TypeMethodDescriptionDeleteEnvironmentResponse.Builder.build()DeleteEnvironmentResponse.withContentType(String contentType) HTTP response content type for this operationSuccessful operationDeleteEnvironmentResponse.withRawResponse(HttpResponse<InputStream> rawResponse) Raw HTTP response; suitable for custom response parsingDeleteEnvironmentResponse.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 DeleteEnvironmentResponseModifier and TypeMethodDescriptionDeleteEnvironmentRequestBuilder.call()Executes the request and returns the response. -
Uses of DeleteEnvironmentResponse in com.google.genai.gaos.operations
Methods in com.google.genai.gaos.operations that return DeleteEnvironmentResponseModifier and TypeMethodDescriptionDeleteEnvironment.Async.handleResponse(HttpResponse<InputStream> response)