@maxim_mazurok/gapi.client.gkehub-v1alpha 0.0.20250113 → 0.0.20250116

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 +1 -17
  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: 20250113
12
+ // Revision: 20250116
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -24,18 +24,6 @@ declare namespace gapi.client {
24
24
  function load(name: 'gkehub', version: 'v1alpha', callback: () => any): void;
25
25
 
26
26
  namespace gkehub {
27
- interface AnthosObservabilityFeatureSpec {
28
- /** Default membership spec for unconfigured memberships */
29
- defaultMembershipSpec?: AnthosObservabilityMembershipSpec;
30
- }
31
- interface AnthosObservabilityMembershipSpec {
32
- /** Use full of metrics rather than optimized metrics. See https://cloud.google.com/anthos/clusters/docs/on-prem/1.8/concepts/logging-and-monitoring#optimized_metrics_default_metrics */
33
- doNotOptimizeMetrics?: boolean;
34
- /** Enable collecting and reporting metrics and logs from user apps. */
35
- enableStackdriverOnApplications?: boolean;
36
- /** the version of stackdriver operator used by this feature */
37
- version?: string;
38
- }
39
27
  interface AppDevExperienceFeatureSpec {}
40
28
  interface AppDevExperienceFeatureState {
41
29
  /** Status of subcomponent that detects configured Service Mesh resources. */
@@ -197,8 +185,6 @@ declare namespace gapi.client {
197
185
  updateTime?: string;
198
186
  }
199
187
  interface CommonFeatureSpec {
200
- /** Anthos Observability spec */
201
- anthosobservability?: AnthosObservabilityFeatureSpec;
202
188
  /** Appdevexperience specific spec. */
203
189
  appdevexperience?: any;
204
190
  /** Cloud Audit Logging-specific spec. */
@@ -1068,8 +1054,6 @@ declare namespace gapi.client {
1068
1054
  onPremCluster?: OnPremCluster;
1069
1055
  }
1070
1056
  interface MembershipFeatureSpec {
1071
- /** Anthos Observability-specific spec */
1072
- anthosobservability?: AnthosObservabilityMembershipSpec;
1073
1057
  /** Cloud Build-specific spec */
1074
1058
  cloudbuild?: CloudBuildMembershipSpec;
1075
1059
  /** Config Management-specific spec. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.gkehub-v1alpha",
3
- "version": "0.0.20250113",
3
+ "version": "0.0.20250116",
4
4
  "description": "TypeScript typings for GKE Hub API v1alpha",
5
5
  "repository": {
6
6
  "type": "git",