You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: discovery/config-v1.json
+13-12Lines changed: 13 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -816,7 +816,7 @@
816
816
"operations": {
817
817
"methods": {
818
818
"cancel": {
819
-
"description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
819
+
"description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.",
"description": "Optional. When requesting a page of resources, 'page_size' specifies number of resources to return. If unspecified, at most 500 will be returned. The maximum value is 1000.",
1157
+
"description": "Optional. When requesting a page of terraform versions, 'page_size' specifies number of terraform versions to return. If unspecified, at most 500 will be returned. The maximum value is 1000.",
1158
1158
"format": "int32",
1159
1159
"location": "query",
1160
1160
"type": "integer"
1161
1161
},
1162
1162
"pageToken": {
1163
-
"description": "Optional. Token returned by previous call to 'ListTerraformVersions' which specifies the position in the list from where to continue listing the resources.",
1163
+
"description": "Optional. Token returned by previous call to 'ListTerraformVersions' which specifies the position in the list from where to continue listing the terraform versions.",
1164
1164
"location": "query",
1165
1165
"type": "string"
1166
1166
},
@@ -1187,7 +1187,7 @@
1187
1187
}
1188
1188
}
1189
1189
},
1190
-
"revision": "20240710",
1190
+
"revision": "20250108",
1191
1191
"rootUrl": "https://config.googleapis.com/",
1192
1192
"schemas": {
1193
1193
"ApplyResults": {
@@ -1422,7 +1422,7 @@
1422
1422
"type": "string"
1423
1423
},
1424
1424
"serviceAccount": {
1425
-
"description": "Optional. User-specified Service Account (SA) credentials to be used when actuating resources. Format: `projects/{projectID}/serviceAccounts/{serviceAccount}`",
1425
+
"description": "Required. User-specified Service Account (SA) credentials to be used when actuating resources. Format: `projects/{projectID}/serviceAccounts/{serviceAccount}`",
1426
1426
"type": "string"
1427
1427
},
1428
1428
"state": {
@@ -1708,7 +1708,7 @@
1708
1708
"type": "string"
1709
1709
},
1710
1710
"previews": {
1711
-
"description": "List of Previewss.",
1711
+
"description": "List of Previews.",
1712
1712
"items": {
1713
1713
"$ref": "Preview"
1714
1714
},
@@ -1733,7 +1733,7 @@
1733
1733
"type": "string"
1734
1734
},
1735
1735
"resources": {
1736
-
"description": "List of Resourcess.",
1736
+
"description": "List of Resources.",
1737
1737
"items": {
1738
1738
"$ref": "Resource"
1739
1739
},
@@ -1939,7 +1939,7 @@
1939
1939
"readOnly": true
1940
1940
},
1941
1941
"requestedCancellation": {
1942
-
"description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
1942
+
"description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have google.longrunning.Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.",
1943
1943
"readOnly": true,
1944
1944
"type": "boolean"
1945
1945
},
@@ -2091,7 +2091,7 @@
2091
2091
"type": "string"
2092
2092
},
2093
2093
"serviceAccount": {
2094
-
"description": "Optional. User-specified Service Account (SA) credentials to be used when previewing resources. Format: `projects/{projectID}/serviceAccounts/{serviceAccount}`",
2094
+
"description": "Required. User-specified Service Account (SA) credentials to be used when previewing resources. Format: `projects/{projectID}/serviceAccounts/{serviceAccount}`",
2095
2095
"type": "string"
2096
2096
},
2097
2097
"state": {
@@ -2556,7 +2556,7 @@
2556
2556
"additionalProperties": {
2557
2557
"$ref": "TerraformVariable"
2558
2558
},
2559
-
"description": "Input variable values for the Terraform blueprint.",
2559
+
"description": "Optional. Input variable values for the Terraform blueprint.",
2560
2560
"type": "object"
2561
2561
}
2562
2562
},
@@ -2568,7 +2568,8 @@
2568
2568
"properties": {
2569
2569
"error": {
2570
2570
"$ref": "Status",
2571
-
"description": "Original error response from underlying Google API, if available."
2571
+
"description": "Output only. Original error response from underlying Google API, if available.",
2572
+
"readOnly": true
2572
2573
},
2573
2574
"errorDescription": {
2574
2575
"description": "A human-readable error description.",
Copy file name to clipboardExpand all lines: src/apis/config/v1.ts
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -258,7 +258,7 @@ export namespace config_v1 {
258
258
*/
259
259
quotaValidation?: string|null;
260
260
/**
261
-
* Optional. User-specified Service Account (SA) credentials to be used when actuating resources. Format: `projects/{projectID\}/serviceAccounts/{serviceAccount\}`
261
+
* Required. User-specified Service Account (SA) credentials to be used when actuating resources. Format: `projects/{projectID\}/serviceAccounts/{serviceAccount\}`
* Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
611
+
* Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have google.longrunning.Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
612
612
*/
613
613
requestedCancellation?: boolean|null;
614
614
/**
@@ -702,7 +702,7 @@ export namespace config_v1 {
702
702
*/
703
703
previewMode?: string|null;
704
704
/**
705
-
* Optional. User-specified Service Account (SA) credentials to be used when previewing resources. Format: `projects/{projectID\}/serviceAccounts/{serviceAccount\}`
705
+
* Required. User-specified Service Account (SA) credentials to be used when previewing resources. Format: `projects/{projectID\}/serviceAccounts/{serviceAccount\}`
706
706
*/
707
707
serviceAccount?: string|null;
708
708
/**
@@ -965,7 +965,7 @@ export namespace config_v1 {
965
965
*/
966
966
gitSource?: Schema$GitSource;
967
967
/**
968
-
* Input variable values for the Terraform blueprint.
968
+
* Optional. Input variable values for the Terraform blueprint.
* Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
3290
+
* Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
3291
3291
*
3292
3292
* @param params - Parameters for request
3293
3293
* @param options - Optionally override request options, such as `url`, `method`, and `encoding`.
* Optional. When requesting a page of resources, 'page_size' specifies number of resources to return. If unspecified, at most 500 will be returned. The maximum value is 1000.
4419
+
* Optional. When requesting a page of terraform versions, 'page_size' specifies number of terraform versions to return. If unspecified, at most 500 will be returned. The maximum value is 1000.
4420
4420
*/
4421
4421
pageSize?: number;
4422
4422
/**
4423
-
* Optional. Token returned by previous call to 'ListTerraformVersions' which specifies the position in the list from where to continue listing the resources.
4423
+
* Optional. Token returned by previous call to 'ListTerraformVersions' which specifies the position in the list from where to continue listing the terraform versions.
0 commit comments