Class GetEnvironmentFilesResponse
java.lang.Object
com.google.genai.gaos.models.environments.GetEnvironmentFilesResponse
GetEnvironmentFilesResponse
Response for `GetEnvironmentFiles`.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionGetEnvironmentFilesResponse(List<EnvironmentFile> files, String nextPageToken) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleanfiles()If the requested path is a directory, this contains its contents.inthashCode()Pagination token for directory listing.toString()withFiles(List<EnvironmentFile> files) If the requested path is a directory, this contains its contents.withNextPageToken(String nextPageToken) Pagination token for directory listing.
-
Constructor Details
-
GetEnvironmentFilesResponse
public GetEnvironmentFilesResponse(@Nullable List<EnvironmentFile> files, @Nullable String nextPageToken) -
GetEnvironmentFilesResponse
public GetEnvironmentFilesResponse()
-
-
Method Details
-
files
If the requested path is a directory, this contains its contents. If the requested path is a file, this contains a single entry with the file's metadata. If alt=media was specified, this is empty (content is served via `blob`). -
nextPageToken
Pagination token for directory listing. NOLINT -
builder
-
withFiles
If the requested path is a directory, this contains its contents. If the requested path is a file, this contains a single entry with the file's metadata. If alt=media was specified, this is empty (content is served via `blob`). -
withNextPageToken
Pagination token for directory listing. NOLINT -
equals
-
hashCode
public int hashCode() -
toString
-