Uses of Enum
com.google.cloud.storage.Storage.BlobField
Packages that use Storage.BlobField
-
Uses of Storage.BlobField in com.google.cloud.storage
Methods in com.google.cloud.storage that return Storage.BlobFieldModifier and TypeMethodDescriptionstatic Storage.BlobFieldReturns the enum constant of this type with the specified name.static Storage.BlobField[]Storage.BlobField.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.BlobFieldModifier and TypeMethodDescriptionstatic Storage.BlobGetOptionStorage.BlobGetOption.fields(Storage.BlobField... fields) Returns an option to specify the blob's fields to be returned by the RPC call.static Storage.BlobListOptionStorage.BlobListOption.fields(Storage.BlobField... fields) Returns an option to specify the blob's fields to be returned by the RPC call.