Skip to content

Commit f153b9b

Browse files
fix(workloadmanager): update the API
1 parent 1bf9101 commit f153b9b

File tree

1 file changed

+21
-42
lines changed
  • src/apis/workloadmanager

1 file changed

+21
-42
lines changed

src/apis/workloadmanager/v1.ts

Lines changed: 21 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -2075,15 +2075,13 @@ export namespace workloadmanager_v1 {
20752075
}
20762076
}
20772077

2078-
export interface Params$Resource$Projects$Locations$Get
2079-
extends StandardParameters {
2078+
export interface Params$Resource$Projects$Locations$Get extends StandardParameters {
20802079
/**
20812080
* Resource name for the location.
20822081
*/
20832082
name?: string;
20842083
}
2085-
export interface Params$Resource$Projects$Locations$List
2086-
extends StandardParameters {
2084+
export interface Params$Resource$Projects$Locations$List extends StandardParameters {
20872085
/**
20882086
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
20892087
*/
@@ -2266,8 +2264,7 @@ export namespace workloadmanager_v1 {
22662264
}
22672265
}
22682266

2269-
export interface Params$Resource$Projects$Locations$Discoveredprofiles$List
2270-
extends StandardParameters {
2267+
export interface Params$Resource$Projects$Locations$Discoveredprofiles$List extends StandardParameters {
22712268
/**
22722269
* Optional. Filtering results
22732270
*/
@@ -3069,8 +3066,7 @@ export namespace workloadmanager_v1 {
30693066
}
30703067
}
30713068

3072-
export interface Params$Resource$Projects$Locations$Evaluations$Create
3073-
extends StandardParameters {
3069+
export interface Params$Resource$Projects$Locations$Evaluations$Create extends StandardParameters {
30743070
/**
30753071
* Required. Id of the requesting object
30763072
*/
@@ -3089,8 +3085,7 @@ export namespace workloadmanager_v1 {
30893085
*/
30903086
requestBody?: Schema$Evaluation;
30913087
}
3092-
export interface Params$Resource$Projects$Locations$Evaluations$Delete
3093-
extends StandardParameters {
3088+
export interface Params$Resource$Projects$Locations$Evaluations$Delete extends StandardParameters {
30943089
/**
30953090
* Optional. Followed the best practice from https://aip.dev/135#cascading-delete
30963091
*/
@@ -3104,15 +3099,13 @@ export namespace workloadmanager_v1 {
31043099
*/
31053100
requestId?: string;
31063101
}
3107-
export interface Params$Resource$Projects$Locations$Evaluations$Get
3108-
extends StandardParameters {
3102+
export interface Params$Resource$Projects$Locations$Evaluations$Get extends StandardParameters {
31093103
/**
31103104
* Required. Name of the resource
31113105
*/
31123106
name?: string;
31133107
}
3114-
export interface Params$Resource$Projects$Locations$Evaluations$List
3115-
extends StandardParameters {
3108+
export interface Params$Resource$Projects$Locations$Evaluations$List extends StandardParameters {
31163109
/**
31173110
* Filter to be applied when listing the evaluation results.
31183111
*/
@@ -3134,8 +3127,7 @@ export namespace workloadmanager_v1 {
31343127
*/
31353128
parent?: string;
31363129
}
3137-
export interface Params$Resource$Projects$Locations$Evaluations$Patch
3138-
extends StandardParameters {
3130+
export interface Params$Resource$Projects$Locations$Evaluations$Patch extends StandardParameters {
31393131
/**
31403132
* name of resource names have the form 'projects/{project_id\}/locations/{location_id\}/evaluations/{evaluation_id\}'
31413133
*/
@@ -3771,8 +3763,7 @@ export namespace workloadmanager_v1 {
37713763
}
37723764
}
37733765

3774-
export interface Params$Resource$Projects$Locations$Evaluations$Executions$Delete
3775-
extends StandardParameters {
3766+
export interface Params$Resource$Projects$Locations$Evaluations$Executions$Delete extends StandardParameters {
37763767
/**
37773768
* Required. Name of the resource
37783769
*/
@@ -3782,15 +3773,13 @@ export namespace workloadmanager_v1 {
37823773
*/
37833774
requestId?: string;
37843775
}
3785-
export interface Params$Resource$Projects$Locations$Evaluations$Executions$Get
3786-
extends StandardParameters {
3776+
export interface Params$Resource$Projects$Locations$Evaluations$Executions$Get extends StandardParameters {
37873777
/**
37883778
* Required. Name of the resource
37893779
*/
37903780
name?: string;
37913781
}
3792-
export interface Params$Resource$Projects$Locations$Evaluations$Executions$List
3793-
extends StandardParameters {
3782+
export interface Params$Resource$Projects$Locations$Evaluations$Executions$List extends StandardParameters {
37943783
/**
37953784
* Filtering results
37963785
*/
@@ -3812,8 +3801,7 @@ export namespace workloadmanager_v1 {
38123801
*/
38133802
parent?: string;
38143803
}
3815-
export interface Params$Resource$Projects$Locations$Evaluations$Executions$Run
3816-
extends StandardParameters {
3804+
export interface Params$Resource$Projects$Locations$Evaluations$Executions$Run extends StandardParameters {
38173805
/**
38183806
* Required. The resource name of the Execution using the form: 'projects/{project\}/locations/{location\}/evaluations/{evaluation\}/executions/{execution\}'
38193807
*/
@@ -3988,8 +3976,7 @@ export namespace workloadmanager_v1 {
39883976
}
39893977
}
39903978

3991-
export interface Params$Resource$Projects$Locations$Evaluations$Executions$Results$List
3992-
extends StandardParameters {
3979+
export interface Params$Resource$Projects$Locations$Evaluations$Executions$Results$List extends StandardParameters {
39933980
/**
39943981
* Filtering results
39953982
*/
@@ -4175,8 +4162,7 @@ export namespace workloadmanager_v1 {
41754162
}
41764163
}
41774164

4178-
export interface Params$Resource$Projects$Locations$Evaluations$Executions$Scannedresources$List
4179-
extends StandardParameters {
4165+
export interface Params$Resource$Projects$Locations$Evaluations$Executions$Scannedresources$List extends StandardParameters {
41804166
/**
41814167
* Filtering results
41824168
*/
@@ -4495,8 +4481,7 @@ export namespace workloadmanager_v1 {
44954481
}
44964482
}
44974483

4498-
export interface Params$Resource$Projects$Locations$Insights$Delete
4499-
extends StandardParameters {
4484+
export interface Params$Resource$Projects$Locations$Insights$Delete extends StandardParameters {
45004485
/**
45014486
* Required. The system id of the SAP system resource to delete. Formatted as projects/{project\}/locations/{location\}/sapSystems/{sap_system_id\}
45024487
*/
@@ -4506,8 +4491,7 @@ export namespace workloadmanager_v1 {
45064491
*/
45074492
requestId?: string;
45084493
}
4509-
export interface Params$Resource$Projects$Locations$Insights$Writeinsight
4510-
extends StandardParameters {
4494+
export interface Params$Resource$Projects$Locations$Insights$Writeinsight extends StandardParameters {
45114495
/**
45124496
* Required. The GCP location. The format is: projects/{project\}/locations/{location\}.
45134497
*/
@@ -5087,8 +5071,7 @@ export namespace workloadmanager_v1 {
50875071
}
50885072
}
50895073

5090-
export interface Params$Resource$Projects$Locations$Operations$Cancel
5091-
extends StandardParameters {
5074+
export interface Params$Resource$Projects$Locations$Operations$Cancel extends StandardParameters {
50925075
/**
50935076
* The name of the operation resource to be cancelled.
50945077
*/
@@ -5099,22 +5082,19 @@ export namespace workloadmanager_v1 {
50995082
*/
51005083
requestBody?: Schema$CancelOperationRequest;
51015084
}
5102-
export interface Params$Resource$Projects$Locations$Operations$Delete
5103-
extends StandardParameters {
5085+
export interface Params$Resource$Projects$Locations$Operations$Delete extends StandardParameters {
51045086
/**
51055087
* The name of the operation resource to be deleted.
51065088
*/
51075089
name?: string;
51085090
}
5109-
export interface Params$Resource$Projects$Locations$Operations$Get
5110-
extends StandardParameters {
5091+
export interface Params$Resource$Projects$Locations$Operations$Get extends StandardParameters {
51115092
/**
51125093
* The name of the operation resource.
51135094
*/
51145095
name?: string;
51155096
}
5116-
export interface Params$Resource$Projects$Locations$Operations$List
5117-
extends StandardParameters {
5097+
export interface Params$Resource$Projects$Locations$Operations$List extends StandardParameters {
51185098
/**
51195099
* The standard list filter.
51205100
*/
@@ -5293,8 +5273,7 @@ export namespace workloadmanager_v1 {
52935273
}
52945274
}
52955275

5296-
export interface Params$Resource$Projects$Locations$Rules$List
5297-
extends StandardParameters {
5276+
export interface Params$Resource$Projects$Locations$Rules$List extends StandardParameters {
52985277
/**
52995278
* The Cloud Storage bucket name for custom rules.
53005279
*/

0 commit comments

Comments
 (0)