|
1143 | 1143 | ]
|
1144 | 1144 | }
|
1145 | 1145 | }
|
| 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 | + } |
1146 | 1186 | }
|
1147 | 1187 | }
|
1148 | 1188 | },
|
|
1911 | 1951 | }
|
1912 | 1952 | }
|
1913 | 1953 | },
|
1914 |
| - "revision": "20240511", |
| 1954 | + "revision": "20240623", |
1915 | 1955 | "rootUrl": "https://gkehub.googleapis.com/",
|
1916 | 1956 | "schemas": {
|
1917 | 1957 | "AppDevExperienceFeatureSpec": {
|
|
4336 | 4376 | },
|
4337 | 4377 | "type": "object"
|
4338 | 4378 | },
|
| 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 | + }, |
4339 | 4404 | "ListMembershipsResponse": {
|
4340 | 4405 | "description": "Response message for the `GkeHub.ListMemberships` method.",
|
4341 | 4406 | "id": "ListMembershipsResponse",
|
|
0 commit comments