Skip to content

Commit d3479ab

Browse files
yoshi-automationfeywind
authored andcommitted
fix(firebasedataconnect): update the API
#### firebasedataconnect:v1beta The following keys were changed: - resources.projects.resources.locations.resources.services.resources.schemas.methods.list.description #### firebasedataconnect:v1 The following keys were changed: - resources.projects.resources.locations.resources.services.resources.schemas.methods.list.description
1 parent a686d4d commit d3479ab

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

discovery/firebasedataconnect-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1062,7 +1062,7 @@
10621062
]
10631063
},
10641064
"list": {
1065-
"description": "Lists Schemas in a given project and location. Note that only `schemas/main` is supported, so this will always return at most one Schema.",
1065+
"description": "Lists Schemas in a given project and location.",
10661066
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/services/{servicesId}/schemas",
10671067
"httpMethod": "GET",
10681068
"id": "firebasedataconnect.projects.locations.services.schemas.list",
@@ -1165,7 +1165,7 @@
11651165
}
11661166
}
11671167
},
1168-
"revision": "20251021",
1168+
"revision": "20251026",
11691169
"rootUrl": "https://firebasedataconnect.googleapis.com/",
11701170
"schemas": {
11711171
"CancelOperationRequest": {

discovery/firebasedataconnect-v1beta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1062,7 +1062,7 @@
10621062
]
10631063
},
10641064
"list": {
1065-
"description": "Lists Schemas in a given project and location. Note that only `schemas/main` is supported, so this will always return at most one Schema.",
1065+
"description": "Lists Schemas in a given project and location.",
10661066
"flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/services/{servicesId}/schemas",
10671067
"httpMethod": "GET",
10681068
"id": "firebasedataconnect.projects.locations.services.schemas.list",
@@ -1165,7 +1165,7 @@
11651165
}
11661166
}
11671167
},
1168-
"revision": "20251021",
1168+
"revision": "20251026",
11691169
"rootUrl": "https://firebasedataconnect.googleapis.com/",
11701170
"schemas": {
11711171
"CancelOperationRequest": {

src/apis/firebasedataconnect/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5116,7 +5116,7 @@ export namespace firebasedataconnect_v1 {
51165116
}
51175117

51185118
/**
5119-
* Lists Schemas in a given project and location. Note that only `schemas/main` is supported, so this will always return at most one Schema.
5119+
* Lists Schemas in a given project and location.
51205120
* @example
51215121
* ```js
51225122
* // Before running the sample:

src/apis/firebasedataconnect/v1beta.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5119,7 +5119,7 @@ export namespace firebasedataconnect_v1beta {
51195119
}
51205120

51215121
/**
5122-
* Lists Schemas in a given project and location. Note that only `schemas/main` is supported, so this will always return at most one Schema.
5122+
* Lists Schemas in a given project and location.
51235123
* @example
51245124
* ```js
51255125
* // Before running the sample:

0 commit comments

Comments
 (0)