Skip to content

Commit c6c298f

Browse files
yoshi-automationsofisl
authored andcommitted
fix(storagetransfer): update the API
#### storagetransfer:v1 The following keys were changed: - schemas.MetadataOptions.properties.timeCreated.description
1 parent 8820658 commit c6c298f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

discovery/storagetransfer-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@
632632
}
633633
}
634634
},
635-
"revision": "20240525",
635+
"revision": "20240622",
636636
"rootUrl": "https://storagetransfer.googleapis.com/",
637637
"schemas": {
638638
"AgentPool": {
@@ -1200,7 +1200,7 @@
12001200
"type": "string"
12011201
},
12021202
"timeCreated": {
1203-
"description": "Specifies how each object's `timeCreated` metadata is preserved for transfers. If unspecified, the default behavior is the same as TIME_CREATED_SKIP. This behavior is supported for transfers to GCS buckets from GCS, S3, Azure, S3 Compatible, and Azure sources.",
1203+
"description": "Specifies how each object's `timeCreated` metadata is preserved for transfers. If unspecified, the default behavior is the same as TIME_CREATED_SKIP. This behavior is supported for transfers to Cloud Storage buckets from Cloud Storage, Amazon S3, S3-compatible storage, and Azure sources.",
12041204
"enum": [
12051205
"TIME_CREATED_UNSPECIFIED",
12061206
"TIME_CREATED_SKIP",

src/apis/storagetransfer/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ export namespace storagetransfer_v1 {
476476
*/
477477
temporaryHold?: string | null;
478478
/**
479-
* Specifies how each object's `timeCreated` metadata is preserved for transfers. If unspecified, the default behavior is the same as TIME_CREATED_SKIP. This behavior is supported for transfers to GCS buckets from GCS, S3, Azure, S3 Compatible, and Azure sources.
479+
* Specifies how each object's `timeCreated` metadata is preserved for transfers. If unspecified, the default behavior is the same as TIME_CREATED_SKIP. This behavior is supported for transfers to Cloud Storage buckets from Cloud Storage, Amazon S3, S3-compatible storage, and Azure sources.
480480
*/
481481
timeCreated?: string | null;
482482
/**

0 commit comments

Comments
 (0)