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/workflows-v1.json
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -275,7 +275,7 @@
275
275
"workflows": {
276
276
"methods": {
277
277
"create": {
278
-
"description": "Creates a new workflow. If a workflow with the specified name already exists in the specified project and location, the long running operation will return ALREADY_EXISTS error.",
278
+
"description": "Creates a new workflow. If a workflow with the specified name already exists in the specified project and location, the long running operation returns a ALREADY_EXISTS error.",
"description": "Required. Name of the workflow which information should be retrieved. Format: projects/{project}/locations/{location}/workflows/{workflow}",
345
+
"description": "Required. Name of the workflow for which information should be retrieved. Format: projects/{project}/locations/{location}/workflows/{workflow}",
"description": "Comma-separated list of fields that that specify the order of the results. Default sorting order for a field is ascending. To specify descending order for a field, append a \"desc\" suffix. If not specified, the results will be returned in an unspecified order.",
375
+
"description": "Comma-separated list of fields that specify the order of the results. Default sorting order for a field is ascending. To specify descending order for a field, append a \"desc\" suffix. If not specified, the results are returned in an unspecified order.",
376
376
"location": "query",
377
377
"type": "string"
378
378
},
379
379
"pageSize": {
380
-
"description": "Maximum number of workflows to return per call. The service may return fewer than this value. If the value is not specified, a default value of 500 will be used. The maximum permitted value is 1000 and values greater than 1000 will be coerced down to 1000.",
380
+
"description": "Maximum number of workflows to return per call. The service might return fewer than this value even if not at the end of the collection. If a value is not specified, a default value of 500 is used. The maximum permitted value is 1000 and values greater than 1000 are coerced down to 1000.",
381
381
"format": "int32",
382
382
"location": "query",
383
383
"type": "integer"
@@ -404,7 +404,7 @@
404
404
]
405
405
},
406
406
"patch": {
407
-
"description": "Updates an existing workflow. Running this method has no impact on already running executions of the workflow. A new revision of the workflow may be created as a result of a successful update operation. In that case, such revision will be used in new workflow executions.",
407
+
"description": "Updates an existing workflow. Running this method has no impact on already running executions of the workflow. A new revision of the workflow might be created as a result of a successful update operation. In that case, the new revision is used in new workflow executions.",
"description": "The workflows which match the request.",
508
+
"description": "The workflows that match the request.",
509
509
"items": {
510
510
"$ref": "Workflow"
511
511
},
@@ -644,7 +644,7 @@
644
644
"id": "Workflow",
645
645
"properties": {
646
646
"createTime": {
647
-
"description": "Output only. The timestamp of when the workflow was created.",
647
+
"description": "Output only. The timestamp for when the workflow was created.",
648
648
"format": "google-datetime",
649
649
"readOnly": true,
650
650
"type": "string"
@@ -657,15 +657,15 @@
657
657
"additionalProperties": {
658
658
"type": "string"
659
659
},
660
-
"description": "Labels associated with this workflow. Labels can contain at most 64 entries. Keys and values can be no longer than 63 characters and can only contain lowercase letters, numeric characters, underscores and dashes. Label keys must start with a letter. International characters are allowed.",
660
+
"description": "Labels associated with this workflow. Labels can contain at most 64 entries. Keys and values can be no longer than 63 characters and can only contain lowercase letters, numeric characters, underscores, and dashes. Label keys must start with a letter. International characters are allowed.",
661
661
"type": "object"
662
662
},
663
663
"name": {
664
664
"description": "The resource name of the workflow. Format: projects/{project}/locations/{location}/workflows/{workflow}",
665
665
"type": "string"
666
666
},
667
667
"revisionCreateTime": {
668
-
"description": "Output only. The timestamp that the latest revision of the workflow was created.",
668
+
"description": "Output only. The timestamp for the latest revision of the workflow's creation.",
669
669
"format": "google-datetime",
670
670
"readOnly": true,
671
671
"type": "string"
@@ -697,7 +697,7 @@
697
697
"type": "string"
698
698
},
699
699
"updateTime": {
700
-
"description": "Output only. The last update timestamp of the workflow.",
700
+
"description": "Output only. The timestamp for when the workflow was last updated.",
* Output only. The timestamp of when the workflow was created.
271
+
* Output only. The timestamp for when the workflow was created.
272
272
*/
273
273
createTime?: string|null;
274
274
/**
275
275
* Description of the workflow provided by the user. Must be at most 1000 unicode characters long.
276
276
*/
277
277
description?: string|null;
278
278
/**
279
-
* Labels associated with this workflow. Labels can contain at most 64 entries. Keys and values can be no longer than 63 characters and can only contain lowercase letters, numeric characters, underscores and dashes. Label keys must start with a letter. International characters are allowed.
279
+
* Labels associated with this workflow. Labels can contain at most 64 entries. Keys and values can be no longer than 63 characters and can only contain lowercase letters, numeric characters, underscores, and dashes. Label keys must start with a letter. International characters are allowed.
280
280
*/
281
281
labels?: {[key: string]: string}|null;
282
282
/**
283
283
* The resource name of the workflow. Format: projects/{project\}/locations/{location\}/workflows/{workflow\}
284
284
*/
285
285
name?: string|null;
286
286
/**
287
-
* Output only. The timestamp that the latest revision of the workflow was created.
287
+
* Output only. The timestamp for the latest revision of the workflow's creation.
* Creates a new workflow. If a workflow with the specified name already exists in the specified project and location, the long running operation will return ALREADY_EXISTS error.
1075
+
* Creates a new workflow. If a workflow with the specified name already exists in the specified project and location, the long running operation returns a ALREADY_EXISTS error.
* const res = await workflows.projects.locations.workflows.list({
1518
1518
* // Filter to restrict results to specific workflows.
1519
1519
* filter: 'placeholder-value',
1520
-
* // Comma-separated list of fields that that specify the order of the results. Default sorting order for a field is ascending. To specify descending order for a field, append a "desc" suffix. If not specified, the results will be returned in an unspecified order.
1520
+
* // Comma-separated list of fields that specify the order of the results. Default sorting order for a field is ascending. To specify descending order for a field, append a "desc" suffix. If not specified, the results are returned in an unspecified order.
1521
1521
* orderBy: 'placeholder-value',
1522
-
* // Maximum number of workflows to return per call. The service may return fewer than this value. If the value is not specified, a default value of 500 will be used. The maximum permitted value is 1000 and values greater than 1000 will be coerced down to 1000.
1522
+
* // Maximum number of workflows to return per call. The service might return fewer than this value even if not at the end of the collection. If a value is not specified, a default value of 500 is used. The maximum permitted value is 1000 and values greater than 1000 are coerced down to 1000.
1523
1523
* pageSize: 'placeholder-value',
1524
1524
* // A page token, received from a previous `ListWorkflows` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListWorkflows` must match the call that provided the page token.
* Updates an existing workflow. Running this method has no impact on already running executions of the workflow. A new revision of the workflow may be created as a result of a successful update operation. In that case, such revision will be used in new workflow executions.
1636
+
* Updates an existing workflow. Running this method has no impact on already running executions of the workflow. A new revision of the workflow might be created as a result of a successful update operation. In that case, the new revision is used in new workflow executions.
* Comma-separated list of fields that that specify the order of the results. Default sorting order for a field is ascending. To specify descending order for a field, append a "desc" suffix. If not specified, the results will be returned in an unspecified order.
1822
+
* Comma-separated list of fields that specify the order of the results. Default sorting order for a field is ascending. To specify descending order for a field, append a "desc" suffix. If not specified, the results are returned in an unspecified order.
1823
1823
*/
1824
1824
orderBy?: string;
1825
1825
/**
1826
-
* Maximum number of workflows to return per call. The service may return fewer than this value. If the value is not specified, a default value of 500 will be used. The maximum permitted value is 1000 and values greater than 1000 will be coerced down to 1000.
1826
+
* Maximum number of workflows to return per call. The service might return fewer than this value even if not at the end of the collection. If a value is not specified, a default value of 500 is used. The maximum permitted value is 1000 and values greater than 1000 are coerced down to 1000.
0 commit comments