Skip to content

Commit c756049

Browse files
feat(datastream): update the API
#### datastream:v1 The following keys were added: - schemas.SourceHierarchyDatasets.properties.projectId.description - schemas.SourceHierarchyDatasets.properties.projectId.type
1 parent 50e1195 commit c756049

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

‎discovery/datastream-v1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1261,7 +1261,7 @@
12611261
}
12621262
}
12631263
},
1264-
"revision": "20250518",
1264+
"revision": "20250627",
12651265
"rootUrl": "https://datastream.googleapis.com/",
12661266
"schemas": {
12671267
"AppendOnly": {
@@ -3465,6 +3465,10 @@
34653465
"datasetTemplate": {
34663466
"$ref": "DatasetTemplate",
34673467
"description": "The dataset template to use for dynamic dataset creation."
3468+
},
3469+
"projectId": {
3470+
"description": "Optional. The project id of the BigQuery dataset. If not specified, the project will be inferred from the stream resource.",
3471+
"type": "string"
34683472
}
34693473
},
34703474
"type": "object"

‎src/apis/datastream/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"webpack": "webpack"
2929
},
3030
"dependencies": {
31-
"googleapis-common": "^8.0.0"
31+
"googleapis-common": "^8.0.2-rc.0"
3232
},
3333
"devDependencies": {
3434
"@microsoft/api-documenter": "^7.8.10",

‎src/apis/datastream/v1.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1858,6 +1858,10 @@ export namespace datastream_v1 {
18581858
* The dataset template to use for dynamic dataset creation.
18591859
*/
18601860
datasetTemplate?: Schema$DatasetTemplate;
1861+
/**
1862+
* Optional. The project id of the BigQuery dataset. If not specified, the project will be inferred from the stream resource.
1863+
*/
1864+
projectId?: string | null;
18611865
}
18621866
/**
18631867
* Represents an identifier of an object in the data source.

0 commit comments

Comments
 (0)