Skip to content

Commit

Permalink
feat(workflows): update the api
Browse files Browse the repository at this point in the history
#### workflows:v1

The following keys were added:
- schemas.Workflow.properties.allKmsKeys (Total Keys: 6)
- schemas.Workflow.properties.cryptoKeyVersion (Total Keys: 2)
  • Loading branch information
yoshi-automation committed May 21, 2024
1 parent 24dda12 commit dd11ebf
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 2 deletions.
35 changes: 35 additions & 0 deletions docs/dyn/workflows_v1.projects.locations.workflows.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,16 @@ <h3>Method Details</h3>
The object takes the form of:

{ # Workflow program to be executed by Workflows.
&quot;allKmsKeys&quot;: [ # Output only. A list of all KMS crypto keys used to encrypt or decrpt the data associated with the workflow.
&quot;A String&quot;,
],
&quot;allKmsKeysVersions&quot;: [ # Output only. A list of all KMS crypto keys versions used to encrypt or decrpt the data associated with the workflow.
&quot;A String&quot;,
],
&quot;callLogLevel&quot;: &quot;A String&quot;, # Optional. Describes the level of platform logging to apply to calls and call responses during executions of this workflow. If both the workflow and the execution specify a logging level, the execution level takes precedence.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp for when the workflow was created. This is a workflow-wide field and is not tied to a specific revision.
&quot;cryptoKeyName&quot;: &quot;A String&quot;, # 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.
&quot;cryptoKeyVersion&quot;: &quot;A String&quot;, # 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}
&quot;description&quot;: &quot;A String&quot;, # 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.
&quot;labels&quot;: { # 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.
&quot;a_key&quot;: &quot;A String&quot;,
Expand Down Expand Up @@ -221,9 +228,16 @@ <h3>Method Details</h3>
An object of the form:

{ # Workflow program to be executed by Workflows.
&quot;allKmsKeys&quot;: [ # Output only. A list of all KMS crypto keys used to encrypt or decrpt the data associated with the workflow.
&quot;A String&quot;,
],
&quot;allKmsKeysVersions&quot;: [ # Output only. A list of all KMS crypto keys versions used to encrypt or decrpt the data associated with the workflow.
&quot;A String&quot;,
],
&quot;callLogLevel&quot;: &quot;A String&quot;, # Optional. Describes the level of platform logging to apply to calls and call responses during executions of this workflow. If both the workflow and the execution specify a logging level, the execution level takes precedence.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp for when the workflow was created. This is a workflow-wide field and is not tied to a specific revision.
&quot;cryptoKeyName&quot;: &quot;A String&quot;, # 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.
&quot;cryptoKeyVersion&quot;: &quot;A String&quot;, # 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}
&quot;description&quot;: &quot;A String&quot;, # 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.
&quot;labels&quot;: { # 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.
&quot;a_key&quot;: &quot;A String&quot;,
Expand Down Expand Up @@ -270,9 +284,16 @@ <h3>Method Details</h3>
],
&quot;workflows&quot;: [ # The workflows that match the request.
{ # Workflow program to be executed by Workflows.
&quot;allKmsKeys&quot;: [ # Output only. A list of all KMS crypto keys used to encrypt or decrpt the data associated with the workflow.
&quot;A String&quot;,
],
&quot;allKmsKeysVersions&quot;: [ # Output only. A list of all KMS crypto keys versions used to encrypt or decrpt the data associated with the workflow.
&quot;A String&quot;,
],
&quot;callLogLevel&quot;: &quot;A String&quot;, # Optional. Describes the level of platform logging to apply to calls and call responses during executions of this workflow. If both the workflow and the execution specify a logging level, the execution level takes precedence.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp for when the workflow was created. This is a workflow-wide field and is not tied to a specific revision.
&quot;cryptoKeyName&quot;: &quot;A String&quot;, # 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.
&quot;cryptoKeyVersion&quot;: &quot;A String&quot;, # 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}
&quot;description&quot;: &quot;A String&quot;, # 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.
&quot;labels&quot;: { # 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.
&quot;a_key&quot;: &quot;A String&quot;,
Expand Down Expand Up @@ -316,9 +337,16 @@ <h3>Method Details</h3>
&quot;nextPageToken&quot;: &quot;A String&quot;, # A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
&quot;workflows&quot;: [ # The revisions of the workflow, ordered in reverse chronological order.
{ # Workflow program to be executed by Workflows.
&quot;allKmsKeys&quot;: [ # Output only. A list of all KMS crypto keys used to encrypt or decrpt the data associated with the workflow.
&quot;A String&quot;,
],
&quot;allKmsKeysVersions&quot;: [ # Output only. A list of all KMS crypto keys versions used to encrypt or decrpt the data associated with the workflow.
&quot;A String&quot;,
],
&quot;callLogLevel&quot;: &quot;A String&quot;, # Optional. Describes the level of platform logging to apply to calls and call responses during executions of this workflow. If both the workflow and the execution specify a logging level, the execution level takes precedence.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp for when the workflow was created. This is a workflow-wide field and is not tied to a specific revision.
&quot;cryptoKeyName&quot;: &quot;A String&quot;, # 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.
&quot;cryptoKeyVersion&quot;: &quot;A String&quot;, # 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}
&quot;description&quot;: &quot;A String&quot;, # 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.
&quot;labels&quot;: { # 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.
&quot;a_key&quot;: &quot;A String&quot;,
Expand Down Expand Up @@ -380,9 +408,16 @@ <h3>Method Details</h3>
The object takes the form of:

{ # Workflow program to be executed by Workflows.
&quot;allKmsKeys&quot;: [ # Output only. A list of all KMS crypto keys used to encrypt or decrpt the data associated with the workflow.
&quot;A String&quot;,
],
&quot;allKmsKeysVersions&quot;: [ # Output only. A list of all KMS crypto keys versions used to encrypt or decrpt the data associated with the workflow.
&quot;A String&quot;,
],
&quot;callLogLevel&quot;: &quot;A String&quot;, # Optional. Describes the level of platform logging to apply to calls and call responses during executions of this workflow. If both the workflow and the execution specify a logging level, the execution level takes precedence.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp for when the workflow was created. This is a workflow-wide field and is not tied to a specific revision.
&quot;cryptoKeyName&quot;: &quot;A String&quot;, # 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.
&quot;cryptoKeyVersion&quot;: &quot;A String&quot;, # 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}
&quot;description&quot;: &quot;A String&quot;, # 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.
&quot;labels&quot;: { # 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.
&quot;a_key&quot;: &quot;A String&quot;,
Expand Down
23 changes: 22 additions & 1 deletion googleapiclient/discovery_cache/documents/workflows.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@
}
}
},
"revision": "20240501",
"revision": "20240508",
"rootUrl": "https://workflows.googleapis.com/",
"schemas": {
"Empty": {
Expand Down Expand Up @@ -725,6 +725,22 @@
"description": "Workflow program to be executed by Workflows.",
"id": "Workflow",
"properties": {
"allKmsKeys": {
"description": "Output only. A list of all KMS crypto keys used to encrypt or decrpt the data associated with the workflow.",
"items": {
"type": "string"
},
"readOnly": true,
"type": "array"
},
"allKmsKeysVersions": {
"description": "Output only. A list of all KMS crypto keys versions used to encrypt or decrpt the data associated with the workflow.",
"items": {
"type": "string"
},
"readOnly": true,
"type": "array"
},
"callLogLevel": {
"description": "Optional. Describes the level of platform logging to apply to calls and call responses during executions of this workflow. If both the workflow and the execution specify a logging level, the execution level takes precedence.",
"enum": [
Expand All @@ -751,6 +767,11 @@
"description": "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.",
"type": "string"
},
"cryptoKeyVersion": {
"description": "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}",
"readOnly": true,
"type": "string"
},
"description": {
"description": "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.",
"type": "string"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@
}
}
},
"revision": "20240501",
"revision": "20240508",
"rootUrl": "https://workflows.googleapis.com/",
"schemas": {
"Empty": {
Expand Down

0 comments on commit dd11ebf

Please sign in to comment.