Uses of Class
com.google.cloud.storage.Storage.CopyRequest.Builder
Packages that use Storage.CopyRequest.Builder
-
Uses of Storage.CopyRequest.Builder in com.google.cloud.storage
Methods in com.google.cloud.storage that return Storage.CopyRequest.BuilderModifier and TypeMethodDescriptionstatic Storage.CopyRequest.BuilderStorage.CopyRequest.newBuilder()Creates a builder forCopyRequestobjects.Storage.CopyRequest.Builder.setMegabytesCopiedPerChunk(Long megabytesCopiedPerChunk) Sets the maximum number of megabytes to copy for each RPC call.Sets the blob to copy given aBlobId.Sets the blob to copy given bucket and blob name.Storage.CopyRequest.Builder.setSourceOptions(Storage.BlobSourceOption... options) Sets blob's source options.Storage.CopyRequest.Builder.setSourceOptions(Iterable<Storage.BlobSourceOption> options) Sets blob's source options.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.Storage.CopyRequest.Builder.setTarget(BlobInfo target, Storage.BlobTargetOption... options) Sets the copy target and target options.Storage.CopyRequest.Builder.setTarget(BlobInfo target, Iterable<Storage.BlobTargetOption> options) Sets the copy target and target options.