@maxim_mazurok/gapi.client.workloadmanager-v1 0.1.20250813 → 0.1.20250903
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 -6
- 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://workloadmanager.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250903
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -128,9 +128,9 @@ declare namespace gapi.client {
|
|
|
128
128
|
interface CloudResource {
|
|
129
129
|
/** Output only. All instance properties. */
|
|
130
130
|
instanceProperties?: InstanceProperties;
|
|
131
|
-
/** Output only.
|
|
131
|
+
/** Output only. */
|
|
132
132
|
kind?: string;
|
|
133
|
-
/** Output only. resource name */
|
|
133
|
+
/** Output only. resource name Example: compute.googleapis.com/projects/wlm-obs-dev/zones/us-central1-a/instances/sap-pri */
|
|
134
134
|
name?: string;
|
|
135
135
|
}
|
|
136
136
|
interface Command {
|
|
@@ -245,7 +245,7 @@ declare namespace gapi.client {
|
|
|
245
245
|
interface Insight {
|
|
246
246
|
/** The insights data for the agent status. */
|
|
247
247
|
agentStatus?: AgentStatus;
|
|
248
|
-
/**
|
|
248
|
+
/** Optional. The instance id where the insight is generated from */
|
|
249
249
|
instanceId?: string;
|
|
250
250
|
/** The insights data for SAP system discovery. This is a copy of SAP System proto and should get updated whenever that one changes. */
|
|
251
251
|
sapDiscovery?: SapDiscovery;
|
|
@@ -415,6 +415,8 @@ declare namespace gapi.client {
|
|
|
415
415
|
remediation?: string;
|
|
416
416
|
/** Output only. the version of the rule */
|
|
417
417
|
revisionId?: string;
|
|
418
|
+
/** The type of the rule. */
|
|
419
|
+
ruleType?: string;
|
|
418
420
|
/** the secondary category */
|
|
419
421
|
secondaryCategory?: string;
|
|
420
422
|
/** the severity of the rule */
|
|
@@ -725,7 +727,7 @@ declare namespace gapi.client {
|
|
|
725
727
|
interface TorsoValidation {
|
|
726
728
|
/** Required. agent_version lists the version of the agent that collected this data. */
|
|
727
729
|
agentVersion?: string;
|
|
728
|
-
/**
|
|
730
|
+
/** Optional. instance_name lists the human readable name of the instance that the data comes from. */
|
|
729
731
|
instanceName?: string;
|
|
730
732
|
/** Required. project_id lists the human readable cloud project that the data comes from. */
|
|
731
733
|
projectId?: string;
|
|
@@ -1512,7 +1514,7 @@ declare namespace gapi.client {
|
|
|
1512
1514
|
alt?: string;
|
|
1513
1515
|
/** JSONP */
|
|
1514
1516
|
callback?: string;
|
|
1515
|
-
/** Optional.
|
|
1517
|
+
/** Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage. */
|
|
1516
1518
|
extraLocationTypes?: string | string[];
|
|
1517
1519
|
/** Selector specifying which fields to include in a partial response. */
|
|
1518
1520
|
fields?: string;
|