@maxim_mazurok/gapi.client.gkehub-v1 0.0.20240614 → 0.0.20240623

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.d.ts +43 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -9,7 +9,7 @@
9
9
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
10
10
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
11
11
  // Generated from: https://gkehub.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20240614
12
+ // Revision: 20240623
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -807,6 +807,14 @@ declare namespace gapi.client {
807
807
  /** List of locations that could not be reached while fetching this list. */
808
808
  unreachable?: string[];
809
809
  }
810
+ interface ListMembershipRBACRoleBindingsResponse {
811
+ /** 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. */
812
+ nextPageToken?: string;
813
+ /** The list of Membership RBACRoleBindings. */
814
+ rbacrolebindings?: RBACRoleBinding[];
815
+ /** List of locations that could not be reached while fetching this list. */
816
+ unreachable?: string[];
817
+ }
810
818
  interface ListMembershipsResponse {
811
819
  /** A token to request the next page of resources from the `ListMemberships` method. The value of an empty string means that there are no more resources to return. */
812
820
  nextPageToken?: string;
@@ -2089,6 +2097,39 @@ declare namespace gapi.client {
2089
2097
  body: MembershipBinding
2090
2098
  ): Request<Operation>;
2091
2099
  }
2100
+ interface RbacrolebindingsResource {
2101
+ /** Lists all Membership RBACRoleBindings. */
2102
+ list(request?: {
2103
+ /** V1 error format. */
2104
+ '$.xgafv'?: string;
2105
+ /** OAuth access token. */
2106
+ access_token?: string;
2107
+ /** Data format for response. */
2108
+ alt?: string;
2109
+ /** JSONP */
2110
+ callback?: string;
2111
+ /** Selector specifying which fields to include in a partial response. */
2112
+ fields?: string;
2113
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
2114
+ key?: string;
2115
+ /** OAuth 2.0 token for the current user. */
2116
+ oauth_token?: string;
2117
+ /** 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. */
2118
+ pageSize?: number;
2119
+ /** Optional. Token returned by previous call to `ListMembershipRBACRoleBindings` which specifies the position in the list from where to continue listing the resources. */
2120
+ pageToken?: string;
2121
+ /** Required. The parent (project and location) where the Features will be listed. Specified in the format `projects/*‍/locations/*‍/memberships/*`. */
2122
+ parent: string;
2123
+ /** Returns response with indentations and line breaks. */
2124
+ prettyPrint?: boolean;
2125
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
2126
+ quotaUser?: string;
2127
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
2128
+ upload_protocol?: string;
2129
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2130
+ uploadType?: string;
2131
+ }): Request<ListMembershipRBACRoleBindingsResponse>;
2132
+ }
2092
2133
  interface MembershipsResource {
2093
2134
  /** Creates a new Membership. **This is currently only supported for GKE clusters on Google Cloud**. To register other clusters, follow the instructions at https://cloud.google.com/anthos/multicluster-management/connect/registering-a-cluster. */
2094
2135
  create(request: {
@@ -2444,6 +2485,7 @@ declare namespace gapi.client {
2444
2485
  body: TestIamPermissionsRequest
2445
2486
  ): Request<TestIamPermissionsResponse>;
2446
2487
  bindings: BindingsResource;
2488
+ rbacrolebindings: RbacrolebindingsResource;
2447
2489
  }
2448
2490
  interface OperationsResource {
2449
2491
  /** Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.gkehub-v1",
3
- "version": "0.0.20240614",
3
+ "version": "0.0.20240623",
4
4
  "description": "TypeScript typings for GKE Hub API v1",
5
5
  "repository": {
6
6
  "type": "git",