Uses of Class
com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystemOptions.ClientType
-
Packages that use GoogleCloudStorageFileSystemOptions.ClientType Package Description com.google.cloud.hadoop.gcsio -
-
Uses of GoogleCloudStorageFileSystemOptions.ClientType in com.google.cloud.hadoop.gcsio
Methods in com.google.cloud.hadoop.gcsio that return GoogleCloudStorageFileSystemOptions.ClientType Modifier and Type Method Description abstract GoogleCloudStorageFileSystemOptions.ClientTypeGoogleCloudStorageFileSystemOptions. getClientType()static GoogleCloudStorageFileSystemOptions.ClientTypeGoogleCloudStorageFileSystemOptions.ClientType. valueOf(String name)Returns the enum constant of this type with the specified name.static GoogleCloudStorageFileSystemOptions.ClientType[]GoogleCloudStorageFileSystemOptions.ClientType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.hadoop.gcsio with parameters of type GoogleCloudStorageFileSystemOptions.ClientType Modifier and Type Method Description abstract GoogleCloudStorageFileSystemOptions.BuilderGoogleCloudStorageFileSystemOptions.Builder. setClientType(GoogleCloudStorageFileSystemOptions.ClientType clientType)
-