| Package | Description |
|---|---|
| com.google.cloud.hadoop.gcsio | |
| com.google.cloud.hadoop.gcsio.testing |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudStorage.ListPage<FolderInfo> |
GoogleCloudStorageImpl.listFolderInfoForPrefixPage(String bucketName,
String objectNamePrefix,
ListFolderOptions listFolderOptions,
String pageToken) |
GoogleCloudStorage.ListPage<FolderInfo> |
GoogleCloudStorage.listFolderInfoForPrefixPage(String bucketName,
String folderNamePrefix,
ListFolderOptions listFolderOptions,
String pageToken)
Returns the list of folder resources.
|
GoogleCloudStorage.ListPage<FolderInfo> |
ForwardingGoogleCloudStorage.listFolderInfoForPrefixPage(String bucketName,
String folderNamePrefix,
ListFolderOptions listFolderOptions,
String pageToken) |
GoogleCloudStorage.ListPage<FolderInfo> |
GoogleCloudStorageFileSystem.listFoldersInfoForPrefixPage(URI prefix,
ListFolderOptions listFolderOptions,
String pageToken)
Returns the list of folder resources in the prefix.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GoogleCloudStorageImpl.deleteFolders(List<FolderInfo> folders)
See
GoogleCloudStorage.deleteFolders(List) for details about expected behavior. |
void |
GoogleCloudStorage.deleteFolders(List<FolderInfo> folders)
Deletes the given folder resources.
|
void |
ForwardingGoogleCloudStorage.deleteFolders(List<FolderInfo> folders) |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudStorage.ListPage<FolderInfo> |
InMemoryGoogleCloudStorage.listFolderInfoForPrefixPage(String bucketName,
String objectNamePrefix,
ListFolderOptions listFolderOptions,
String pageToken) |
| Modifier and Type | Method and Description |
|---|---|
void |
InMemoryGoogleCloudStorage.deleteFolders(List<FolderInfo> folders) |
Copyright © 2024. All rights reserved.