Uses of Class
com.google.genai.gaos.models.environments.EnvironmentFile
Packages that use EnvironmentFile
-
Uses of EnvironmentFile in com.google.genai.gaos.models.environments
Methods in com.google.genai.gaos.models.environments that return EnvironmentFileModifier and TypeMethodDescriptionEnvironmentFile.Builder.build()EnvironmentFile.withCreated(OffsetDateTime created) Output only.EnvironmentFile.withMimeType(String mimeType) Output only.EnvironmentFile.withModified(OffsetDateTime modified) Output only.Output only.Output only.EnvironmentFile.withSizeBytes(String sizeBytes) Output only.Output only.Methods in com.google.genai.gaos.models.environments that return types with arguments of type EnvironmentFileModifier and TypeMethodDescriptionGetEnvironmentFilesResponse.files()If the requested path is a directory, this contains its contents.Method parameters in com.google.genai.gaos.models.environments with type arguments of type EnvironmentFileModifier and TypeMethodDescriptionGetEnvironmentFilesResponse.Builder.files(List<EnvironmentFile> files) If the requested path is a directory, this contains its contents.GetEnvironmentFilesResponse.withFiles(List<EnvironmentFile> files) If the requested path is a directory, this contains its contents.Constructor parameters in com.google.genai.gaos.models.environments with type arguments of type EnvironmentFileModifierConstructorDescriptionGetEnvironmentFilesResponse(List<EnvironmentFile> files, String nextPageToken)