Skip to content

Commit 7f7eb7e

Browse files
feat(workflowexecutions): update the api
#### workflowexecutions:v1 The following keys were added: - schemas.Execution.properties.createTime (Total Keys: 3) - schemas.Execution.properties.disableConcurrencyQuotaOverflowBuffering.type (Total Keys: 1)
1 parent dacb0be commit 7f7eb7e

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

docs/dyn/workflowexecutions_v1.projects.locations.workflows.executions.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ <h3>Method Details</h3>
129129
{ # A running instance of a [Workflow](/workflows/docs/reference/rest/v1/projects.locations.workflows).
130130
&quot;argument&quot;: &quot;A String&quot;, # Input parameters of the execution represented as a JSON string. The size limit is 32KB. *Note*: If you are using the REST API directly to run your workflow, you must escape any JSON string value of `argument`. Example: `&#x27;{&quot;argument&quot;:&quot;{\&quot;firstName\&quot;:\&quot;FIRST\&quot;,\&quot;lastName\&quot;:\&quot;LAST\&quot;}&quot;}&#x27;`
131131
&quot;callLogLevel&quot;: &quot;A String&quot;, # The call logging level associated to this execution.
132+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Marks the creation of the execution.
133+
&quot;disableConcurrencyQuotaOverflowBuffering&quot;: True or False, # Optional. If set to true, the execution will not be backlogged when the concurrency quota is exhausted. The backlog execution starts when the concurrency quota becomes available.
132134
&quot;duration&quot;: &quot;A String&quot;, # Output only. Measures the duration of the execution.
133135
&quot;endTime&quot;: &quot;A String&quot;, # Output only. Marks the end of execution, successful or not.
134136
&quot;error&quot;: { # Error describes why the execution was abnormally terminated. # Output only. The error which caused the execution to finish prematurely. The value is only present if the execution&#x27;s state is `FAILED` or `CANCELLED`.
@@ -188,6 +190,8 @@ <h3>Method Details</h3>
188190
{ # A running instance of a [Workflow](/workflows/docs/reference/rest/v1/projects.locations.workflows).
189191
&quot;argument&quot;: &quot;A String&quot;, # Input parameters of the execution represented as a JSON string. The size limit is 32KB. *Note*: If you are using the REST API directly to run your workflow, you must escape any JSON string value of `argument`. Example: `&#x27;{&quot;argument&quot;:&quot;{\&quot;firstName\&quot;:\&quot;FIRST\&quot;,\&quot;lastName\&quot;:\&quot;LAST\&quot;}&quot;}&#x27;`
190192
&quot;callLogLevel&quot;: &quot;A String&quot;, # The call logging level associated to this execution.
193+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Marks the creation of the execution.
194+
&quot;disableConcurrencyQuotaOverflowBuffering&quot;: True or False, # Optional. If set to true, the execution will not be backlogged when the concurrency quota is exhausted. The backlog execution starts when the concurrency quota becomes available.
191195
&quot;duration&quot;: &quot;A String&quot;, # Output only. Measures the duration of the execution.
192196
&quot;endTime&quot;: &quot;A String&quot;, # Output only. Marks the end of execution, successful or not.
193197
&quot;error&quot;: { # Error describes why the execution was abnormally terminated. # Output only. The error which caused the execution to finish prematurely. The value is only present if the execution&#x27;s state is `FAILED` or `CANCELLED`.
@@ -240,6 +244,8 @@ <h3>Method Details</h3>
240244
{ # A running instance of a [Workflow](/workflows/docs/reference/rest/v1/projects.locations.workflows).
241245
&quot;argument&quot;: &quot;A String&quot;, # Input parameters of the execution represented as a JSON string. The size limit is 32KB. *Note*: If you are using the REST API directly to run your workflow, you must escape any JSON string value of `argument`. Example: `&#x27;{&quot;argument&quot;:&quot;{\&quot;firstName\&quot;:\&quot;FIRST\&quot;,\&quot;lastName\&quot;:\&quot;LAST\&quot;}&quot;}&#x27;`
242246
&quot;callLogLevel&quot;: &quot;A String&quot;, # The call logging level associated to this execution.
247+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Marks the creation of the execution.
248+
&quot;disableConcurrencyQuotaOverflowBuffering&quot;: True or False, # Optional. If set to true, the execution will not be backlogged when the concurrency quota is exhausted. The backlog execution starts when the concurrency quota becomes available.
243249
&quot;duration&quot;: &quot;A String&quot;, # Output only. Measures the duration of the execution.
244250
&quot;endTime&quot;: &quot;A String&quot;, # Output only. Marks the end of execution, successful or not.
245251
&quot;error&quot;: { # Error describes why the execution was abnormally terminated. # Output only. The error which caused the execution to finish prematurely. The value is only present if the execution&#x27;s state is `FAILED` or `CANCELLED`.
@@ -323,6 +329,8 @@ <h3>Method Details</h3>
323329
{ # A running instance of a [Workflow](/workflows/docs/reference/rest/v1/projects.locations.workflows).
324330
&quot;argument&quot;: &quot;A String&quot;, # Input parameters of the execution represented as a JSON string. The size limit is 32KB. *Note*: If you are using the REST API directly to run your workflow, you must escape any JSON string value of `argument`. Example: `&#x27;{&quot;argument&quot;:&quot;{\&quot;firstName\&quot;:\&quot;FIRST\&quot;,\&quot;lastName\&quot;:\&quot;LAST\&quot;}&quot;}&#x27;`
325331
&quot;callLogLevel&quot;: &quot;A String&quot;, # The call logging level associated to this execution.
332+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Marks the creation of the execution.
333+
&quot;disableConcurrencyQuotaOverflowBuffering&quot;: True or False, # Optional. If set to true, the execution will not be backlogged when the concurrency quota is exhausted. The backlog execution starts when the concurrency quota becomes available.
326334
&quot;duration&quot;: &quot;A String&quot;, # Output only. Measures the duration of the execution.
327335
&quot;endTime&quot;: &quot;A String&quot;, # Output only. Marks the end of execution, successful or not.
328336
&quot;error&quot;: { # Error describes why the execution was abnormally terminated. # Output only. The error which caused the execution to finish prematurely. The value is only present if the execution&#x27;s state is `FAILED` or `CANCELLED`.
@@ -393,6 +401,8 @@ <h3>Method Details</h3>
393401
{ # A running instance of a [Workflow](/workflows/docs/reference/rest/v1/projects.locations.workflows).
394402
&quot;argument&quot;: &quot;A String&quot;, # Input parameters of the execution represented as a JSON string. The size limit is 32KB. *Note*: If you are using the REST API directly to run your workflow, you must escape any JSON string value of `argument`. Example: `&#x27;{&quot;argument&quot;:&quot;{\&quot;firstName\&quot;:\&quot;FIRST\&quot;,\&quot;lastName\&quot;:\&quot;LAST\&quot;}&quot;}&#x27;`
395403
&quot;callLogLevel&quot;: &quot;A String&quot;, # The call logging level associated to this execution.
404+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Marks the creation of the execution.
405+
&quot;disableConcurrencyQuotaOverflowBuffering&quot;: True or False, # Optional. If set to true, the execution will not be backlogged when the concurrency quota is exhausted. The backlog execution starts when the concurrency quota becomes available.
396406
&quot;duration&quot;: &quot;A String&quot;, # Output only. Measures the duration of the execution.
397407
&quot;endTime&quot;: &quot;A String&quot;, # Output only. Marks the end of execution, successful or not.
398408
&quot;error&quot;: { # Error describes why the execution was abnormally terminated. # Output only. The error which caused the execution to finish prematurely. The value is only present if the execution&#x27;s state is `FAILED` or `CANCELLED`.

docs/dyn/workflowexecutions_v1.projects.locations.workflows.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ <h3>Method Details</h3>
126126
{ # A running instance of a [Workflow](/workflows/docs/reference/rest/v1/projects.locations.workflows).
127127
&quot;argument&quot;: &quot;A String&quot;, # Input parameters of the execution represented as a JSON string. The size limit is 32KB. *Note*: If you are using the REST API directly to run your workflow, you must escape any JSON string value of `argument`. Example: `&#x27;{&quot;argument&quot;:&quot;{\&quot;firstName\&quot;:\&quot;FIRST\&quot;,\&quot;lastName\&quot;:\&quot;LAST\&quot;}&quot;}&#x27;`
128128
&quot;callLogLevel&quot;: &quot;A String&quot;, # The call logging level associated to this execution.
129+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Marks the creation of the execution.
130+
&quot;disableConcurrencyQuotaOverflowBuffering&quot;: True or False, # Optional. If set to true, the execution will not be backlogged when the concurrency quota is exhausted. The backlog execution starts when the concurrency quota becomes available.
129131
&quot;duration&quot;: &quot;A String&quot;, # Output only. Measures the duration of the execution.
130132
&quot;endTime&quot;: &quot;A String&quot;, # Output only. Marks the end of execution, successful or not.
131133
&quot;error&quot;: { # Error describes why the execution was abnormally terminated. # Output only. The error which caused the execution to finish prematurely. The value is only present if the execution&#x27;s state is `FAILED` or `CANCELLED`.

googleapiclient/discovery_cache/documents/workflowexecutions.v1.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@
457457
}
458458
}
459459
},
460-
"revision": "20240110",
460+
"revision": "20240122",
461461
"rootUrl": "https://workflowexecutions.googleapis.com/",
462462
"schemas": {
463463
"Callback": {
@@ -551,6 +551,16 @@
551551
],
552552
"type": "string"
553553
},
554+
"createTime": {
555+
"description": "Output only. Marks the creation of the execution.",
556+
"format": "google-datetime",
557+
"readOnly": true,
558+
"type": "string"
559+
},
560+
"disableConcurrencyQuotaOverflowBuffering": {
561+
"description": "Optional. If set to true, the execution will not be backlogged when the concurrency quota is exhausted. The backlog execution starts when the concurrency quota becomes available.",
562+
"type": "boolean"
563+
},
554564
"duration": {
555565
"description": "Output only. Measures the duration of the execution.",
556566
"format": "google-duration",

googleapiclient/discovery_cache/documents/workflowexecutions.v1beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@
269269
}
270270
}
271271
},
272-
"revision": "20240110",
272+
"revision": "20240122",
273273
"rootUrl": "https://workflowexecutions.googleapis.com/",
274274
"schemas": {
275275
"CancelExecutionRequest": {

0 commit comments

Comments
 (0)