@maxim_mazurok/gapi.client.gkehub-v1alpha 0.0.20240201 → 0.0.20240216

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: 20240201
12
+ // Revision: 20240216
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -295,6 +295,8 @@ declare namespace gapi.client {
295
295
  reposyncCrd?: string;
296
296
  /** The state of the RootSync CRD */
297
297
  rootsyncCrd?: string;
298
+ /** The state of CS This field summarizes the other fields in this message. */
299
+ state?: string;
298
300
  /** The state of ConfigSync's process to sync configs to a cluster */
299
301
  syncState?: ConfigManagementSyncState;
300
302
  /** The version of ConfigSync deployed */
@@ -399,6 +401,8 @@ declare namespace gapi.client {
399
401
  configSync?: ConfigManagementConfigSync;
400
402
  /** Hierarchy Controller configuration for the cluster. */
401
403
  hierarchyController?: ConfigManagementHierarchyControllerConfig;
404
+ /** Enables automatic Feature management. */
405
+ management?: string;
402
406
  /** Policy Controller configuration for the cluster. */
403
407
  policyController?: ConfigManagementPolicyController;
404
408
  /** Version of ACM installed. */
@@ -821,6 +825,12 @@ declare namespace gapi.client {
821
825
  /** A list of operations that matches the specified filter in the request. */
822
826
  operations?: Operation[];
823
827
  }
828
+ interface ListPermittedScopesResponse {
829
+ /** A token to request the next page of resources from the `ListPermittedScopes` method. The value of an empty string means that there are no more resources to return. */
830
+ nextPageToken?: string;
831
+ /** The list of permitted Scopes */
832
+ scopes?: Scope[];
833
+ }
824
834
  interface ListScopeNamespacesResponse {
825
835
  /** A token to request the next page of resources from the `ListNamespaces` method. The value of an empty string means that there are no more resources to return. */
826
836
  nextPageToken?: string;
@@ -3626,6 +3636,37 @@ declare namespace gapi.client {
3626
3636
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3627
3637
  uploadType?: string;
3628
3638
  }): Request<ListScopesResponse>;
3639
+ /** Lists permitted Scopes. */
3640
+ listPermitted(request?: {
3641
+ /** V1 error format. */
3642
+ '$.xgafv'?: string;
3643
+ /** OAuth access token. */
3644
+ access_token?: string;
3645
+ /** Data format for response. */
3646
+ alt?: string;
3647
+ /** JSONP */
3648
+ callback?: string;
3649
+ /** Selector specifying which fields to include in a partial response. */
3650
+ fields?: string;
3651
+ /** 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. */
3652
+ key?: string;
3653
+ /** OAuth 2.0 token for the current user. */
3654
+ oauth_token?: string;
3655
+ /** 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. */
3656
+ pageSize?: number;
3657
+ /** Optional. Token returned by previous call to `ListPermittedScopes` which specifies the position in the list from where to continue listing the resources. */
3658
+ pageToken?: string;
3659
+ /** Required. The parent (project and location) where the Scope will be listed. Specified in the format `projects/*‍/locations/*`. */
3660
+ parent: string;
3661
+ /** Returns response with indentations and line breaks. */
3662
+ prettyPrint?: boolean;
3663
+ /** 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. */
3664
+ quotaUser?: string;
3665
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
3666
+ upload_protocol?: string;
3667
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3668
+ uploadType?: string;
3669
+ }): Request<ListPermittedScopesResponse>;
3629
3670
  /** Updates a scopes. */
3630
3671
  patch(request: {
3631
3672
  /** 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.20240201",
3
+ "version": "0.0.20240216",
4
4
  "description": "TypeScript typings for GKE Hub API v1alpha",
5
5
  "repository": {
6
6
  "type": "git",