Skip to content

Commit 2a1a014

Browse files
fix(dataproc): update the API
#### dataproc:v1 The following keys were changed: - schemas.Session.properties.name.description
1 parent d167c46 commit 2a1a014

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

discovery/dataproc-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4978,7 +4978,7 @@
49784978
}
49794979
}
49804980
},
4981-
"revision": "20250111",
4981+
"revision": "20250122",
49824982
"rootUrl": "https://dataproc.googleapis.com/",
49834983
"schemas": {
49844984
"AcceleratorConfig": {
@@ -9960,7 +9960,7 @@
99609960
"type": "object"
99619961
},
99629962
"name": {
9963-
"description": "Required. The resource name of the session.",
9963+
"description": "Identifier. The resource name of the session.",
99649964
"type": "string"
99659965
},
99669966
"runtimeConfig": {

src/apis/dataproc/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3148,7 +3148,7 @@ export namespace dataproc_v1 {
31483148
*/
31493149
labels?: {[key: string]: string} | null;
31503150
/**
3151-
* Required. The resource name of the session.
3151+
* Identifier. The resource name of the session.
31523152
*/
31533153
name?: string | null;
31543154
/**

0 commit comments

Comments
 (0)