@maxim_mazurok/gapi.client.gkehub-v1alpha 0.0.20240209 → 0.0.20240225

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 +42 -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=v1alpha
12
- // Revision: 20240209
12
+ // Revision: 20240225
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -781,6 +781,14 @@ declare namespace gapi.client {
781
781
  /** List of locations that could not be reached while fetching this list. */
782
782
  unreachable?: string[];
783
783
  }
784
+ interface ListBoundMembershipsResponse {
785
+ /** The list of Memberships bound to the given Scope. */
786
+ memberships?: Membership[];
787
+ /** A token to request the next page of resources from the `ListBoundMemberships` method. The value of an empty string means that there are no more resources to return. */
788
+ nextPageToken?: string;
789
+ /** List of locations that could not be reached while fetching this list. */
790
+ unreachable?: string[];
791
+ }
784
792
  interface ListFeaturesResponse {
785
793
  /** A token to request the next page of resources from the `ListFeatures` method. The value of an empty string means that there are no more resources to return. */
786
794
  nextPageToken?: string;
@@ -3636,6 +3644,39 @@ declare namespace gapi.client {
3636
3644
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3637
3645
  uploadType?: string;
3638
3646
  }): Request<ListScopesResponse>;
3647
+ /** Lists Memberships bound to a Scope. The response includes relevant Memberships from all regions. */
3648
+ listMemberships(request?: {
3649
+ /** V1 error format. */
3650
+ '$.xgafv'?: string;
3651
+ /** OAuth access token. */
3652
+ access_token?: string;
3653
+ /** Data format for response. */
3654
+ alt?: string;
3655
+ /** JSONP */
3656
+ callback?: string;
3657
+ /** Selector specifying which fields to include in a partial response. */
3658
+ fields?: string;
3659
+ /** Optional. Lists Memberships that match the filter expression, following the syntax outlined in https://google.aip.dev/160. Currently, filtering can be done only based on Memberships's `name`, `labels`, `create_time`, `update_time`, and `unique_id`. */
3660
+ filter?: string;
3661
+ /** 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. */
3662
+ key?: string;
3663
+ /** OAuth 2.0 token for the current user. */
3664
+ oauth_token?: string;
3665
+ /** 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. Pagination is currently not supported; therefore, setting this field does not have any impact for now. */
3666
+ pageSize?: number;
3667
+ /** Optional. Token returned by previous call to `ListBoundMemberships` which specifies the position in the list from where to continue listing the resources. */
3668
+ pageToken?: string;
3669
+ /** Returns response with indentations and line breaks. */
3670
+ prettyPrint?: boolean;
3671
+ /** 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. */
3672
+ quotaUser?: string;
3673
+ /** Required. Name of the Scope, in the format `projects/*‍/locations/global/scopes/*`, to which the Memberships are bound. */
3674
+ scopeName: string;
3675
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
3676
+ upload_protocol?: string;
3677
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3678
+ uploadType?: string;
3679
+ }): Request<ListBoundMembershipsResponse>;
3639
3680
  /** Lists permitted Scopes. */
3640
3681
  listPermitted(request?: {
3641
3682
  /** V1 error format. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.gkehub-v1alpha",
3
- "version": "0.0.20240209",
3
+ "version": "0.0.20240225",
4
4
  "description": "TypeScript typings for GKE Hub API v1alpha",
5
5
  "repository": {
6
6
  "type": "git",