@maxim_mazurok/gapi.client.workloadmanager-v1 0.0.20250129 → 0.0.20250205

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 +41 -1
  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://workloadmanager.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20250129
12
+ // Revision: 20250205
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -413,6 +413,8 @@ declare namespace gapi.client {
413
413
  appInstances?: SapDiscoveryResourceInstancePropertiesAppInstance[];
414
414
  /** Optional. A list of instance URIs that are part of a cluster with this one. */
415
415
  clusterInstances?: string[];
416
+ /** Optional. Disk mounts on the instance. */
417
+ diskMounts?: SapDiscoveryResourceInstancePropertiesDiskMount[];
416
418
  /** Optional. The VM's instance number. */
417
419
  instanceNumber?: string;
418
420
  /** Optional. Bitmask of instance role, a resource may have multiple roles at once. */
@@ -428,6 +430,12 @@ declare namespace gapi.client {
428
430
  /** Optional. Instance number of the SAP application instance. */
429
431
  number?: string;
430
432
  }
433
+ interface SapDiscoveryResourceInstancePropertiesDiskMount {
434
+ /** Optional. Filesystem mount point. */
435
+ mountPoint?: string;
436
+ /** Optional. Name of the disk. */
437
+ name?: string;
438
+ }
431
439
  interface SapDiscoveryWorkloadProperties {
432
440
  /** Optional. List of SAP Products and their versions running on the system. */
433
441
  productVersions?: SapDiscoveryWorkloadPropertiesProductVersion[];
@@ -1178,6 +1186,37 @@ declare namespace gapi.client {
1178
1186
  uploadType?: string;
1179
1187
  }): Request<ListRulesResponse>;
1180
1188
  }
1189
+ interface SapSystemsResource {
1190
+ /** Delete the data insights from workload manager data warehouse. */
1191
+ delete(request?: {
1192
+ /** V1 error format. */
1193
+ '$.xgafv'?: string;
1194
+ /** OAuth access token. */
1195
+ access_token?: string;
1196
+ /** Data format for response. */
1197
+ alt?: string;
1198
+ /** JSONP */
1199
+ callback?: string;
1200
+ /** Selector specifying which fields to include in a partial response. */
1201
+ fields?: string;
1202
+ /** 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. */
1203
+ key?: string;
1204
+ /** Required. The system id of the SAP system resource to delete. Formatted as projects/{project}/locations/{location}/sapSystems/{sap_system_id} */
1205
+ name: string;
1206
+ /** OAuth 2.0 token for the current user. */
1207
+ oauth_token?: string;
1208
+ /** Returns response with indentations and line breaks. */
1209
+ prettyPrint?: boolean;
1210
+ /** 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. */
1211
+ quotaUser?: string;
1212
+ /** 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). */
1213
+ requestId?: string;
1214
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1215
+ upload_protocol?: string;
1216
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1217
+ uploadType?: string;
1218
+ }): Request<{}>;
1219
+ }
1181
1220
  interface LocationsResource {
1182
1221
  /** Gets information about a location. */
1183
1222
  get(request?: {
@@ -1243,6 +1282,7 @@ declare namespace gapi.client {
1243
1282
  insights: InsightsResource;
1244
1283
  operations: OperationsResource;
1245
1284
  rules: RulesResource;
1285
+ sapSystems: SapSystemsResource;
1246
1286
  }
1247
1287
  interface ProjectsResource {
1248
1288
  locations: LocationsResource;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.workloadmanager-v1",
3
- "version": "0.0.20250129",
3
+ "version": "0.0.20250205",
4
4
  "description": "TypeScript typings for Workload Manager API v1",
5
5
  "repository": {
6
6
  "type": "git",