@maxim_mazurok/gapi.client.workloadmanager-v1 0.0.20240501 → 0.0.20240616
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 +23 -16
- 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: 20240616
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -106,17 +106,17 @@ declare namespace gapi.client {
|
|
|
106
106
|
state?: string;
|
|
107
107
|
}
|
|
108
108
|
interface ExecutionResult {
|
|
109
|
-
/** the
|
|
109
|
+
/** The URL for the documentation of the rule. */
|
|
110
110
|
documentationUrl?: string;
|
|
111
|
-
/** the
|
|
111
|
+
/** The resource that violates the rule. */
|
|
112
112
|
resource?: Resource;
|
|
113
|
-
/**
|
|
113
|
+
/** The rule that is violated in an evaluation. */
|
|
114
114
|
rule?: string;
|
|
115
|
-
/** severity of violation */
|
|
115
|
+
/** The severity of violation. */
|
|
116
116
|
severity?: string;
|
|
117
|
-
/**
|
|
117
|
+
/** The details of violation in an evaluation result. */
|
|
118
118
|
violationDetails?: ViolationDetails;
|
|
119
|
-
/**
|
|
119
|
+
/** The violation message of an execution. */
|
|
120
120
|
violationMessage?: string;
|
|
121
121
|
}
|
|
122
122
|
interface ExternalDataSources {
|
|
@@ -225,6 +225,7 @@ declare namespace gapi.client {
|
|
|
225
225
|
childAssetLocation?: CloudAssetComposition;
|
|
226
226
|
directLocation?: DirectLocationAssignment;
|
|
227
227
|
gcpProjectProxy?: TenantProjectProxy;
|
|
228
|
+
placerLocation?: PlacerLocation;
|
|
228
229
|
spannerLocation?: SpannerLocation;
|
|
229
230
|
}
|
|
230
231
|
interface Operation {
|
|
@@ -255,6 +256,10 @@ declare namespace gapi.client {
|
|
|
255
256
|
/** Output only. Name of the verb executed by the operation. */
|
|
256
257
|
verb?: string;
|
|
257
258
|
}
|
|
259
|
+
interface PlacerLocation {
|
|
260
|
+
/** Directory with a config related to it in placer (e.g. "/placer/prod/home/my-root/my-dir") */
|
|
261
|
+
placerConfig?: string;
|
|
262
|
+
}
|
|
258
263
|
interface RegionalMigDistributionPolicy {
|
|
259
264
|
/** The shape in which the group converges around distribution of resources. Instance of proto2 enum */
|
|
260
265
|
targetShape?: number;
|
|
@@ -262,11 +267,11 @@ declare namespace gapi.client {
|
|
|
262
267
|
zones?: ZoneConfiguration[];
|
|
263
268
|
}
|
|
264
269
|
interface Resource {
|
|
265
|
-
/**
|
|
270
|
+
/** The name of the resource. */
|
|
266
271
|
name?: string;
|
|
267
|
-
/**
|
|
272
|
+
/** The service account associated with the resource. */
|
|
268
273
|
serviceAccount?: string;
|
|
269
|
-
/**
|
|
274
|
+
/** The type of resource. */
|
|
270
275
|
type?: string;
|
|
271
276
|
}
|
|
272
277
|
interface ResourceFilter {
|
|
@@ -342,6 +347,8 @@ declare namespace gapi.client {
|
|
|
342
347
|
haHosts?: string[];
|
|
343
348
|
/** Required. Pantheon Project in which the resources reside. */
|
|
344
349
|
hostProject?: string;
|
|
350
|
+
/** Optional. A list of replication sites used in Disaster Recovery (DR) configurations. */
|
|
351
|
+
replicationSites?: SapDiscoveryComponent[];
|
|
345
352
|
/** Optional. The resources in a component. */
|
|
346
353
|
resources?: SapDiscoveryResource[];
|
|
347
354
|
/** Optional. The SAP identifier, used by the SAP software and helps differentiate systems for customers. */
|
|
@@ -350,7 +357,7 @@ declare namespace gapi.client {
|
|
|
350
357
|
topologyType?: string;
|
|
351
358
|
}
|
|
352
359
|
interface SapDiscoveryComponentApplicationProperties {
|
|
353
|
-
/** Optional.
|
|
360
|
+
/** Optional. Deprecated: ApplicationType now tells you whether this is ABAP or Java. */
|
|
354
361
|
abap?: boolean;
|
|
355
362
|
/** Optional. Instance number of the SAP application instance. */
|
|
356
363
|
appInstanceNumber?: string;
|
|
@@ -502,11 +509,11 @@ declare namespace gapi.client {
|
|
|
502
509
|
projectNumbers?: string[];
|
|
503
510
|
}
|
|
504
511
|
interface ViolationDetails {
|
|
505
|
-
/**
|
|
512
|
+
/** The name of the asset. */
|
|
506
513
|
asset?: string;
|
|
507
|
-
/**
|
|
514
|
+
/** Details of the violation. */
|
|
508
515
|
observed?: {[P in string]: string};
|
|
509
|
-
/**
|
|
516
|
+
/** The service account associated with the resource. */
|
|
510
517
|
serviceAccount?: string;
|
|
511
518
|
}
|
|
512
519
|
interface WriteInsightRequest {
|
|
@@ -522,7 +529,7 @@ declare namespace gapi.client {
|
|
|
522
529
|
zone?: string;
|
|
523
530
|
}
|
|
524
531
|
interface ResultsResource {
|
|
525
|
-
/**
|
|
532
|
+
/** Lists the result of a single evaluation. */
|
|
526
533
|
list(request?: {
|
|
527
534
|
/** V1 error format. */
|
|
528
535
|
'$.xgafv'?: string;
|
|
@@ -885,7 +892,7 @@ declare namespace gapi.client {
|
|
|
885
892
|
callback?: string;
|
|
886
893
|
/** Selector specifying which fields to include in a partial response. */
|
|
887
894
|
fields?: string;
|
|
888
|
-
/**
|
|
895
|
+
/** Filter to be applied when listing the evaluation results. */
|
|
889
896
|
filter?: string;
|
|
890
897
|
/** 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. */
|
|
891
898
|
key?: string;
|