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 added:
- schemas.ReleaseConfig.properties.disabled.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Jan 4, 2024
1 parent bac91ef commit 11ec5b3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ <h3>Method Details</h3>
},
},
&quot;cronSchedule&quot;: &quot;A String&quot;, # Optional. Optional schedule (in cron format) for automatic creation of compilation results.
&quot;disabled&quot;: True or False, # Optional. Disables automatic creation of compilation results.
&quot;gitCommitish&quot;: &quot;A String&quot;, # Required. Git commit/tag/branch name at which the repository should be compiled. Must exist in the remote repository. Examples: - a commit SHA: `12ade345` - a tag: `tag1` - a branch name: `branch1`
&quot;name&quot;: &quot;A String&quot;, # Output only. The release config&#x27;s name.
&quot;recentScheduledReleaseRecords&quot;: [ # Output only. Records of the 10 most recent scheduled release attempts, ordered in in descending order of `release_time`. Updated whenever automatic creation of a compilation result is triggered by cron_schedule.
Expand Down Expand Up @@ -168,6 +169,7 @@ <h3>Method Details</h3>
},
},
&quot;cronSchedule&quot;: &quot;A String&quot;, # Optional. Optional schedule (in cron format) for automatic creation of compilation results.
&quot;disabled&quot;: True or False, # Optional. Disables automatic creation of compilation results.
&quot;gitCommitish&quot;: &quot;A String&quot;, # Required. Git commit/tag/branch name at which the repository should be compiled. Must exist in the remote repository. Examples: - a commit SHA: `12ade345` - a tag: `tag1` - a branch name: `branch1`
&quot;name&quot;: &quot;A String&quot;, # Output only. The release config&#x27;s name.
&quot;recentScheduledReleaseRecords&quot;: [ # Output only. Records of the 10 most recent scheduled release attempts, ordered in in descending order of `release_time`. Updated whenever automatic creation of a compilation result is triggered by cron_schedule.
Expand Down Expand Up @@ -236,6 +238,7 @@ <h3>Method Details</h3>
},
},
&quot;cronSchedule&quot;: &quot;A String&quot;, # Optional. Optional schedule (in cron format) for automatic creation of compilation results.
&quot;disabled&quot;: True or False, # Optional. Disables automatic creation of compilation results.
&quot;gitCommitish&quot;: &quot;A String&quot;, # Required. Git commit/tag/branch name at which the repository should be compiled. Must exist in the remote repository. Examples: - a commit SHA: `12ade345` - a tag: `tag1` - a branch name: `branch1`
&quot;name&quot;: &quot;A String&quot;, # Output only. The release config&#x27;s name.
&quot;recentScheduledReleaseRecords&quot;: [ # Output only. Records of the 10 most recent scheduled release attempts, ordered in in descending order of `release_time`. Updated whenever automatic creation of a compilation result is triggered by cron_schedule.
Expand Down Expand Up @@ -291,6 +294,7 @@ <h3>Method Details</h3>
},
},
&quot;cronSchedule&quot;: &quot;A String&quot;, # Optional. Optional schedule (in cron format) for automatic creation of compilation results.
&quot;disabled&quot;: True or False, # Optional. Disables automatic creation of compilation results.
&quot;gitCommitish&quot;: &quot;A String&quot;, # Required. Git commit/tag/branch name at which the repository should be compiled. Must exist in the remote repository. Examples: - a commit SHA: `12ade345` - a tag: `tag1` - a branch name: `branch1`
&quot;name&quot;: &quot;A String&quot;, # Output only. The release config&#x27;s name.
&quot;recentScheduledReleaseRecords&quot;: [ # Output only. Records of the 10 most recent scheduled release attempts, ordered in in descending order of `release_time`. Updated whenever automatic creation of a compilation result is triggered by cron_schedule.
Expand Down Expand Up @@ -355,6 +359,7 @@ <h3>Method Details</h3>
},
},
&quot;cronSchedule&quot;: &quot;A String&quot;, # Optional. Optional schedule (in cron format) for automatic creation of compilation results.
&quot;disabled&quot;: True or False, # Optional. Disables automatic creation of compilation results.
&quot;gitCommitish&quot;: &quot;A String&quot;, # Required. Git commit/tag/branch name at which the repository should be compiled. Must exist in the remote repository. Examples: - a commit SHA: `12ade345` - a tag: `tag1` - a branch name: `branch1`
&quot;name&quot;: &quot;A String&quot;, # Output only. The release config&#x27;s name.
&quot;recentScheduledReleaseRecords&quot;: [ # Output only. Records of the 10 most recent scheduled release attempts, ordered in in descending order of `release_time`. Updated whenever automatic creation of a compilation result is triggered by cron_schedule.
Expand Down Expand Up @@ -399,6 +404,7 @@ <h3>Method Details</h3>
},
},
&quot;cronSchedule&quot;: &quot;A String&quot;, # Optional. Optional schedule (in cron format) for automatic creation of compilation results.
&quot;disabled&quot;: True or False, # Optional. Disables automatic creation of compilation results.
&quot;gitCommitish&quot;: &quot;A String&quot;, # Required. Git commit/tag/branch name at which the repository should be compiled. Must exist in the remote repository. Examples: - a commit SHA: `12ade345` - a tag: `tag1` - a branch name: `branch1`
&quot;name&quot;: &quot;A String&quot;, # Output only. The release config&#x27;s name.
&quot;recentScheduledReleaseRecords&quot;: [ # Output only. Records of the 10 most recent scheduled release attempts, ordered in in descending order of `release_time`. Updated whenever automatic creation of a compilation result is triggered by cron_schedule.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2093,7 +2093,7 @@
}
}
},
"revision": "20231203",
"revision": "20231209",
"rootUrl": "https://dataform.googleapis.com/",
"schemas": {
"Assertion": {
Expand Down Expand Up @@ -3412,6 +3412,10 @@
"description": "Optional. Optional schedule (in cron format) for automatic creation of compilation results.",
"type": "string"
},
"disabled": {
"description": "Optional. Disables automatic creation of compilation results.",
"type": "boolean"
},
"gitCommitish": {
"description": "Required. Git commit/tag/branch name at which the repository should be compiled. Must exist in the remote repository. Examples: - a commit SHA: `12ade345` - a tag: `tag1` - a branch name: `branch1`",
"type": "string"
Expand Down

0 comments on commit 11ec5b3

Please sign in to comment.