Uses of Enum
com.google.cloud.storage.Storage.BucketField
Packages that use Storage.BucketField
-
Uses of Storage.BucketField in com.google.cloud.storage
Methods in com.google.cloud.storage that return Storage.BucketFieldModifier and TypeMethodDescriptionstatic Storage.BucketFieldReturns the enum constant of this type with the specified name.static Storage.BucketField[]Storage.BucketField.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.storage with parameters of type Storage.BucketFieldModifier and TypeMethodDescriptionstatic Storage.BucketGetOptionStorage.BucketGetOption.fields(Storage.BucketField... fields) Returns an option to specify the bucket's fields to be returned by the RPC call.static Storage.BucketListOptionStorage.BucketListOption.fields(Storage.BucketField... fields) Returns an option to specify the bucket's fields to be returned by the RPC call.