Class Environment.Builder
java.lang.Object
com.google.genai.gaos.models.environments.Environment.Builder
- Enclosing class:
- Environment
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Output only.Output only.Required.lastAccessed(String lastAccessed) Output only.network(EnvironmentNetworkUnion network) Network configuration for the environment.Output only.Sources to be mounted into the environment.Output only.Output only.
-
Method Details
-
created
Output only. The time at which the environment was created in ISO 8601 format (YYYY-MM-DDThh:mm:ssZ). -
fileCount
Output only. The number of files in the environment, output only. -
id
Required. Output only. The ID of the environment. -
lastAccessed
Output only. The time at which the environment was last accessed in ISO 8601 format (YYYY-MM-DDThh:mm:ssZ). -
network
Network configuration for the environment. -
sizeBytes
Output only. The total size of the environment files in bytes, output only. -
sources
Sources to be mounted into the environment. -
status
Output only. The status of the environment container. -
updated
Output only. The time at which the environment was last updated in ISO 8601 format (YYYY-MM-DDThh:mm:ssZ). -
build
-