Skip to content

Commit 73a27e5

Browse files
yoshi-automationsofisl
authored andcommitted
fix(datastream): update the API
#### datastream:v1 The following keys were changed: - resources.projects.resources.locations.resources.streams.methods.run.description
1 parent ed2ce18 commit 73a27e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

discovery/datastream-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1065,7 +1065,7 @@
10651065
]
10661066
},
10671067
"run": {
1068-
"description": "Use this method to start, resume or recover a stream with a non default CDC strategy. NOTE: This feature is currently experimental.",
1068+
"description": "Use this method to start, resume or recover a stream with a non default CDC strategy.",
10691069
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/streams/{streamsId}:run",
10701070
"httpMethod": "POST",
10711071
"id": "datastream.projects.locations.streams.run",
@@ -1250,7 +1250,7 @@
12501250
}
12511251
}
12521252
},
1253-
"revision": "20240612",
1253+
"revision": "20240814",
12541254
"rootUrl": "https://datastream.googleapis.com/",
12551255
"schemas": {
12561256
"AppendOnly": {

src/apis/datastream/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4441,7 +4441,7 @@ export namespace datastream_v1 {
44414441
}
44424442

44434443
/**
4444-
* Use this method to start, resume or recover a stream with a non default CDC strategy. NOTE: This feature is currently experimental.
4444+
* Use this method to start, resume or recover a stream with a non default CDC strategy.
44454445
*
44464446
* @param params - Parameters for request
44474447
* @param options - Optionally override request options, such as `url`, `method`, and `encoding`.

0 commit comments

Comments
 (0)