Uses of Enum
com.google.cloud.storage.BlobAppendableUploadConfig.CloseAction
Packages that use BlobAppendableUploadConfig.CloseAction
-
Uses of BlobAppendableUploadConfig.CloseAction in com.google.cloud.storage
Methods in com.google.cloud.storage that return BlobAppendableUploadConfig.CloseActionModifier and TypeMethodDescriptionBlobAppendableUploadConfig.getCloseAction()TheBlobAppendableUploadConfig.CloseActionwhich will dictate the behavior ofBlobAppendableUpload.AppendableUploadWriteableByteChannel.close().Returns the enum constant of this type with the specified name.BlobAppendableUploadConfig.CloseAction.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 BlobAppendableUploadConfig.CloseActionModifier and TypeMethodDescriptionBlobAppendableUploadConfig.withCloseAction(BlobAppendableUploadConfig.CloseAction closeAction) Return an instance with theCloseActionset to be the specified value.