Class EnvironmentFile.Builder
java.lang.Object
com.google.genai.gaos.models.environments.EnvironmentFile.Builder
- Enclosing class:
- EnvironmentFile
-
Method Summary
Modifier and TypeMethodDescriptionbuild()created(OffsetDateTime created) Output only.Output only.modified(OffsetDateTime modified) Output only.Output only.Output only.Output only.Output only.
-
Method Details
-
created
Output only. The creation time of the file/directory. -
mimeType
Output only. The MIME type of the file (e.g., "text/python", "image/png"). Empty for directories. NOLINT -
modified
Output only. The modification time of the file/directory. -
name
Output only. The name of the file or directory (e.g., "main.py" or "src"). -
path
Output only. The full relative path within the environment (e.g., "workspace/src/main.py"). -
sizeBytes
Output only. The size of the file/directory in bytes. NOLINT -
type
Output only. The type of the entry. -
build
-