Uses of Class
com.google.cloud.hadoop.gcsio.CreateBucketOptions
-
Packages that use CreateBucketOptions Package Description com.google.cloud.hadoop.gcsio com.google.cloud.hadoop.gcsio.testing -
-
Uses of CreateBucketOptions in com.google.cloud.hadoop.gcsio
Fields in com.google.cloud.hadoop.gcsio declared as CreateBucketOptions Modifier and Type Field Description static CreateBucketOptionsCreateBucketOptions. DEFAULTCreate bucket with all default settings.Methods in com.google.cloud.hadoop.gcsio that return CreateBucketOptions Modifier and Type Method Description abstract CreateBucketOptionsCreateBucketOptions.Builder. build()Methods in com.google.cloud.hadoop.gcsio with parameters of type CreateBucketOptions Modifier and Type Method Description voidForwardingGoogleCloudStorage. createBucket(String bucketName, CreateBucketOptions options)voidGoogleCloudStorage. createBucket(String bucketName, CreateBucketOptions options)Creates a bucket.voidGoogleCloudStorageClientImpl. createBucket(String bucketName, CreateBucketOptions options)SeeGoogleCloudStorage.createBucket(String, CreateBucketOptions)for details about expected behavior.voidGoogleCloudStorageImpl. createBucket(String bucketName, CreateBucketOptions options)SeeGoogleCloudStorage.createBucket(String, CreateBucketOptions)for details about expected behavior. -
Uses of CreateBucketOptions in com.google.cloud.hadoop.gcsio.testing
Methods in com.google.cloud.hadoop.gcsio.testing with parameters of type CreateBucketOptions Modifier and Type Method Description voidInMemoryGoogleCloudStorage. createBucket(String bucketName, CreateBucketOptions options)Constructors in com.google.cloud.hadoop.gcsio.testing with parameters of type CreateBucketOptions Constructor Description InMemoryBucketEntry(String bucketName, long creationTimeMillis, long modificationTimeMillis, CreateBucketOptions options)
-