@maxim_mazurok/gapi.client.gkehub-v1 0.0.20240714 → 0.0.20240727

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 +8 -2
  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: 20240714
12
+ // Revision: 20240727
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -343,7 +343,7 @@ declare namespace gapi.client {
343
343
  hierarchyController?: ConfigManagementHierarchyControllerConfig;
344
344
  /** Enables automatic Feature management. */
345
345
  management?: string;
346
- /** Policy Controller configuration for the cluster. */
346
+ /** Policy Controller configuration for the cluster. Deprecated: Configuring Policy Controller through the configmanagement feature is no longer recommended. Use the policycontroller feature instead. */
347
347
  policyController?: ConfigManagementPolicyController;
348
348
  /** Version of ACM installed. */
349
349
  version?: string;
@@ -504,6 +504,8 @@ declare namespace gapi.client {
504
504
  spec?: CommonFeatureSpec;
505
505
  /** Output only. The Hub-wide Feature state. */
506
506
  state?: CommonFeatureState;
507
+ /** Output only. List of locations that could not be reached while fetching this feature. */
508
+ unreachable?: string[];
507
509
  /** Output only. When the Feature resource was last updated. */
508
510
  updateTime?: string;
509
511
  }
@@ -1493,6 +1495,8 @@ declare namespace gapi.client {
1493
1495
  prettyPrint?: boolean;
1494
1496
  /** 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. */
1495
1497
  quotaUser?: string;
1498
+ /** Optional. If set to true, the response will return partial results when some regions are unreachable and the unreachable field in Feature proto will be populated. If set to false, the request will fail when some regions are unreachable. */
1499
+ returnPartialSuccess?: boolean;
1496
1500
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1497
1501
  upload_protocol?: string;
1498
1502
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
@@ -1557,6 +1561,8 @@ declare namespace gapi.client {
1557
1561
  prettyPrint?: boolean;
1558
1562
  /** 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. */
1559
1563
  quotaUser?: string;
1564
+ /** Optional. If set to true, the response will return partial results when some regions are unreachable and the unreachable field in Feature proto will be populated. If set to false, the request will fail when some regions are unreachable. */
1565
+ returnPartialSuccess?: boolean;
1560
1566
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1561
1567
  upload_protocol?: string;
1562
1568
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.gkehub-v1",
3
- "version": "0.0.20240714",
3
+ "version": "0.0.20240727",
4
4
  "description": "TypeScript typings for GKE Hub API v1",
5
5
  "repository": {
6
6
  "type": "git",