Skip to content

Commit

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

The following keys were deleted:
- schemas.WorkflowConfig.properties.name.readOnly (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Apr 2, 2024
1 parent 44bffd3 commit 5fae742
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
Expand Up @@ -128,7 +128,7 @@ <h3>Method Details</h3>
&quot;transitiveDependenciesIncluded&quot;: True or False, # Optional. When set to true, transitive dependencies of included actions will be executed.
&quot;transitiveDependentsIncluded&quot;: True or False, # Optional. When set to true, transitive dependents of included actions will be executed.
},
&quot;name&quot;: &quot;A String&quot;, # Output only. The workflow config&#x27;s name.
&quot;name&quot;: &quot;A String&quot;, # Identifier. The workflow config&#x27;s name.
&quot;recentScheduledExecutionRecords&quot;: [ # Output only. Records of the 10 most recent scheduled execution attempts, ordered in in descending order of `execution_time`. Updated whenever automatic creation of a workflow invocation is triggered by cron_schedule.
{ # A record of an attempt to create a workflow invocation for this workflow config.
&quot;errorStatus&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error status encountered upon this attempt to create the workflow invocation, if the attempt was unsuccessful.
Expand Down Expand Up @@ -175,7 +175,7 @@ <h3>Method Details</h3>
&quot;transitiveDependenciesIncluded&quot;: True or False, # Optional. When set to true, transitive dependencies of included actions will be executed.
&quot;transitiveDependentsIncluded&quot;: True or False, # Optional. When set to true, transitive dependents of included actions will be executed.
},
&quot;name&quot;: &quot;A String&quot;, # Output only. The workflow config&#x27;s name.
&quot;name&quot;: &quot;A String&quot;, # Identifier. The workflow config&#x27;s name.
&quot;recentScheduledExecutionRecords&quot;: [ # Output only. Records of the 10 most recent scheduled execution attempts, ordered in in descending order of `execution_time`. Updated whenever automatic creation of a workflow invocation is triggered by cron_schedule.
{ # A record of an attempt to create a workflow invocation for this workflow config.
&quot;errorStatus&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error status encountered upon this attempt to create the workflow invocation, if the attempt was unsuccessful.
Expand Down Expand Up @@ -246,7 +246,7 @@ <h3>Method Details</h3>
&quot;transitiveDependenciesIncluded&quot;: True or False, # Optional. When set to true, transitive dependencies of included actions will be executed.
&quot;transitiveDependentsIncluded&quot;: True or False, # Optional. When set to true, transitive dependents of included actions will be executed.
},
&quot;name&quot;: &quot;A String&quot;, # Output only. The workflow config&#x27;s name.
&quot;name&quot;: &quot;A String&quot;, # Identifier. The workflow config&#x27;s name.
&quot;recentScheduledExecutionRecords&quot;: [ # Output only. Records of the 10 most recent scheduled execution attempts, ordered in in descending order of `execution_time`. Updated whenever automatic creation of a workflow invocation is triggered by cron_schedule.
{ # A record of an attempt to create a workflow invocation for this workflow config.
&quot;errorStatus&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error status encountered upon this attempt to create the workflow invocation, if the attempt was unsuccessful.
Expand Down Expand Up @@ -307,7 +307,7 @@ <h3>Method Details</h3>
&quot;transitiveDependenciesIncluded&quot;: True or False, # Optional. When set to true, transitive dependencies of included actions will be executed.
&quot;transitiveDependentsIncluded&quot;: True or False, # Optional. When set to true, transitive dependents of included actions will be executed.
},
&quot;name&quot;: &quot;A String&quot;, # Output only. The workflow config&#x27;s name.
&quot;name&quot;: &quot;A String&quot;, # Identifier. The workflow config&#x27;s name.
&quot;recentScheduledExecutionRecords&quot;: [ # Output only. Records of the 10 most recent scheduled execution attempts, ordered in in descending order of `execution_time`. Updated whenever automatic creation of a workflow invocation is triggered by cron_schedule.
{ # A record of an attempt to create a workflow invocation for this workflow config.
&quot;errorStatus&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error status encountered upon this attempt to create the workflow invocation, if the attempt was unsuccessful.
Expand Down Expand Up @@ -349,7 +349,7 @@ <h3>Method Details</h3>
<pre>Updates a single WorkflowConfig.

Args:
name: string, Output only. The workflow config&#x27;s name. (required)
name: string, Identifier. The workflow config&#x27;s name. (required)
body: object, The request body.
The object takes the form of:

Expand All @@ -371,7 +371,7 @@ <h3>Method Details</h3>
&quot;transitiveDependenciesIncluded&quot;: True or False, # Optional. When set to true, transitive dependencies of included actions will be executed.
&quot;transitiveDependentsIncluded&quot;: True or False, # Optional. When set to true, transitive dependents of included actions will be executed.
},
&quot;name&quot;: &quot;A String&quot;, # Output only. The workflow config&#x27;s name.
&quot;name&quot;: &quot;A String&quot;, # Identifier. The workflow config&#x27;s name.
&quot;recentScheduledExecutionRecords&quot;: [ # Output only. Records of the 10 most recent scheduled execution attempts, ordered in in descending order of `execution_time`. Updated whenever automatic creation of a workflow invocation is triggered by cron_schedule.
{ # A record of an attempt to create a workflow invocation for this workflow config.
&quot;errorStatus&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error status encountered upon this attempt to create the workflow invocation, if the attempt was unsuccessful.
Expand Down Expand Up @@ -418,7 +418,7 @@ <h3>Method Details</h3>
&quot;transitiveDependenciesIncluded&quot;: True or False, # Optional. When set to true, transitive dependencies of included actions will be executed.
&quot;transitiveDependentsIncluded&quot;: True or False, # Optional. When set to true, transitive dependents of included actions will be executed.
},
&quot;name&quot;: &quot;A String&quot;, # Output only. The workflow config&#x27;s name.
&quot;name&quot;: &quot;A String&quot;, # Identifier. The workflow config&#x27;s name.
&quot;recentScheduledExecutionRecords&quot;: [ # Output only. Records of the 10 most recent scheduled execution attempts, ordered in in descending order of `execution_time`. Updated whenever automatic creation of a workflow invocation is triggered by cron_schedule.
{ # A record of an attempt to create a workflow invocation for this workflow config.
&quot;errorStatus&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error status encountered upon this attempt to create the workflow invocation, if the attempt was unsuccessful.
Expand Down
Expand Up @@ -1148,7 +1148,7 @@
],
"parameters": {
"name": {
"description": "Output only. The workflow config's name.",
"description": "Identifier. The workflow config's name.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workflowConfigs/[^/]+$",
"required": true,
Expand Down Expand Up @@ -2103,7 +2103,7 @@
}
}
},
"revision": "20240317",
"revision": "20240323",
"rootUrl": "https://dataform.googleapis.com/",
"schemas": {
"Assertion": {
Expand Down Expand Up @@ -3756,8 +3756,7 @@
"description": "Optional. If left unset, a default InvocationConfig will be used."
},
"name": {
"description": "Output only. The workflow config's name.",
"readOnly": true,
"description": "Identifier. The workflow config's name.",
"type": "string"
},
"recentScheduledExecutionRecords": {
Expand Down

0 comments on commit 5fae742

Please sign in to comment.