Skip to content

Commit ef3c1af

Browse files
feat: Automated regeneration of Workflows client (googleapis#13005)
Auto-created at 2025-02-20 13:17:34 +0000 using the toys pull request generator.
1 parent 836c14d commit ef3c1af

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

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

23-
@discovery_revision "20241204"
23+
@discovery_revision "20250212"
2424

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

clients/workflows/lib/google_api/workflows/v1/model/workflow.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ defmodule GoogleApi.Workflows.V1.Model.Workflow do
2828
* `cryptoKeyName` (*type:* `String.t`, *default:* `nil`) - Optional. The resource name of a KMS crypto key used to encrypt or decrypt the data associated with the workflow. Format: projects/{project}/locations/{location}/keyRings/{keyRing}/cryptoKeys/{cryptoKey} Using `-` as a wildcard for the `{project}` or not providing one at all will infer the project from the account. If not provided, data associated with the workflow will not be CMEK-encrypted.
2929
* `cryptoKeyVersion` (*type:* `String.t`, *default:* `nil`) - Output only. The resource name of a KMS crypto key version used to encrypt or decrypt the data associated with the workflow. Format: projects/{project}/locations/{location}/keyRings/{keyRing}/cryptoKeys/{cryptoKey}/cryptoKeyVersions/{cryptoKeyVersion}
3030
* `description` (*type:* `String.t`, *default:* `nil`) - Description of the workflow provided by the user. Must be at most 1000 Unicode characters long. This is a workflow-wide field and is not tied to a specific revision.
31-
* `executionHistoryLevel` (*type:* `String.t`, *default:* `nil`) - Optional. Describes the level of the execution history feature to apply to this workflow.
31+
* `executionHistoryLevel` (*type:* `String.t`, *default:* `nil`) - Optional. Describes the execution history level to apply to this workflow.
3232
* `labels` (*type:* `map()`, *default:* `nil`) - 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. This is a workflow-wide field and is not tied to a specific revision.
3333
* `name` (*type:* `String.t`, *default:* `nil`) - The resource name of the workflow. Format: projects/{project}/locations/{location}/workflows/{workflow}. This is a workflow-wide field and is not tied to a specific revision.
3434
* `revisionCreateTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. The timestamp for the latest revision of the workflow's creation.

clients/workflows/mix.exs

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

21-
@version "0.9.0"
21+
@version "0.9.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)