Uses of Class
com.google.cloud.hadoop.gcsio.ListFolderOptions
-
Packages that use ListFolderOptions Package Description com.google.cloud.hadoop.gcsio com.google.cloud.hadoop.gcsio.testing -
-
Uses of ListFolderOptions in com.google.cloud.hadoop.gcsio
Fields in com.google.cloud.hadoop.gcsio declared as ListFolderOptions Modifier and Type Field Description static ListFolderOptionsListFolderOptions. DEFAULTList all folders in the directory.Methods in com.google.cloud.hadoop.gcsio that return ListFolderOptions Modifier and Type Method Description abstract ListFolderOptionsListFolderOptions.Builder. build()Methods in com.google.cloud.hadoop.gcsio with parameters of type ListFolderOptions Modifier and Type Method Description GoogleCloudStorage.ListPage<FolderInfo>ForwardingGoogleCloudStorage. listFolderInfoForPrefixPage(String bucketName, String folderNamePrefix, 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>GoogleCloudStorageImpl. listFolderInfoForPrefixPage(String bucketName, String objectNamePrefix, ListFolderOptions listFolderOptions, String pageToken)GoogleCloudStorage.ListPage<FolderInfo>GoogleCloudStorageFileSystem. listFoldersInfoForPrefixPage(URI prefix, ListFolderOptions listFolderOptions, String pageToken)Returns the list of folder resources in the prefix.GoogleCloudStorage.ListPage<FolderInfo>GoogleCloudStorageFileSystemImpl. listFoldersInfoForPrefixPage(URI prefix, ListFolderOptions listFolderOptions, String pageToken)Returns the list of folder resources in the prefix. -
Uses of ListFolderOptions in com.google.cloud.hadoop.gcsio.testing
Methods in com.google.cloud.hadoop.gcsio.testing with parameters of type ListFolderOptions Modifier and Type Method Description GoogleCloudStorage.ListPage<FolderInfo>InMemoryGoogleCloudStorage. listFolderInfoForPrefixPage(String bucketName, String objectNamePrefix, ListFolderOptions listFolderOptions, String pageToken)
-