Uses of Class
com.google.cloud.storage.BlobInfo.Builder
Packages that use BlobInfo.Builder
-
Uses of BlobInfo.Builder in com.google.cloud.storage
Subclasses of BlobInfo.Builder in com.google.cloud.storageMethods in com.google.cloud.storage that return BlobInfo.BuilderModifier and TypeMethodDescriptionstatic BlobInfo.BuilderBlobInfo.newBuilder(BlobId blobId) Returns aBlobInfobuilder where blob identity is set using the provided value.static BlobInfo.BuilderBlobInfo.newBuilder(BucketInfo bucketInfo, String name) Returns aBlobInfobuilder where blob identity is set using the provided values.static BlobInfo.BuilderBlobInfo.newBuilder(BucketInfo bucketInfo, String name, Long generation) Returns aBlobInfobuilder where blob identity is set using the provided values.static BlobInfo.BuilderBlobInfo.newBuilder(String bucket, String name) Returns aBlobInfobuilder where blob identity is set using the provided values.static BlobInfo.BuilderBlobInfo.newBuilder(String bucket, String name, Long generation) Returns aBlobInfobuilder where blob identity is set using the provided values.abstract BlobInfo.BuilderSets the blob's access control configuration.abstract BlobInfo.BuilderSets the blob identity.abstract BlobInfo.BuilderBlobInfo.Builder.setCacheControl(String cacheControl) Sets the blob's data cache control.abstract BlobInfo.BuilderBlobInfo.Builder.setContentDisposition(String contentDisposition) Sets the blob's data content disposition.abstract BlobInfo.BuilderBlobInfo.Builder.setContentEncoding(String contentEncoding) Sets the blob's data content encoding.abstract BlobInfo.BuilderBlobInfo.Builder.setContentLanguage(String contentLanguage) Sets the blob's data content language.abstract BlobInfo.BuilderBlobInfo.Builder.setContentType(String contentType) Sets the blob's data content type.abstract BlobInfo.BuilderSets the CRC32C checksum of blob's data as described in RFC 4960, Appendix B; encoded in base64 in big-endian order.abstract BlobInfo.BuilderBlobInfo.Builder.setCrc32cFromHexString(String crc32cHexString) Sets the CRC32C checksum of blob's data as described in RFC 4960, Appendix B; from hex string.BlobInfo.Builder.setCustomTime(Long customTime) Deprecated.Blob.Builder.setCustomTimeOffsetDateTime(OffsetDateTime customTime) BlobInfo.Builder.setCustomTimeOffsetDateTime(OffsetDateTime customTime) Sets the custom time for an object.abstract BlobInfo.BuilderBlobInfo.Builder.setEventBasedHold(Boolean eventBasedHold) Sets the blob's event-based hold.abstract BlobInfo.BuilderSets the MD5 hash of blob's data.abstract BlobInfo.BuilderBlobInfo.Builder.setMd5FromHexString(String md5HexString) Sets the MD5 hash of blob's data from hex string.abstract BlobInfo.BuilderBlobInfo.Builder.setMetadata(@Nullable Map<@NonNull String, @Nullable String> metadata) Sets the blob's user provided metadata.abstract BlobInfo.BuilderBlobInfo.Builder.setRetention(BlobInfo.Retention retention) abstract BlobInfo.BuilderBlobInfo.Builder.setStorageClass(StorageClass storageClass) Sets the blob's storage class.abstract BlobInfo.BuilderBlobInfo.Builder.setTemporaryHold(Boolean temporaryHold) Sets the blob's temporary hold.BlobInfo.Builder.setTimeStorageClassUpdated(Long timeStorageClassUpdated) Deprecated.Blob.Builder.setTimeStorageClassUpdatedOffsetDateTime(OffsetDateTime timeStorageClassUpdated) BlobInfo.Builder.setTimeStorageClassUpdatedOffsetDateTime(OffsetDateTime timeStorageClassUpdated) BlobInfo.toBuilder()Returns a builder for the current blob.
setCustomTimeOffsetDateTime(OffsetDateTime)