Skip to content

Commit 1b14f44

Browse files
feat: Automated regeneration of WorkflowExecutions client (googleapis#12185)
Auto-created at 2024-09-21 13:10:20 +0000 using the toys pull request generator.
1 parent 2533a88 commit 1b14f44

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

clients/workflow_executions/lib/google_api/workflow_executions/v1/api/projects.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ defmodule GoogleApi.WorkflowExecutions.V1.Api.Projects do
476476
* `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
477477
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
478478
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
479-
* `:filter` (*type:* `String.t`) - Optional. Filters applied to the `[Executions.ListExecutions]` results. The following fields are supported for filtering: `executionId`, `state`, `createTime`, `startTime`, `endTime`, `duration`, `workflowRevisionId`, `stepName`, and `label`. For details, see AIP-160. For more information, see Filter executions. For example, if you are using the Google APIs Explorer: `state="SUCCEEDED"` or `startTime>"2023-08-01" AND state="FAILED"`
479+
* `:filter` (*type:* `String.t`) - Optional. Filters applied to the `[Executions.ListExecutions]` results. The following fields are supported for filtering: `executionId`, `state`, `createTime`, `startTime`, `endTime`, `duration`, `workflowRevisionId`, `stepName`, `label`, and `disableConcurrencyQuotaOverflowBuffering`. For details, see AIP-160. For more information, see Filter executions. For example, if you are using the Google APIs Explorer: `state="SUCCEEDED"` or `startTime>"2023-08-01" AND state="FAILED"`
480480
* `:orderBy` (*type:* `String.t`) - Optional. Comma-separated list of fields that specify the ordering applied to the `[Executions.ListExecutions]` results. By default the ordering is based on descending `createTime`. The following fields are supported for ordering: `executionId`, `state`, `createTime`, `startTime`, `endTime`, `duration`, and `workflowRevisionId`. For details, see AIP-132.
481481
* `:pageSize` (*type:* `integer()`) - Maximum number of executions to return per call. Max supported value depends on the selected Execution view: it's 1000 for BASIC and 100 for FULL. The default value used if the field is not specified is 100, regardless of the selected view. Values greater than the max value will be coerced down to it.
482482
* `:pageToken` (*type:* `String.t`) - A page token, received from a previous `ListExecutions` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListExecutions` must match the call that provided the page token. Note that pagination is applied to dynamic data. The list of executions returned can change between page requests.

clients/workflow_executions/lib/google_api/workflow_executions/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.WorkflowExecutions.V1 do
2020
API client metadata for GoogleApi.WorkflowExecutions.V1.
2121
"""
2222

23-
@discovery_revision "20240813"
23+
@discovery_revision "20240916"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/workflow_executions/lib/google_api/workflow_executions/v1/model/execution.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ defmodule GoogleApi.WorkflowExecutions.V1.Model.Execution do
3232
* `labels` (*type:* `map()`, *default:* `nil`) - Labels associated with this execution. 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. By default, labels are inherited from the workflow but are overridden by any labels associated with the execution.
3333
* `name` (*type:* `String.t`, *default:* `nil`) - Output only. The resource name of the execution. Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}
3434
* `result` (*type:* `String.t`, *default:* `nil`) - Output only. Output of the execution represented as a JSON string. The value can only be present if the execution's state is `SUCCEEDED`.
35-
* `startTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. Marks the beginning of execution.
35+
* `startTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. Marks the beginning of execution. Note that this will be the same as `createTime` for executions that start immediately.
3636
* `state` (*type:* `String.t`, *default:* `nil`) - Output only. Current state of the execution.
3737
* `stateError` (*type:* `GoogleApi.WorkflowExecutions.V1.Model.StateError.t`, *default:* `nil`) - Output only. Error regarding the state of the Execution resource. For example, this field will have error details if the execution data is unavailable due to revoked KMS key permissions.
3838
* `status` (*type:* `GoogleApi.WorkflowExecutions.V1.Model.Status.t`, *default:* `nil`) - Output only. Status tracks the current steps and progress data of this execution.

clients/workflow_executions/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.WorkflowExecutions.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.11.0"
21+
@version "0.11.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)