Uses of Class
com.google.cloud.storage.BlobId
Packages that use BlobId
-
Uses of BlobId in com.google.cloud.storage
Methods in com.google.cloud.storage that return BlobIdModifier and TypeMethodDescriptionstatic BlobIdBlobId.fromGsUtilUri(String gsUtilUri) Creates aBlobIdobject.BlobInfo.getBlobId()Returns the blob's identity.Storage.CopyRequest.getSource()Returns the blob to copy, as aBlobId.Storage.MoveBlobRequest.getSource()Storage.MoveBlobRequest.getTarget()static BlobIdCreates a blob identifier.static BlobIdCreates aBlobIdobject.Methods in com.google.cloud.storage that return types with arguments of type BlobIdModifier and TypeMethodDescriptionParallelCompositeUploadException.getCreatedObjects()A future list of theBlobIds which were created during the Parallel Composite Upload but may not have successfully been cleaned up.Methods in com.google.cloud.storage with parameters of type BlobIdModifier and TypeMethodDescriptiondefault com.google.api.core.ApiFuture<BlobReadSession>Storage.blobReadSession(BlobId id, Storage.BlobSourceOption... options) Blob.copyTo(BlobId targetBlob, Blob.BlobSourceOption... options) Sends a copy request for the current blob to the target blob.Creates a new ACL entry on the specified blob.booleanDeletes the requested blob.Deletes the requested blobs.booleanStorage.delete(BlobId blob, Storage.BlobSourceOption... options) Deletes the requested blob.StorageBatch.delete(BlobId blob, Storage.BlobSourceOption... options) Adds a request representing the "delete blob" operation to this batch.booleanStorage.deleteAcl(BlobId blob, Acl.Entity entity) Deletes the ACL entry for the specified entity on the specified blob.voidStorage.downloadTo(BlobId blob, OutputStream outputStream, Storage.BlobSourceOption... options) Downloads the given blob to the given output stream using specified blob read options.voidStorage.downloadTo(BlobId blob, Path path, Storage.BlobSourceOption... options) Downloads the given blob to the given path using specified blob read options.Returns the requested blob ornullif not found.Gets the requested blobs.Storage.get(BlobId blob, Storage.BlobGetOption... options) Returns the requested blob ornullif not found.StorageBatch.get(BlobId blob, Storage.BlobGetOption... options) Adds a request representing the "get blob" operation to this batch.Storage.getAcl(BlobId blob, Acl.Entity entity) Returns the ACL entry for the specified entity on the specified blob ornullif not found.Lists the ACL entries for the provided blob.static BlobInfo.BuilderBlobInfo.newBuilder(BlobId blobId) Returns aBlobInfobuilder where blob identity is set using the provided value.static Storage.CopyRequestCreates a copy request.static Storage.CopyRequestCreates a copy request.static Storage.CopyRequestCreates a copy request.static Storage.CopyRequestCreates a copy request.byte[]Storage.readAllBytes(BlobId blob, Storage.BlobSourceOption... options) Reads all the bytes from a blob.com.google.cloud.ReadChannelStorage.reader(BlobId blob, Storage.BlobSourceOption... options) Returns a channel for reading the blob's content.Storage.restore(BlobId blob, Storage.BlobRestoreOption... options) Restores a soft-deleted object to full object status and returns the object.abstract BlobInfo.BuilderSets the blob identity.Sets the blob to copy given aBlobId.Sets the copy target.Storage.CopyRequest.Builder.setTarget(BlobId targetId, Storage.BlobTargetOption... options) Sets the copy target.Storage.CopyRequest.Builder.setTarget(BlobId targetId, Iterable<Storage.BlobTargetOption> options) Sets the copy target and target options.Updates an ACL entry on the specified blob.Method parameters in com.google.cloud.storage with type arguments of type BlobId