| Package | Description |
|---|---|
| com.google.cloud.hadoop.gcsio | |
| com.google.cloud.hadoop.gcsio.testing |
| Modifier and Type | Field and Description |
|---|---|
static ListFolderOptions |
ListFolderOptions.DEFAULT
List all folders in the directory.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ListFolderOptions |
ListFolderOptions.Builder.build() |
| 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 |
|---|---|
GoogleCloudStorage.ListPage<FolderInfo> |
InMemoryGoogleCloudStorage.listFolderInfoForPrefixPage(String bucketName,
String objectNamePrefix,
ListFolderOptions listFolderOptions,
String pageToken) |
Copyright © 2024. All rights reserved.