Class Environment.Builder

java.lang.Object
com.google.genai.gaos.models.environments.Environment.Builder
Enclosing class:
Environment

public static final class Environment.Builder extends Object
  • Method Details

    • created

      public Environment.Builder created(@Nullable String created)
      Output only. The time at which the environment was created in ISO 8601 format (YYYY-MM-DDThh:mm:ssZ).
    • fileCount

      public Environment.Builder fileCount(@Nullable String fileCount)
      Output only. The number of files in the environment, output only.
    • id

      public Environment.Builder id(@Nonnull String id)
      Required. Output only. The ID of the environment.
    • lastAccessed

      public Environment.Builder lastAccessed(@Nullable String lastAccessed)
      Output only. The time at which the environment was last accessed in ISO 8601 format (YYYY-MM-DDThh:mm:ssZ).
    • network

      public Environment.Builder network(@Nullable EnvironmentNetworkUnion network)
      Network configuration for the environment.
    • sizeBytes

      public Environment.Builder sizeBytes(@Nullable String sizeBytes)
      Output only. The total size of the environment files in bytes, output only.
    • sources

      public Environment.Builder sources(@Nullable List<Source> sources)
      Sources to be mounted into the environment.
    • status

      public Environment.Builder status(@Nullable Status status)
      Output only. The status of the environment container.
    • updated

      public Environment.Builder updated(@Nullable String updated)
      Output only. The time at which the environment was last updated in ISO 8601 format (YYYY-MM-DDThh:mm:ssZ).
    • build

      public Environment build()