Uses of Class
com.google.genai.gaos.models.environments.CreateEnvironmentRequest
Packages that use CreateEnvironmentRequest
Package
Description
-
Uses of CreateEnvironmentRequest in com.google.genai.gaos
Methods in com.google.genai.gaos with parameters of type CreateEnvironmentRequestModifier and TypeMethodDescriptionAsyncEnvironments.createEnvironment(CreateEnvironmentRequest body) Creates an environment.AsyncEnvironments.createEnvironment(String apiVersion, CreateEnvironmentRequest body, Options options) Creates an environment.Environments.createEnvironment(CreateEnvironmentRequest body) Creates an environment.Environments.createEnvironment(String apiVersion, CreateEnvironmentRequest body, Options options) Creates an environment. -
Uses of CreateEnvironmentRequest in com.google.genai.gaos.models.environments
Methods in com.google.genai.gaos.models.environments that return CreateEnvironmentRequestModifier and TypeMethodDescriptionCreateEnvironmentRequest.Builder.build()CreateEnvironmentRequest.withNetwork(CreateEnvironmentRequestNetworkUnion network) Network configuration for the environment.CreateEnvironmentRequest.withSources(List<Source> sources) Sources to be mounted into the environment. -
Uses of CreateEnvironmentRequest in com.google.genai.gaos.models.operations
Methods in com.google.genai.gaos.models.operations that return types with arguments of type CreateEnvironmentRequestMethods in com.google.genai.gaos.models.operations with parameters of type CreateEnvironmentRequestModifier and TypeMethodDescriptionCreateEnvironmentRequest.Builder.body(CreateEnvironmentRequest body) Required.CreateEnvironmentRequestBuilder.body(CreateEnvironmentRequest body) CreateEnvironmentRequest.withBody(CreateEnvironmentRequest body) Required.Constructors in com.google.genai.gaos.models.operations with parameters of type CreateEnvironmentRequestModifierConstructorDescriptionCreateEnvironmentRequest(String apiVersion, CreateEnvironmentRequest body) -
Uses of CreateEnvironmentRequest in com.google.genai.gaos.models.operations.async
Methods in com.google.genai.gaos.models.operations.async with parameters of type CreateEnvironmentRequestModifier and TypeMethodDescriptionCreateEnvironmentRequestBuilder.body(CreateEnvironmentRequest body)