File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -295,7 +295,6 @@ export interface FileOptions {
295295
296296export interface CopyOptions {
297297 destinationKmsKeyName ?: string ;
298- keepAcl ?: string ;
299298 predefinedAcl ?: string ;
300299 token ?: string ;
301300 userProject ?: string ;
@@ -859,7 +858,6 @@ class File extends ServiceObject<File> {
859858 * `projects/my-project/locations/location/keyRings/my-kr/cryptoKeys/my-key`,
860859 * that will be used to encrypt the object. Overwrites the object
861860 * metadata's `kms_key_name` value, if any.
862- * @property {string } [keepAcl] Retain the ACL for the new file.
863861 * @property {string } [predefinedAcl] Set the ACL for the new file.
864862 * @property {string } [token] A previously-returned `rewriteToken` from an
865863 * unfinished rewrite request.
You can’t perform that action at this time.
0 commit comments