dtkt.blob.v1beta1messages.protoCopyBlobRequest
Message| Field | Type | Number | Description |
|---|---|---|---|
| source_bucket | string | 1 | Source bucket name. If empty, defaults to destination bucket. |
| source_key | string | 2 | Source key to copy from. |
| destination_bucket | string | 3 | Destination bucket name |
| destination_key | string | 4 | Destination key to copy to. |
| overwrite | bool | 5 | Overwrite the destination blob when it already exists. |
| metadata | map<string, string> | 6 | Replacement metadata (optional). |