Skip to content

Commit 6e061ce

Browse files
feat(all): auto-regenerate discovery clients (#2663)
1 parent 0a238f5 commit 6e061ce

File tree

3 files changed

+271
-1
lines changed

3 files changed

+271
-1
lines changed

api-list.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3291,6 +3291,21 @@
32913291
"documentationLink": "https://cloud.google.com/firestore",
32923292
"preferred": true
32933293
},
3294+
{
3295+
"kind": "discovery#directoryItem",
3296+
"id": "fitness:v1",
3297+
"name": "fitness",
3298+
"version": "v1",
3299+
"title": "Fitness API",
3300+
"description": "The Fitness API for managing users' fitness tracking data.",
3301+
"discoveryRestUrl": "https://fitness.googleapis.com/$discovery/rest?version=v1",
3302+
"icons": {
3303+
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
3304+
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
3305+
},
3306+
"documentationLink": "https://developers.google.com/fit/rest/v1/get-started",
3307+
"preferred": true
3308+
},
32943309
{
32953310
"kind": "discovery#directoryItem",
32963311
"id": "forms:v1",

gkehub/v1/gkehub-api.json

Lines changed: 66 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1143,6 +1143,46 @@
11431143
]
11441144
}
11451145
}
1146+
},
1147+
"rbacrolebindings": {
1148+
"methods": {
1149+
"list": {
1150+
"description": "Lists all Membership RBACRoleBindings.",
1151+
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/memberships/{membershipsId}/rbacrolebindings",
1152+
"httpMethod": "GET",
1153+
"id": "gkehub.projects.locations.memberships.rbacrolebindings.list",
1154+
"parameterOrder": [
1155+
"parent"
1156+
],
1157+
"parameters": {
1158+
"pageSize": {
1159+
"description": "Optional. When requesting a 'page' of resources, `page_size` specifies number of resources to return. If unspecified or set to 0, all resources will be returned.",
1160+
"format": "int32",
1161+
"location": "query",
1162+
"type": "integer"
1163+
},
1164+
"pageToken": {
1165+
"description": "Optional. Token returned by previous call to `ListMembershipRBACRoleBindings` which specifies the position in the list from where to continue listing the resources.",
1166+
"location": "query",
1167+
"type": "string"
1168+
},
1169+
"parent": {
1170+
"description": "Required. The parent (project and location) where the Features will be listed. Specified in the format `projects/*/locations/*/memberships/*`.",
1171+
"location": "path",
1172+
"pattern": "^projects/[^/]+/locations/[^/]+/memberships/[^/]+$",
1173+
"required": true,
1174+
"type": "string"
1175+
}
1176+
},
1177+
"path": "v1/{+parent}/rbacrolebindings",
1178+
"response": {
1179+
"$ref": "ListMembershipRBACRoleBindingsResponse"
1180+
},
1181+
"scopes": [
1182+
"https://www.googleapis.com/auth/cloud-platform"
1183+
]
1184+
}
1185+
}
11461186
}
11471187
}
11481188
},
@@ -1911,7 +1951,7 @@
19111951
}
19121952
}
19131953
},
1914-
"revision": "20240511",
1954+
"revision": "20240623",
19151955
"rootUrl": "https://gkehub.googleapis.com/",
19161956
"schemas": {
19171957
"AppDevExperienceFeatureSpec": {
@@ -4336,6 +4376,31 @@
43364376
},
43374377
"type": "object"
43384378
},
4379+
"ListMembershipRBACRoleBindingsResponse": {
4380+
"description": "List of Membership RBACRoleBindings.",
4381+
"id": "ListMembershipRBACRoleBindingsResponse",
4382+
"properties": {
4383+
"nextPageToken": {
4384+
"description": "A token to request the next page of resources from the `ListMembershipRBACRoleBindings` method. The value of an empty string means that there are no more resources to return.",
4385+
"type": "string"
4386+
},
4387+
"rbacrolebindings": {
4388+
"description": "The list of Membership RBACRoleBindings.",
4389+
"items": {
4390+
"$ref": "RBACRoleBinding"
4391+
},
4392+
"type": "array"
4393+
},
4394+
"unreachable": {
4395+
"description": "List of locations that could not be reached while fetching this list.",
4396+
"items": {
4397+
"type": "string"
4398+
},
4399+
"type": "array"
4400+
}
4401+
},
4402+
"type": "object"
4403+
},
43394404
"ListMembershipsResponse": {
43404405
"description": "Response message for the `GkeHub.ListMemberships` method.",
43414406
"id": "ListMembershipsResponse",

gkehub/v1/gkehub-gen.go

Lines changed: 190 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)