@maxim_mazurok/gapi.client.gkehub-v1alpha 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.
- package/index.d.ts +8 -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:
|
|
12
|
+
// Revision: 20240727
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -411,7 +411,7 @@ declare namespace gapi.client {
|
|
|
411
411
|
hierarchyController?: ConfigManagementHierarchyControllerConfig;
|
|
412
412
|
/** Enables automatic Feature management. */
|
|
413
413
|
management?: string;
|
|
414
|
-
/** Policy Controller configuration for the cluster. */
|
|
414
|
+
/** Policy Controller configuration for the cluster. Deprecated: Configuring Policy Controller through the configmanagement feature is no longer recommended. Use the policycontroller feature instead. */
|
|
415
415
|
policyController?: ConfigManagementPolicyController;
|
|
416
416
|
/** Version of ACM installed. */
|
|
417
417
|
version?: string;
|
|
@@ -574,6 +574,8 @@ declare namespace gapi.client {
|
|
|
574
574
|
spec?: CommonFeatureSpec;
|
|
575
575
|
/** Output only. The Hub-wide Feature state. */
|
|
576
576
|
state?: CommonFeatureState;
|
|
577
|
+
/** Output only. List of locations that could not be reached while fetching this feature. */
|
|
578
|
+
unreachable?: string[];
|
|
577
579
|
/** Output only. When the Feature resource was last updated. */
|
|
578
580
|
updateTime?: string;
|
|
579
581
|
}
|
|
@@ -1667,6 +1669,8 @@ declare namespace gapi.client {
|
|
|
1667
1669
|
prettyPrint?: boolean;
|
|
1668
1670
|
/** 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. */
|
|
1669
1671
|
quotaUser?: string;
|
|
1672
|
+
/** 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. */
|
|
1673
|
+
returnPartialSuccess?: boolean;
|
|
1670
1674
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1671
1675
|
upload_protocol?: string;
|
|
1672
1676
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -1731,6 +1735,8 @@ declare namespace gapi.client {
|
|
|
1731
1735
|
prettyPrint?: boolean;
|
|
1732
1736
|
/** 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. */
|
|
1733
1737
|
quotaUser?: string;
|
|
1738
|
+
/** 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. */
|
|
1739
|
+
returnPartialSuccess?: boolean;
|
|
1734
1740
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1735
1741
|
upload_protocol?: string;
|
|
1736
1742
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|