@maxim_mazurok/gapi.client.workloadmanager-v1 0.0.20250219 → 0.0.20250310
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 +32 -33
- 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: 20250310
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1279,6 +1279,35 @@ declare namespace gapi.client {
|
|
|
1279
1279
|
executions: ExecutionsResource;
|
|
1280
1280
|
}
|
|
1281
1281
|
interface InsightsResource {
|
|
1282
|
+
/** Delete the data insights from workload manager data warehouse. */
|
|
1283
|
+
delete(request?: {
|
|
1284
|
+
/** V1 error format. */
|
|
1285
|
+
'$.xgafv'?: string;
|
|
1286
|
+
/** OAuth access token. */
|
|
1287
|
+
access_token?: string;
|
|
1288
|
+
/** Data format for response. */
|
|
1289
|
+
alt?: string;
|
|
1290
|
+
/** JSONP */
|
|
1291
|
+
callback?: string;
|
|
1292
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1293
|
+
fields?: string;
|
|
1294
|
+
/** 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. */
|
|
1295
|
+
key?: string;
|
|
1296
|
+
/** Required. The system id of the SAP system resource to delete. Formatted as projects/{project}/locations/{location}/sapSystems/{sap_system_id} */
|
|
1297
|
+
name: string;
|
|
1298
|
+
/** OAuth 2.0 token for the current user. */
|
|
1299
|
+
oauth_token?: string;
|
|
1300
|
+
/** Returns response with indentations and line breaks. */
|
|
1301
|
+
prettyPrint?: boolean;
|
|
1302
|
+
/** 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. */
|
|
1303
|
+
quotaUser?: string;
|
|
1304
|
+
/** Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). */
|
|
1305
|
+
requestId?: string;
|
|
1306
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1307
|
+
upload_protocol?: string;
|
|
1308
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1309
|
+
uploadType?: string;
|
|
1310
|
+
}): Request<{}>;
|
|
1282
1311
|
/** Write the data insights to workload manager data warehouse. */
|
|
1283
1312
|
writeInsight(request: {
|
|
1284
1313
|
/** V1 error format. */
|
|
@@ -1498,6 +1527,8 @@ declare namespace gapi.client {
|
|
|
1498
1527
|
callback?: string;
|
|
1499
1528
|
/** The Cloud Storage bucket name for custom rules. */
|
|
1500
1529
|
customRulesBucket?: string;
|
|
1530
|
+
/** Optional. The evaluation type of the rules will be applied to. The Cloud Storage bucket name for custom rules. */
|
|
1531
|
+
evaluationType?: string;
|
|
1501
1532
|
/** Selector specifying which fields to include in a partial response. */
|
|
1502
1533
|
fields?: string;
|
|
1503
1534
|
/** Filter based on primary_category, secondary_category */
|
|
@@ -1522,37 +1553,6 @@ declare namespace gapi.client {
|
|
|
1522
1553
|
uploadType?: string;
|
|
1523
1554
|
}): Request<ListRulesResponse>;
|
|
1524
1555
|
}
|
|
1525
|
-
interface SapSystemsResource {
|
|
1526
|
-
/** Delete the data insights from workload manager data warehouse. */
|
|
1527
|
-
delete(request?: {
|
|
1528
|
-
/** V1 error format. */
|
|
1529
|
-
'$.xgafv'?: string;
|
|
1530
|
-
/** OAuth access token. */
|
|
1531
|
-
access_token?: string;
|
|
1532
|
-
/** Data format for response. */
|
|
1533
|
-
alt?: string;
|
|
1534
|
-
/** JSONP */
|
|
1535
|
-
callback?: string;
|
|
1536
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
1537
|
-
fields?: string;
|
|
1538
|
-
/** 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. */
|
|
1539
|
-
key?: string;
|
|
1540
|
-
/** Required. The system id of the SAP system resource to delete. Formatted as projects/{project}/locations/{location}/sapSystems/{sap_system_id} */
|
|
1541
|
-
name: string;
|
|
1542
|
-
/** OAuth 2.0 token for the current user. */
|
|
1543
|
-
oauth_token?: string;
|
|
1544
|
-
/** Returns response with indentations and line breaks. */
|
|
1545
|
-
prettyPrint?: boolean;
|
|
1546
|
-
/** 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. */
|
|
1547
|
-
quotaUser?: string;
|
|
1548
|
-
/** Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). */
|
|
1549
|
-
requestId?: string;
|
|
1550
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1551
|
-
upload_protocol?: string;
|
|
1552
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1553
|
-
uploadType?: string;
|
|
1554
|
-
}): Request<{}>;
|
|
1555
|
-
}
|
|
1556
1556
|
interface LocationsResource {
|
|
1557
1557
|
/** Gets information about a location. */
|
|
1558
1558
|
get(request?: {
|
|
@@ -1619,7 +1619,6 @@ declare namespace gapi.client {
|
|
|
1619
1619
|
insights: InsightsResource;
|
|
1620
1620
|
operations: OperationsResource;
|
|
1621
1621
|
rules: RulesResource;
|
|
1622
|
-
sapSystems: SapSystemsResource;
|
|
1623
1622
|
}
|
|
1624
1623
|
interface ProjectsResource {
|
|
1625
1624
|
locations: LocationsResource;
|