You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/dyn/dataform_v1beta1.projects.locations.repositories.releaseConfigs.html
+6
Original file line number
Diff line number
Diff line change
@@ -124,6 +124,7 @@ <h3>Method Details</h3>
124
124
},
125
125
},
126
126
"cronSchedule": "A String", # Optional. Optional schedule (in cron format) for automatic creation of compilation results.
127
+
"disabled": True or False, # Optional. Disables automatic creation of compilation results.
127
128
"gitCommitish": "A String", # 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`
128
129
"name": "A String", # Output only. The release config's name.
129
130
"recentScheduledReleaseRecords": [ # 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>
168
169
},
169
170
},
170
171
"cronSchedule": "A String", # Optional. Optional schedule (in cron format) for automatic creation of compilation results.
172
+
"disabled": True or False, # Optional. Disables automatic creation of compilation results.
171
173
"gitCommitish": "A String", # 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`
172
174
"name": "A String", # Output only. The release config's name.
173
175
"recentScheduledReleaseRecords": [ # 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>
236
238
},
237
239
},
238
240
"cronSchedule": "A String", # Optional. Optional schedule (in cron format) for automatic creation of compilation results.
241
+
"disabled": True or False, # Optional. Disables automatic creation of compilation results.
239
242
"gitCommitish": "A String", # 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`
240
243
"name": "A String", # Output only. The release config's name.
241
244
"recentScheduledReleaseRecords": [ # 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>
291
294
},
292
295
},
293
296
"cronSchedule": "A String", # Optional. Optional schedule (in cron format) for automatic creation of compilation results.
297
+
"disabled": True or False, # Optional. Disables automatic creation of compilation results.
294
298
"gitCommitish": "A String", # 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`
295
299
"name": "A String", # Output only. The release config's name.
296
300
"recentScheduledReleaseRecords": [ # 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>
355
359
},
356
360
},
357
361
"cronSchedule": "A String", # Optional. Optional schedule (in cron format) for automatic creation of compilation results.
362
+
"disabled": True or False, # Optional. Disables automatic creation of compilation results.
358
363
"gitCommitish": "A String", # 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`
359
364
"name": "A String", # Output only. The release config's name.
360
365
"recentScheduledReleaseRecords": [ # 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>
399
404
},
400
405
},
401
406
"cronSchedule": "A String", # Optional. Optional schedule (in cron format) for automatic creation of compilation results.
407
+
"disabled": True or False, # Optional. Disables automatic creation of compilation results.
402
408
"gitCommitish": "A String", # 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`
403
409
"name": "A String", # Output only. The release config's name.
404
410
"recentScheduledReleaseRecords": [ # 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.
Copy file name to clipboardexpand all lines: googleapiclient/discovery_cache/documents/dataform.v1beta1.json
+5-1
Original file line number
Diff line number
Diff line change
@@ -2093,7 +2093,7 @@
2093
2093
}
2094
2094
}
2095
2095
},
2096
-
"revision": "20231203",
2096
+
"revision": "20231209",
2097
2097
"rootUrl": "https://dataform.googleapis.com/",
2098
2098
"schemas": {
2099
2099
"Assertion": {
@@ -3412,6 +3412,10 @@
3412
3412
"description": "Optional. Optional schedule (in cron format) for automatic creation of compilation results.",
3413
3413
"type": "string"
3414
3414
},
3415
+
"disabled": {
3416
+
"description": "Optional. Disables automatic creation of compilation results.",
3417
+
"type": "boolean"
3418
+
},
3415
3419
"gitCommitish": {
3416
3420
"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`",
0 commit comments