You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pre>Moves the source object to the destination object in the same bucket.
1122
1122
1123
1123
Args:
@@ -1132,6 +1132,10 @@ <h3>Method Details</h3>
1132
1132
ifSourceGenerationNotMatch: string, Makes the operation conditional on whether the source object's current generation does not match the given value. `ifSourceGenerationMatch` and `ifSourceGenerationNotMatch` conditions are mutually exclusive: it's an error for both of them to be set in the request.
1133
1133
ifSourceMetagenerationMatch: string, Makes the operation conditional on whether the source object's current metageneration matches the given value. `ifSourceMetagenerationMatch` and `ifSourceMetagenerationNotMatch` conditions are mutually exclusive: it's an error for both of them to be set in the request.
1134
1134
ifSourceMetagenerationNotMatch: string, Makes the operation conditional on whether the source object's current metageneration does not match the given value. `ifSourceMetagenerationMatch` and `ifSourceMetagenerationNotMatch` conditions are mutually exclusive: it's an error for both of them to be set in the request.
1135
+
projection: string, Set of properties to return. Defaults to noAcl.
1136
+
Allowed values
1137
+
full - Include all properties.
1138
+
noAcl - Omit the owner, acl property.
1135
1139
userProject: string, The project to be billed for this request. Required for Requester Pays buckets.
"Responses with Content-Type of application/json",
265
+
"Responses containing object data"
264
266
],
265
267
"location": "query",
266
268
"type": "string"
@@ -3439,6 +3441,19 @@
3439
3441
"location": "query",
3440
3442
"type": "string"
3441
3443
},
3444
+
"projection": {
3445
+
"description": "Set of properties to return. Defaults to noAcl.",
3446
+
"enum": [
3447
+
"full",
3448
+
"noAcl"
3449
+
],
3450
+
"enumDescriptions": [
3451
+
"Include all properties.",
3452
+
"Omit the owner, acl property."
3453
+
],
3454
+
"location": "query",
3455
+
"type": "string"
3456
+
},
3442
3457
"sourceObject": {
3443
3458
"description": "Name of the source object. For information about how to URL encode object names to be path safe, see [Encoding URI Path Parts](https://cloud.google.com/storage/docs/request-endpoints#encoding).",
0 commit comments