Uses of Class
com.google.genai.gaos.models.environments.Environment
Packages that use Environment
Package
Description
-
Uses of Environment in com.google.genai.gaos.models.environments
Methods in com.google.genai.gaos.models.environments that return EnvironmentModifier and TypeMethodDescriptionEnvironment.Builder.build()Environment.withCreated(String created) Output only.Environment.withFileCount(String fileCount) Output only.Required.Environment.withLastAccessed(String lastAccessed) Output only.Environment.withNetwork(EnvironmentNetworkUnion network) Network configuration for the environment.Environment.withSizeBytes(String sizeBytes) Output only.Environment.withSources(List<Source> sources) Sources to be mounted into the environment.Environment.withStatus(Status status) Output only.Environment.withUpdated(String updated) Output only.Methods in com.google.genai.gaos.models.environments that return types with arguments of type EnvironmentModifier and TypeMethodDescriptionListEnvironmentsResponse.environments()Environments belonging to the provided project.Method parameters in com.google.genai.gaos.models.environments with type arguments of type EnvironmentModifier and TypeMethodDescriptionListEnvironmentsResponse.Builder.environments(List<Environment> environments) Environments belonging to the provided project.ListEnvironmentsResponse.withEnvironments(List<Environment> environments) Environments belonging to the provided project.Constructor parameters in com.google.genai.gaos.models.environments with type arguments of type EnvironmentModifierConstructorDescriptionListEnvironmentsResponse(List<Environment> environments, String nextPageToken) -
Uses of Environment in com.google.genai.gaos.models.operations
Methods in com.google.genai.gaos.models.operations that return types with arguments of type EnvironmentModifier and TypeMethodDescriptionCreateEnvironmentResponse.environment()Successful operationGetEnvironmentResponse.environment()Successful operationMethods in com.google.genai.gaos.models.operations with parameters of type EnvironmentModifier and TypeMethodDescriptionCreateEnvironmentResponse.Builder.environment(Environment environment) Successful operationGetEnvironmentResponse.Builder.environment(Environment environment) Successful operationCreateEnvironmentResponse.withEnvironment(Environment environment) Successful operationGetEnvironmentResponse.withEnvironment(Environment environment) Successful operationConstructors in com.google.genai.gaos.models.operations with parameters of type EnvironmentModifierConstructorDescriptionCreateEnvironmentResponse(String contentType, int statusCode, HttpResponse<InputStream> rawResponse, Environment environment) GetEnvironmentResponse(String contentType, int statusCode, HttpResponse<InputStream> rawResponse, Environment environment) -
Uses of Environment in com.google.genai.gaos.models.operations.async
Methods in com.google.genai.gaos.models.operations.async that return types with arguments of type EnvironmentModifier and TypeMethodDescriptionCreateEnvironmentResponse.environment()Successful operationGetEnvironmentResponse.environment()Successful operationMethods in com.google.genai.gaos.models.operations.async with parameters of type EnvironmentModifier and TypeMethodDescriptionCreateEnvironmentResponse.Builder.environment(Environment environment) Successful operationGetEnvironmentResponse.Builder.environment(Environment environment) Successful operationCreateEnvironmentResponse.withEnvironment(Environment environment) Successful operationGetEnvironmentResponse.withEnvironment(Environment environment) Successful operationConstructors in com.google.genai.gaos.models.operations.async with parameters of type EnvironmentModifierConstructorDescriptionCreateEnvironmentResponse(String contentType, int statusCode, HttpResponse<InputStream> rawResponse, Environment environment) GetEnvironmentResponse(String contentType, int statusCode, HttpResponse<InputStream> rawResponse, Environment environment)