@maxim_mazurok/gapi.client.workloadmanager-v1 0.2.20260527 → 0.3.20260602

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 +152 -199
  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: 20260527
12
+ // Revision: 20260602
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -29,32 +29,30 @@ declare namespace gapi.client {
29
29
 
30
30
  namespace workloadmanager {
31
31
  interface ActiveDirectory {
32
- /** Optional. DNS IP address */
32
+ /** Optional. DNS IP address. */
33
33
  dnsAddress?: string;
34
- /** Optional. human readable form of a domain such as “google.com”. */
34
+ /** Optional. Human readable form of a domain such as “google.com”. */
35
35
  domain?: string;
36
- /** Optional. domain username */
36
+ /** Optional. Domain username. */
37
37
  domainUsername?: string;
38
- /** Required. secret_manager_secret */
38
+ /** Required. Secret Manager secret. */
39
39
  secretManagerSecret?: string;
40
- /** Required. active directory type */
40
+ /** Required. Active Directory type. */
41
41
  type?:
42
- | 'ACTIVE_DIRECTORY_TYPE_UNSPECIFIED'
43
- | 'GCP_MANAGED'
44
- | 'SELF_MANAGED';
42
+ 'ACTIVE_DIRECTORY_TYPE_UNSPECIFIED' | 'GCP_MANAGED' | 'SELF_MANAGED';
45
43
  }
46
44
  interface Actuation {
47
- /** Output only. [Output only] Actuation output */
45
+ /** Output only. Actuation output. */
48
46
  actuationOutput?: ActuationOutput;
49
- /** Output only. [Output only] Deployment output */
47
+ /** Output only. Deployment output. */
50
48
  deploymentOutput?: DeploymentOutput[];
51
- /** Output only. [Output only] End time stamp */
49
+ /** Output only. End time stamp. */
52
50
  endTime?: string;
53
- /** The name of actuation resource. The format is projects/{project}/locations/{location}/deployments/{deployment}/actuations/{actuation} */
51
+ /** The name of the actuation resource. The format is projects/{project}/locations/{location}/deployments/{deployment}/actuations/{actuation}. */
54
52
  name?: string;
55
- /** Output only. [Output only] Start time stamp */
53
+ /** Output only. Start time stamp. */
56
54
  startTime?: string;
57
- /** Output only. [Output only] Actuation state */
55
+ /** Output only. Actuation state. */
58
56
  state?:
59
57
  | 'STATE_UNSPECIFIED'
60
58
  | 'INFRA_CREATING'
@@ -65,13 +63,13 @@ declare namespace gapi.client {
65
63
  | 'TIMEOUT';
66
64
  }
67
65
  interface ActuationOutput {
68
- /** A link to gcs file that store build logs */
66
+ /** A link to the Cloud Storage file that stores build logs. */
69
67
  actuateLogs?: string;
70
- /** Output only. error message return from ansible. */
68
+ /** Output only. Error message returned from Ansible. */
71
69
  ansibleError?: string;
72
- /** Output only. failed task name return from ansible. */
70
+ /** Output only. Failed task name returned from Ansible. */
73
71
  ansibleFailedTask?: string[];
74
- /** reference to Blueprint Controller deployment and revision resource */
72
+ /** Reference to the Blueprint Controller deployment and revision resource. */
75
73
  blueprintId?: string;
76
74
  /** Cloud Build instance UUID associated with this revision, without any suffix or prefix */
77
75
  cloudbuildId?: string;
@@ -90,13 +88,13 @@ declare namespace gapi.client {
90
88
  | 'TERRAFORM_DELETION_FAILED'
91
89
  | 'RESOURCE_IN_USE_IN_TERRAFORM_DELETION'
92
90
  | 'ANSIBLE_START_FAILED';
93
- /** A link to actuation cloud build log. */
91
+ /** A link to the actuation Cloud Build log. */
94
92
  errorLogs?: string;
95
- /** Output only. whether the error message is user facing. If true, the error message will be shown in the UI. */
93
+ /** Output only. Whether the error message is user facing. If true, the error message will be shown in the UI. */
96
94
  hasUserFacingErrorMsg?: boolean;
97
- /** Output only. error message return from terraform. */
95
+ /** Output only. Error message returned from Terraform. */
98
96
  terraformError?: string;
99
- /** reference to terraform template used */
97
+ /** Reference to the Terraform template used. */
100
98
  terraformTemplate?: string;
101
99
  }
102
100
  interface AgentCommand {
@@ -126,20 +124,14 @@ declare namespace gapi.client {
126
124
  availableVersion?: string;
127
125
  /** Output only. Whether the agent has full access to Cloud APIs. */
128
126
  cloudApiAccessFullScopesGranted?:
129
- | 'UNSPECIFIED_STATE'
130
- | 'SUCCESS_STATE'
131
- | 'FAILURE_STATE'
132
- | 'ERROR_STATE';
127
+ 'UNSPECIFIED_STATE' | 'SUCCESS_STATE' | 'FAILURE_STATE' | 'ERROR_STATE';
133
128
  /** Output only. The error message for the agent configuration if invalid. */
134
129
  configurationErrorMessage?: string;
135
130
  /** Output only. The path to the agent configuration file. */
136
131
  configurationFilePath?: string;
137
132
  /** Output only. Whether the agent configuration is valid. */
138
133
  configurationValid?:
139
- | 'UNSPECIFIED_STATE'
140
- | 'SUCCESS_STATE'
141
- | 'FAILURE_STATE'
142
- | 'ERROR_STATE';
134
+ 'UNSPECIFIED_STATE' | 'SUCCESS_STATE' | 'FAILURE_STATE' | 'ERROR_STATE';
143
135
  /** Output only. The installed version of the agent on the host. */
144
136
  installedVersion?: string;
145
137
  /** Output only. The URI of the instance. Format: projects//zones//instances/ */
@@ -152,16 +144,10 @@ declare namespace gapi.client {
152
144
  services?: AgentStatusServiceStatus[];
153
145
  /** Output only. Whether the agent service is enabled in systemd. */
154
146
  systemdServiceEnabled?:
155
- | 'UNSPECIFIED_STATE'
156
- | 'SUCCESS_STATE'
157
- | 'FAILURE_STATE'
158
- | 'ERROR_STATE';
147
+ 'UNSPECIFIED_STATE' | 'SUCCESS_STATE' | 'FAILURE_STATE' | 'ERROR_STATE';
159
148
  /** Output only. Whether the agent service is running in systemd. */
160
149
  systemdServiceRunning?:
161
- | 'UNSPECIFIED_STATE'
162
- | 'SUCCESS_STATE'
163
- | 'FAILURE_STATE'
164
- | 'ERROR_STATE';
150
+ 'UNSPECIFIED_STATE' | 'SUCCESS_STATE' | 'FAILURE_STATE' | 'ERROR_STATE';
165
151
  }
166
152
  interface AgentStatusConfigValue {
167
153
  /** Output only. Whether the configuration value is the default value or overridden. */
@@ -174,10 +160,7 @@ declare namespace gapi.client {
174
160
  interface AgentStatusIAMPermission {
175
161
  /** Output only. Whether the permission is granted. */
176
162
  granted?:
177
- | 'UNSPECIFIED_STATE'
178
- | 'SUCCESS_STATE'
179
- | 'FAILURE_STATE'
180
- | 'ERROR_STATE';
163
+ 'UNSPECIFIED_STATE' | 'SUCCESS_STATE' | 'FAILURE_STATE' | 'ERROR_STATE';
181
164
  /** Output only. The name of the permission. */
182
165
  name?: string;
183
166
  }
@@ -194,55 +177,49 @@ declare namespace gapi.client {
194
177
  errorMessage?: string;
195
178
  /** Output only. Whether the service is fully functional (all checks passed). */
196
179
  fullyFunctional?:
197
- | 'UNSPECIFIED_STATE'
198
- | 'SUCCESS_STATE'
199
- | 'FAILURE_STATE'
200
- | 'ERROR_STATE';
180
+ 'UNSPECIFIED_STATE' | 'SUCCESS_STATE' | 'FAILURE_STATE' | 'ERROR_STATE';
201
181
  /** Output only. The permissions required for the service. */
202
182
  iamPermissions?: AgentStatusIAMPermission[];
203
183
  /** Output only. The name of the service. */
204
184
  name?: string;
205
185
  /** Output only. The state of the service (enabled or disabled in the configuration). */
206
186
  state?:
207
- | 'UNSPECIFIED_STATE'
208
- | 'SUCCESS_STATE'
209
- | 'FAILURE_STATE'
210
- | 'ERROR_STATE';
187
+ 'UNSPECIFIED_STATE' | 'SUCCESS_STATE' | 'FAILURE_STATE' | 'ERROR_STATE';
211
188
  /** Output only. The message to display when the service state is unspecified. */
212
189
  unspecifiedStateMessage?: string;
213
190
  }
214
191
  interface AppDetails {
215
- /** Optional. instance id for app */
192
+ /** Optional. Instance ID for app. */
216
193
  appInstanceId?: string;
217
- /** Application service account - let custoemrs bring their own SA for application */
194
+ /** Application service account. Let customers bring their own service account for the application. */
218
195
  appServiceAccount?: string;
219
- /** Optional. Customized vm names */
196
+ /** Optional. Customized VM names. */
220
197
  appVmNames?: string[];
221
- /** Required. image for ascs server */
198
+ /** Required. Image for the ASCS server. */
222
199
  ascsImage?: string;
223
- /** Optional. instance id for ascs */
200
+ /** Optional. Instance ID for ASCS. */
224
201
  ascsInstanceId?: string;
225
- /** Required. ascs_machine_type */
202
+ /** Required. ASCS machine type. */
226
203
  ascsMachineType?: string;
227
- /** ASCS service account - let custoemrs bring their own SA for ASCS */
204
+ /** ASCS service account. Let customers bring their own service account for ASCS. */
228
205
  ascsServiceAccount?: string;
229
- /** Optional. ASCS vm name */
206
+ /** Optional. ASCS VM name. */
230
207
  ascsVm?: string;
231
- /** Optional. instance id for ers */
208
+ /** Optional. Instance ID for ERS. */
232
209
  ersInstanceId?: string;
233
- /** Optional. ERS vm name */
210
+ /** Optional. ERS VM name. */
234
211
  ersVm?: string;
235
- /** Required. image for app server and ascs server */
212
+ /** Required. Image for the app server and ASCS server. */
236
213
  image?: string;
237
- /** Required. machine type */
214
+ /** Required. Machine type. */
238
215
  machineType?: string;
239
- /** Required. secret_manager_secret */
216
+ /** Required. Secret Manager secret. */
240
217
  secretManagerSecret?: string;
241
- /** Optional. Storage location */
218
+ /** Optional. Storage location. */
242
219
  sharedStorage?: string;
243
220
  /** Required. The SAP SID is a three-digit server-specific unique identification code. */
244
221
  sid?: string;
245
- /** Required. vms_multiplier */
222
+ /** Required. VMs multiplier. */
246
223
  vmsMultiplier?: number;
247
224
  }
248
225
  interface BackupProperties {
@@ -294,10 +271,7 @@ declare namespace gapi.client {
294
271
  componentHealthChecks?: HealthCheck[];
295
272
  /** Output only. The type of the component health. */
296
273
  componentHealthType?:
297
- | 'TYPE_UNSPECIFIED'
298
- | 'TYPE_REQUIRED'
299
- | 'TYPE_OPTIONAL'
300
- | 'TYPE_SPECIAL';
274
+ 'TYPE_UNSPECIFIED' | 'TYPE_REQUIRED' | 'TYPE_OPTIONAL' | 'TYPE_SPECIAL';
301
275
  /** Output only. The health state of the component. */
302
276
  state?:
303
277
  | 'HEALTH_STATE_UNSPECIFIED'
@@ -309,45 +283,45 @@ declare namespace gapi.client {
309
283
  subComponentsHealth?: ComponentHealth[];
310
284
  }
311
285
  interface Database {
312
- /** Required. disk_type */
286
+ /** Required. Disk type. */
313
287
  diskType?: string;
314
- /** Optional. only useful for Linux High Availability setup */
288
+ /** Optional. Only useful for Linux High Availability setup. */
315
289
  floatingIpAddress?: string;
316
- /** Required. machine type */
290
+ /** Required. Machine type. */
317
291
  machineType?: string;
318
- /** Optional. the name of a secondary-sole-tenant node/node group */
292
+ /** Optional. The name of a secondary-sole-tenant node/node group. */
319
293
  secondarySoleTenantNode?: string;
320
- /** Optional. the type of a secondary-sole-tenant node/node group e.g. compute.googleapis.com/node-name */
294
+ /** Optional. The type of a secondary-sole-tenant node/node group. E.g., compute.googleapis.com/node-name. */
321
295
  secondarySoleTenantNodeType?: string;
322
- /** Required. secret_manager_secret */
296
+ /** Required. Secret Manager secret. */
323
297
  secretManagerSecret?: string;
324
- /** Required. whether simultaneous multithreading is enabled or not */
298
+ /** Required. Whether simultaneous multithreading is enabled or not. */
325
299
  smt?: boolean;
326
- /** Optional. the name of a primary sole-tenant node/node group */
300
+ /** Optional. The name of a primary sole-tenant node/node group. */
327
301
  soleTenantNode?: string;
328
- /** Optional. the type of a primary sole-tenant node/node group e.g. compute.googleapis.com/node-name */
302
+ /** Optional. The type of a primary sole-tenant node/node group. E.g., compute.googleapis.com/node-name. */
329
303
  soleTenantNodeType?: string;
330
- /** Required. whether to have TempDB on local SSD */
304
+ /** Required. Whether to have TempDB on local SSD. */
331
305
  tempdbOnSsd?: boolean;
332
- /** Required. SHARED or SOLE_TENANT */
306
+ /** Required. SHARED or SOLE_TENANT. */
333
307
  tenancyModel?: 'TENANCY_MODEL_UNSPECIFIED' | 'SHARED' | 'SOLE_TENANT';
334
308
  }
335
309
  interface DatabaseDetails {
336
- /** Database service account - let custoemrs bring their own SA for database */
310
+ /** Database service account. Let customers bring their own SA for the database. */
337
311
  databaseServiceAccount?: string;
338
- /** Required. disk_type */
312
+ /** Required. Disk type. */
339
313
  diskType?: string;
340
- /** Required. image for database server */
314
+ /** Required. Image for the database server. */
341
315
  image?: string;
342
- /** Optional. instance id */
316
+ /** Optional. Instance ID. */
343
317
  instanceId?: string;
344
- /** Required. machine type */
318
+ /** Required. Machine type. */
345
319
  machineType?: string;
346
- /** Optional. primary db vm name */
320
+ /** Optional. Primary DB VM name. */
347
321
  primaryDbVm?: string;
348
- /** Optional. secondary db vm name */
322
+ /** Optional. Secondary DB VM name. */
349
323
  secondaryDbVm?: string;
350
- /** Required. secret_manager_secret */
324
+ /** Required. Secret Manager secret. */
351
325
  secretManagerSecret?: string;
352
326
  /** Required. The SID is a three-digit server-specific unique identification code. */
353
327
  sid?: string;
@@ -366,17 +340,17 @@ declare namespace gapi.client {
366
340
  | 'ASE';
367
341
  }
368
342
  interface Deployment {
369
- /** Output only. [Output only] Create time stamp */
343
+ /** Output only. Create time stamp. */
370
344
  createTime?: string;
371
- /** Description of the Deployment */
345
+ /** Description of the deployment. */
372
346
  description?: string;
373
- /** The name of deployment resource. The format will be 'projects/{project_id}/locations/{location_id}/deployments/{deployment_id}' */
347
+ /** The name of the deployment resource. The format is 'projects/{project_id}/locations/{location_id}/deployments/{deployment_id}'. */
374
348
  name?: string;
375
- /** SAP system workload input */
349
+ /** SAP system workload input. */
376
350
  sapSystemS4Config?: SapSystemS4Config;
377
- /** User-specified Service Account (SA) credentials to be used for cloud build Format: `projects/{projectID}/serviceAccounts/{serviceAccount}` The default Cloud Build SA will be used initially if this field is not set during deployment creation */
351
+ /** User-specified Service Account (SA) credentials to be used for Cloud Build. Format: `projects/{projectID}/serviceAccounts/{serviceAccount}` The default Cloud Build SA will be used initially if this field is not set during deployment creation. */
378
352
  serviceAccount?: string;
379
- /** MS SQL workload input */
353
+ /** MS SQL workload input. */
380
354
  sqlServerWorkload?: SqlServerWorkload;
381
355
  /** Output only. Current state of the deployment. */
382
356
  state?:
@@ -388,21 +362,18 @@ declare namespace gapi.client {
388
362
  | 'FAILED';
389
363
  /** Optional. terraform_variables represents all the Terraform variables for the deployment workload. The key is the name of the Terraform variable, and the value is the TerraformVariable. For example: { "project_id": { "input_value": { "string_value": "my-project-id" } }, "zone": { "input_value": { "string_value": "us-central1-a" } } } */
390
364
  terraformVariables?: {[P in string]: TerraformVariable};
391
- /** Output only. [Output only] Update time stamp */
365
+ /** Output only. Update time stamp. */
392
366
  updateTime?: string;
393
367
  /** Optional. The user-specified Cloud Build worker pool resource in which the Cloud Build job will execute. Format: `projects/{project}/locations/{location}/workerPools/{workerPoolId}`. If this field is unspecified, the default Cloud Build worker pool will be used. */
394
368
  workerPool?: string;
395
- /** Optional. Workload type of the deployment */
369
+ /** Optional. Workload type of the deployment. */
396
370
  workloadType?:
397
- | 'WORKLOAD_TYPE_UNSPECIFIED'
398
- | 'SAP_S4'
399
- | 'SQL_SERVER'
400
- | 'ORACLE';
371
+ 'WORKLOAD_TYPE_UNSPECIFIED' | 'SAP_S4' | 'SQL_SERVER' | 'ORACLE';
401
372
  }
402
373
  interface DeploymentOutput {
403
- /** name of the resource */
374
+ /** Name of the resource. */
404
375
  name?: string;
405
- /** type of the resource */
376
+ /** Type of the resource. */
406
377
  type?: string;
407
378
  }
408
379
  interface Empty {}
@@ -417,10 +388,7 @@ declare namespace gapi.client {
417
388
  description?: string;
418
389
  /** Evaluation type. */
419
390
  evaluationType?:
420
- | 'EVALUATION_TYPE_UNSPECIFIED'
421
- | 'SAP'
422
- | 'SQL_SERVER'
423
- | 'OTHER';
391
+ 'EVALUATION_TYPE_UNSPECIFIED' | 'SAP' | 'SQL_SERVER' | 'OTHER';
424
392
  /** Optional. Immutable. Customer-managed encryption key name, in the format projects/*‍/locations/*‍/keyRings/*‍/cryptoKeys/*. The key will be used for CMEK encryption of the evaluation resource. */
425
393
  kmsKey?: string;
426
394
  /** Labels as key value pairs. */
@@ -561,7 +529,7 @@ declare namespace gapi.client {
561
529
  upcomingMaintenanceEvent?: UpcomingMaintenanceEvent;
562
530
  }
563
531
  interface ListActuationsResponse {
564
- /** The list of Actuation */
532
+ /** The list of actuations. */
565
533
  actuations?: Actuation[];
566
534
  /** A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. */
567
535
  nextPageToken?: string;
@@ -569,7 +537,7 @@ declare namespace gapi.client {
569
537
  unreachable?: string[];
570
538
  }
571
539
  interface ListDeploymentsResponse {
572
- /** The list of Deployment */
540
+ /** The list of deployments. */
573
541
  deployments?: Deployment[];
574
542
  /** A token identifying a page of results the server should return. */
575
543
  nextPageToken?: string;
@@ -643,31 +611,29 @@ declare namespace gapi.client {
643
611
  name?: string;
644
612
  }
645
613
  interface LocationDetails {
646
- /** Optional. create firewall, if true, create firewall for the deployment. This field provides an option to not always create firewall for the deployment. */
614
+ /** Optional. Create firewall. If true, creates a firewall for the deployment. This field provides an option to not always create a firewall for the deployment. */
647
615
  createCommsFirewall?: boolean;
648
- /** Optional. network tags */
616
+ /** Optional. Network tags. */
649
617
  customTags?: string[];
650
- /** Optional. when user skip DNS configuration from UI, deployment_dns_enabled=false otherwise deployment_dns_enabled=true */
618
+ /** Optional. When the user skips DNS configuration in the UI, `deployment_dns_enabled` is false; otherwise `deployment_dns_enabled` is true. */
651
619
  deploymentDnsEnabled?: boolean;
652
- /** Optional. dns zone name */
620
+ /** Optional. DNS zone name. */
653
621
  dnsZone?: string;
654
- /** Optional. dns_zone_name_suffix */
622
+ /** Optional. DNS zone name suffix. */
655
623
  dnsZoneNameSuffix?: string;
656
624
  internetAccess?:
657
- | 'INTERNETACCESS_UNSPECIFIED'
658
- | 'ALLOW_EXTERNAL_IP'
659
- | 'CONFIGURE_NAT';
660
- /** Optional. network project */
625
+ 'INTERNETACCESS_UNSPECIFIED' | 'ALLOW_EXTERNAL_IP' | 'CONFIGURE_NAT';
626
+ /** Optional. Network project. */
661
627
  networkProject?: string;
662
- /** Required. region_name */
628
+ /** Required. Region name. */
663
629
  regionName?: string;
664
- /** Required. subnet_name */
630
+ /** Required. Subnet name. */
665
631
  subnetName?: string;
666
- /** Required. vpc_name */
632
+ /** Required. VPC name. */
667
633
  vpcName?: string;
668
- /** Required. zone1_name */
634
+ /** Required. Zone 1 name. */
669
635
  zone1Name?: string;
670
- /** Optional. zone2_name */
636
+ /** Optional. Zone 2 name. */
671
637
  zone2Name?: string;
672
638
  }
673
639
  interface Notice {
@@ -709,17 +675,17 @@ declare namespace gapi.client {
709
675
  verb?: string;
710
676
  }
711
677
  interface Pacemaker {
712
- /** Required. bucket location for node certificates */
678
+ /** Required. Bucket location for node certificates. */
713
679
  bucketNameNodeCertificates?: string;
714
- /** Required. pacemaker cluster name */
680
+ /** Required. Pacemaker cluster name. */
715
681
  pacemakerCluster?: string;
716
- /** Required. pacemaker cluster secret name */
682
+ /** Required. Pacemaker cluster secret name. */
717
683
  pacemakerClusterSecret?: string;
718
- /** Required. pacemaker cluster username */
684
+ /** Required. Pacemaker cluster username. */
719
685
  pacemakerClusterUsername?: string;
720
- /** Required. sql pacemaker secret name */
686
+ /** Required. SQL Pacemaker secret name. */
721
687
  sqlPacemakerSecret?: string;
722
- /** Required. sql pacemaker username */
688
+ /** Required. SQL Pacemaker username. */
723
689
  sqlPacemakerUsername?: string;
724
690
  }
725
691
  interface Product {
@@ -1053,39 +1019,35 @@ declare namespace gapi.client {
1053
1019
  }
1054
1020
  interface SapSystemS4Config {
1055
1021
  allowStoppingForUpdate?: boolean;
1056
- /** Ansible runner service account - let custoemrs bring their own SA for Ansible runner */
1022
+ /** Ansible runner service account. Let customers bring their own service account for the Ansible runner. */
1057
1023
  ansibleRunnerServiceAccount?: string;
1058
- /** instance details */
1024
+ /** Instance details. */
1059
1025
  app?: AppDetails;
1060
- /** database details */
1026
+ /** Database details. */
1061
1027
  database?: DatabaseDetails;
1062
- /** Required. two model non-HA and HA supported */
1028
+ /** Required. Supports non-HA and HA models. */
1063
1029
  deploymentModel?:
1064
- | 'DEPLOYMENT_MODEL_UNSPECIFIED'
1065
- | 'DISTRIBUTED'
1066
- | 'DISTRIBUTED_HA';
1067
- /** Required. deployment environment */
1030
+ 'DEPLOYMENT_MODEL_UNSPECIFIED' | 'DISTRIBUTED' | 'DISTRIBUTED_HA';
1031
+ /** Required. Deployment environment. */
1068
1032
  environmentType?:
1069
- | 'ENVIRONMENT_TYPE_UNSPECIFIED'
1070
- | 'NON_PRODUCTION'
1071
- | 'PRODUCTION';
1072
- /** the project that infrastructure deployed, current only support the same project where the deployment resource exist. */
1033
+ 'ENVIRONMENT_TYPE_UNSPECIFIED' | 'NON_PRODUCTION' | 'PRODUCTION';
1034
+ /** The project that infrastructure is deployed in. Currently only supports the same project where the deployment resource exists. */
1073
1035
  gcpProjectId?: string;
1074
- /** database details */
1036
+ /** Database details. */
1075
1037
  location?: LocationDetails;
1076
- /** Required. media_bucket_name */
1038
+ /** Required. Media bucket name. */
1077
1039
  mediaBucketName?: string;
1078
- /** Optional. sap_boot_disk_image */
1040
+ /** Optional. SAP boot disk image. */
1079
1041
  sapBootDiskImage?: string;
1080
- /** Required. support scale up and scale out */
1042
+ /** Required. Supports scale up and scale out. */
1081
1043
  scalingMethod?: 'SCALE_METHOD_UNSPECIFIED' | 'SCALE_UP' | 'SCALE_OUT';
1082
- /** Required. sap hana version */
1044
+ /** Required. SAP HANA version. */
1083
1045
  version?:
1084
1046
  | 'VERSION_UNSPECIFIED'
1085
1047
  | 'S4_HANA_2021'
1086
1048
  | 'S4_HANA_2022'
1087
1049
  | 'S4_HANA_2023';
1088
- /** vm_prefix */
1050
+ /** VM prefix. */
1089
1051
  vmPrefix?: string;
1090
1052
  }
1091
1053
  interface SapValidation {
@@ -1158,26 +1120,24 @@ declare namespace gapi.client {
1158
1120
  timeoutSeconds?: number;
1159
1121
  }
1160
1122
  interface SqlLocationDetails {
1161
- /** Optional. create a new DNS Zone when the field is empty, Only show for `Using an existing DNS` List of existing DNS Zones tf variable name: existing_dns_zone_name */
1123
+ /** Optional. Create a new DNS zone when the field is empty. Only shown for `Using an existing DNS`. List of existing DNS zones. Terraform variable name: existing_dns_zone_name. */
1162
1124
  dnsZone?: string;
1163
- /** Required. the project that infrastructure deployed, currently only supports the same project where the deployment resource exists. */
1125
+ /** Required. The project that infrastructure is deployed in. Currently only supports the same project where the deployment resource exists. */
1164
1126
  gcpProjectId?: string;
1165
- /** Required. Internet Access */
1127
+ /** Required. Internet Access. */
1166
1128
  internetAccess?:
1167
- | 'INTERNET_ACCESS_UNSPECIFIED'
1168
- | 'ALLOW_EXTERNAL_IP'
1169
- | 'CONFIGURE_NAT';
1170
- /** Required. network name */
1129
+ 'INTERNET_ACCESS_UNSPECIFIED' | 'ALLOW_EXTERNAL_IP' | 'CONFIGURE_NAT';
1130
+ /** Required. Network name. */
1171
1131
  network?: string;
1172
- /** Required. primary zone */
1132
+ /** Required. Primary zone. */
1173
1133
  primaryZone?: string;
1174
- /** Required. region name */
1134
+ /** Required. Region name. */
1175
1135
  region?: string;
1176
- /** Optional. secondary zone can't be same as primary_zone and is only for High Availability deployment mode */
1136
+ /** Optional. Secondary zone cannot be the same as primary_zone and is only for High Availability deployment mode. */
1177
1137
  secondaryZone?: string;
1178
- /** Required. subnetwork name */
1138
+ /** Required. Subnetwork name. */
1179
1139
  subnetwork?: string;
1180
- /** Optional. teriary zone can't be same as primary_zone and secondary zone, and it is only for High Availability deployment mode */
1140
+ /** Optional. Tertiary zone cannot be the same as primary_zone and secondary_zone, and it is only for High Availability deployment mode. */
1181
1141
  tertiaryZone?: string;
1182
1142
  }
1183
1143
  interface SqlserverValidation {
@@ -1214,62 +1174,58 @@ declare namespace gapi.client {
1214
1174
  | 'DB_BACKUP_POLICY';
1215
1175
  }
1216
1176
  interface SqlServerWorkload {
1217
- /** Required. active directory details */
1177
+ /** Required. Active Directory details. */
1218
1178
  activeDirectory?: ActiveDirectory;
1219
- /** Compute engine service account - let customers bring their own SA for Compute engine */
1179
+ /** Compute Engine service account. Let customers bring their own service account for Compute Engine. */
1220
1180
  computeEngineServiceAccount?: string;
1221
- /** Required. database details */
1181
+ /** Required. Database details. */
1222
1182
  database?: Database;
1223
- /** Required. HIGH_AVAILABILITY or SINGLE_INSTANCE */
1183
+ /** Required. HIGH_AVAILABILITY or SINGLE_INSTANCE. */
1224
1184
  deploymentModel?:
1225
1185
  | 'DEPLOYMENT_MODEL_UNSPECIFIED'
1226
1186
  | 'HIGH_AVAILABILITY'
1227
1187
  | 'SINGLE_INSTANCE';
1228
- /** Required. deployment environment */
1188
+ /** Required. Deployment environment. */
1229
1189
  environmentType?:
1230
- | 'ENVIRONMENT_TYPE_UNSPECIFIED'
1231
- | 'NON_PRODUCTION'
1232
- | 'PRODUCTION';
1233
- /** Optional. SHARED_DISK or S2D */
1190
+ 'ENVIRONMENT_TYPE_UNSPECIFIED' | 'NON_PRODUCTION' | 'PRODUCTION';
1191
+ /** Optional. SHARED_DISK or S2D. */
1234
1192
  fciType?: 'FCI_TYPE_UNSPECIFIED' | 'SHARED_DISK' | 'S2D';
1235
- /** Optional. AOAG or FCI, it is only needed for High Availability deployment mode */
1193
+ /** Optional. AOAG or FCI. It is only needed for the High Availability deployment mode. */
1236
1194
  haType?: 'HA_TYPE_UNSPECIFIED' | 'AOAG' | 'FCI';
1237
- /** Required. SQL licensing type */
1195
+ /** Required. SQL licensing type. */
1238
1196
  isSqlPayg?: boolean;
1239
- /** Required. location details */
1197
+ /** Required. Location details. */
1240
1198
  location?: SqlLocationDetails;
1241
- /** Required. name of the media storing SQL server installation files */
1199
+ /** Required. Name of the media storing SQL server installation files. */
1242
1200
  mediaBucket?: string;
1243
- /** Required. type of the operating system the SQL server is going to run on top of */
1201
+ /** Required. The type of the operating system the SQL server is going to run on top of. */
1244
1202
  operatingSystemType?:
1245
1203
  | 'OPERATING_SYSTEM_TYPE_UNSPECIFIED'
1246
1204
  | 'WINDOWS'
1247
1205
  | 'UBUNTU'
1248
1206
  | 'RED_HAT_ENTERPRISE_LINUX'
1249
1207
  | 'SUSE';
1250
- /** Required. the image of the operating system */
1208
+ /** Required. The image of the operating system. */
1251
1209
  osImage?: string;
1252
- /** Optional. OS image type, it's used to create boot disks for VM instances When either Windows licensing type or SQL licensing type is BYOL, this option is disabled and default to custom image */
1210
+ /** Optional. OS image type. It's used to create boot disks for VM instances. When either Windows licensing type or SQL licensing type is BYOL, this option is disabled and defaults to a custom image. */
1253
1211
  osImageType?:
1254
- | 'OS_IMAGE_TYPE_UNSPECIFIED'
1255
- | 'PUBLIC_IMAGE'
1256
- | 'CUSTOM_IMAGE';
1257
- /** Optional. pacemaker configuration, only applicable for Linux HA deployments */
1212
+ 'OS_IMAGE_TYPE_UNSPECIFIED' | 'PUBLIC_IMAGE' | 'CUSTOM_IMAGE';
1213
+ /** Optional. Pacemaker configuration, only applicable for Linux HA deployments. */
1258
1214
  pacemaker?: Pacemaker;
1259
- /** Optional. SQL Server Edition type, only applicable when Operating System is Linux */
1215
+ /** Optional. SQL Server Edition type, only applicable when the operating system is Linux. */
1260
1216
  sqlServerEdition?:
1261
1217
  | 'SQL_SERVER_EDITION_TYPE_UNSPECIFIED'
1262
1218
  | 'SQL_SERVER_EDITION_TYPE_DEVELOPER'
1263
1219
  | 'SQL_SERVER_EDITION_TYPE_ENTERPRISE'
1264
1220
  | 'SQL_SERVER_EDITION_TYPE_STANDARD'
1265
1221
  | 'SQL_SERVER_EDITION_TYPE_WEB';
1266
- /** Optional. 2017 or 2019 or 2022 */
1222
+ /** Optional. 2017, 2019, or 2022. */
1267
1223
  sqlServerVersion?:
1268
1224
  | 'SQL_SERVER_VERSION_TYPE_UNSPECIFIED'
1269
1225
  | 'SQL_SERVER_VERSION_TYPE_2017'
1270
1226
  | 'SQL_SERVER_VERSION_TYPE_2019'
1271
1227
  | 'SQL_SERVER_VERSION_TYPE_2022';
1272
- /** Required. should be unique in the project */
1228
+ /** Required. Should be unique in the project. */
1273
1229
  vmPrefix?: string;
1274
1230
  }
1275
1231
  interface Status {
@@ -1377,7 +1333,7 @@ declare namespace gapi.client {
1377
1333
  key?: string;
1378
1334
  /** OAuth 2.0 token for the current user. */
1379
1335
  oauth_token?: string;
1380
- /** Required. The resource name of the Actuation location using the form: 'projects/{project_id}/locations/{location}/deployments/{deployment}' */
1336
+ /** Required. The resource name of the Actuation location using the form: 'projects/{project_id}/locations/{location}/deployments/{deployment}'. */
1381
1337
  parent: string;
1382
1338
  /** Returns response with indentations and line breaks. */
1383
1339
  prettyPrint?: boolean;
@@ -1408,7 +1364,7 @@ declare namespace gapi.client {
1408
1364
  key?: string;
1409
1365
  /** OAuth 2.0 token for the current user. */
1410
1366
  oauth_token?: string;
1411
- /** Required. The resource name of the Actuation location using the form: 'projects/{project_id}/locations/{location}/deployments/{deployment}' */
1367
+ /** Required. The resource name of the Actuation location using the form: 'projects/{project_id}/locations/{location}/deployments/{deployment}'. */
1412
1368
  parent: string;
1413
1369
  /** Returns response with indentations and line breaks. */
1414
1370
  prettyPrint?: boolean;
@@ -1423,7 +1379,7 @@ declare namespace gapi.client {
1423
1379
  },
1424
1380
  body: Actuation,
1425
1381
  ): Request<Operation>;
1426
- /** Deletes a single Actuation */
1382
+ /** Deletes a single Actuation. */
1427
1383
  delete(request?: {
1428
1384
  /** V1 error format. */
1429
1385
  '$.xgafv'?: '1' | '2';
@@ -1437,7 +1393,7 @@ declare namespace gapi.client {
1437
1393
  fields?: string;
1438
1394
  /** 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. */
1439
1395
  key?: string;
1440
- /** Required. The name of the book to delete. project/{project_id}/locations/{location_id}/deployments/{deployment_id}/actuations/{actuation_id} */
1396
+ /** Required. The name of the actuation to delete. projects/{project}/locations/{location}/deployments/{deployment}/actuations/{actuation}. */
1441
1397
  name: string;
1442
1398
  /** OAuth 2.0 token for the current user. */
1443
1399
  oauth_token?: string;
@@ -1464,7 +1420,7 @@ declare namespace gapi.client {
1464
1420
  fields?: string;
1465
1421
  /** 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. */
1466
1422
  key?: string;
1467
- /** Required. Name of the resource */
1423
+ /** Required. Name of the resource. */
1468
1424
  name: string;
1469
1425
  /** OAuth 2.0 token for the current user. */
1470
1426
  oauth_token?: string;
@@ -1489,7 +1445,7 @@ declare namespace gapi.client {
1489
1445
  callback?: string;
1490
1446
  /** Selector specifying which fields to include in a partial response. */
1491
1447
  fields?: string;
1492
- /** Optional. Filtering results */
1448
+ /** Optional. Filtering results. */
1493
1449
  filter?: string;
1494
1450
  /** 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. */
1495
1451
  key?: string;
@@ -1501,7 +1457,7 @@ declare namespace gapi.client {
1501
1457
  pageSize?: number;
1502
1458
  /** Optional. A token identifying a page of results the server should return. */
1503
1459
  pageToken?: string;
1504
- /** Required. The resource prefix of the Actuation using the form: 'projects/{project_id}/locations/{location}/deployments/{deployment}' */
1460
+ /** Required. The resource prefix of the Actuation using the form: 'projects/{project_id}/locations/{location}/deployments/{deployment}'. */
1505
1461
  parent: string;
1506
1462
  /** Returns response with indentations and line breaks. */
1507
1463
  prettyPrint?: boolean;
@@ -1524,7 +1480,7 @@ declare namespace gapi.client {
1524
1480
  alt?: 'json' | 'media' | 'proto';
1525
1481
  /** JSONP */
1526
1482
  callback?: string;
1527
- /** Required. Id of the deployment */
1483
+ /** Required. ID of the deployment. */
1528
1484
  deploymentId?: string;
1529
1485
  /** Selector specifying which fields to include in a partial response. */
1530
1486
  fields?: string;
@@ -1557,7 +1513,7 @@ declare namespace gapi.client {
1557
1513
  alt?: 'json' | 'media' | 'proto';
1558
1514
  /** JSONP */
1559
1515
  callback?: string;
1560
- /** Required. Id of the deployment */
1516
+ /** Required. ID of the deployment. */
1561
1517
  deploymentId?: string;
1562
1518
  /** Selector specifying which fields to include in a partial response. */
1563
1519
  fields?: string;
@@ -1592,11 +1548,11 @@ declare namespace gapi.client {
1592
1548
  callback?: string;
1593
1549
  /** Selector specifying which fields to include in a partial response. */
1594
1550
  fields?: string;
1595
- /** Optional. If set to true, any actuation will also be deleted. Followed the best practice from https://aip.dev/135#cascading-delete */
1551
+ /** Optional. If set to true, any actuation will also be deleted. Follows the best practice from https://aip.dev/135#cascading-delete. */
1596
1552
  force?: boolean;
1597
1553
  /** 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. */
1598
1554
  key?: string;
1599
- /** Required. Name of the resource */
1555
+ /** Required. Name of the resource. */
1600
1556
  name: string;
1601
1557
  /** OAuth 2.0 token for the current user. */
1602
1558
  oauth_token?: string;
@@ -1623,7 +1579,7 @@ declare namespace gapi.client {
1623
1579
  fields?: string;
1624
1580
  /** 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. */
1625
1581
  key?: string;
1626
- /** Required. Name of the resource. The format will be 'projects/{project_id}/locations/{location_id}/deployments/{deployment_id}' */
1582
+ /** Required. Name of the resource. The format is 'projects/{project_id}/locations/{location_id}/deployments/{deployment_id}'. */
1627
1583
  name: string;
1628
1584
  /** OAuth 2.0 token for the current user. */
1629
1585
  oauth_token?: string;
@@ -1648,7 +1604,7 @@ declare namespace gapi.client {
1648
1604
  callback?: string;
1649
1605
  /** Selector specifying which fields to include in a partial response. */
1650
1606
  fields?: string;
1651
- /** Optional. Filter resource follow https://google.aip.dev/160 */
1607
+ /** Optional. Filter resource following https://google.aip.dev/160. */
1652
1608
  filter?: string;
1653
1609
  /** 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. */
1654
1610
  key?: string;
@@ -2473,10 +2429,7 @@ declare namespace gapi.client {
2473
2429
  customRulesBucket?: string;
2474
2430
  /** Optional. The evaluation type of the rules will be applied to. The Cloud Storage bucket name for custom rules. */
2475
2431
  evaluationType?:
2476
- | 'EVALUATION_TYPE_UNSPECIFIED'
2477
- | 'SAP'
2478
- | 'SQL_SERVER'
2479
- | 'OTHER';
2432
+ 'EVALUATION_TYPE_UNSPECIFIED' | 'SAP' | 'SQL_SERVER' | 'OTHER';
2480
2433
  /** Selector specifying which fields to include in a partial response. */
2481
2434
  fields?: string;
2482
2435
  /** Filter based on primary_category, secondary_category. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.workloadmanager-v1",
3
- "version": "0.2.20260527",
3
+ "version": "0.3.20260602",
4
4
  "description": "TypeScript typings for Workload Manager API v1",
5
5
  "repository": {
6
6
  "type": "git",