Skip to content

Commit 11ec5b3

Browse files
committedJan 4, 2024
feat(dataform): update the api
#### dataform:v1beta1 The following keys were added: - schemas.ReleaseConfig.properties.disabled.type (Total Keys: 1)
1 parent bac91ef commit 11ec5b3

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
 

‎docs/dyn/dataform_v1beta1.projects.locations.repositories.releaseConfigs.html

+6
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ <h3>Method Details</h3>
124124
},
125125
},
126126
&quot;cronSchedule&quot;: &quot;A String&quot;, # Optional. Optional schedule (in cron format) for automatic creation of compilation results.
127+
&quot;disabled&quot;: True or False, # Optional. Disables automatic creation of compilation results.
127128
&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`
128129
&quot;name&quot;: &quot;A String&quot;, # Output only. The release config&#x27;s name.
129130
&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.
@@ -168,6 +169,7 @@ <h3>Method Details</h3>
168169
},
169170
},
170171
&quot;cronSchedule&quot;: &quot;A String&quot;, # Optional. Optional schedule (in cron format) for automatic creation of compilation results.
172+
&quot;disabled&quot;: True or False, # Optional. Disables automatic creation of compilation results.
171173
&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`
172174
&quot;name&quot;: &quot;A String&quot;, # Output only. The release config&#x27;s name.
173175
&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.
@@ -236,6 +238,7 @@ <h3>Method Details</h3>
236238
},
237239
},
238240
&quot;cronSchedule&quot;: &quot;A String&quot;, # Optional. Optional schedule (in cron format) for automatic creation of compilation results.
241+
&quot;disabled&quot;: True or False, # Optional. Disables automatic creation of compilation results.
239242
&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`
240243
&quot;name&quot;: &quot;A String&quot;, # Output only. The release config&#x27;s name.
241244
&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.
@@ -291,6 +294,7 @@ <h3>Method Details</h3>
291294
},
292295
},
293296
&quot;cronSchedule&quot;: &quot;A String&quot;, # Optional. Optional schedule (in cron format) for automatic creation of compilation results.
297+
&quot;disabled&quot;: True or False, # Optional. Disables automatic creation of compilation results.
294298
&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`
295299
&quot;name&quot;: &quot;A String&quot;, # Output only. The release config&#x27;s name.
296300
&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.
@@ -355,6 +359,7 @@ <h3>Method Details</h3>
355359
},
356360
},
357361
&quot;cronSchedule&quot;: &quot;A String&quot;, # Optional. Optional schedule (in cron format) for automatic creation of compilation results.
362+
&quot;disabled&quot;: True or False, # Optional. Disables automatic creation of compilation results.
358363
&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`
359364
&quot;name&quot;: &quot;A String&quot;, # Output only. The release config&#x27;s name.
360365
&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.
@@ -399,6 +404,7 @@ <h3>Method Details</h3>
399404
},
400405
},
401406
&quot;cronSchedule&quot;: &quot;A String&quot;, # Optional. Optional schedule (in cron format) for automatic creation of compilation results.
407+
&quot;disabled&quot;: True or False, # Optional. Disables automatic creation of compilation results.
402408
&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`
403409
&quot;name&quot;: &quot;A String&quot;, # Output only. The release config&#x27;s name.
404410
&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.

‎googleapiclient/discovery_cache/documents/dataform.v1beta1.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -2093,7 +2093,7 @@
20932093
}
20942094
}
20952095
},
2096-
"revision": "20231203",
2096+
"revision": "20231209",
20972097
"rootUrl": "https://dataform.googleapis.com/",
20982098
"schemas": {
20992099
"Assertion": {
@@ -3412,6 +3412,10 @@
34123412
"description": "Optional. Optional schedule (in cron format) for automatic creation of compilation results.",
34133413
"type": "string"
34143414
},
3415+
"disabled": {
3416+
"description": "Optional. Disables automatic creation of compilation results.",
3417+
"type": "boolean"
3418+
},
34153419
"gitCommitish": {
34163420
"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`",
34173421
"type": "string"

0 commit comments

Comments
 (0)
Failed to load comments.