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.ReleaseConfig.properties.name.readOnly (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Mar 12, 2024
1 parent fbc2708 commit 1e3f5a9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
Expand Up @@ -126,7 +126,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;name&quot;: &quot;A String&quot;, # Identifier. 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.
{ # A record of an attempt to create a compilation result for this release config.
&quot;compilationResult&quot;: &quot;A String&quot;, # The name of the created compilation result, if one was successfully created. Must be in the format `projects/*/locations/*/repositories/*/compilationResults/*`.
Expand Down Expand Up @@ -171,7 +171,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;name&quot;: &quot;A String&quot;, # Identifier. 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.
{ # A record of an attempt to create a compilation result for this release config.
&quot;compilationResult&quot;: &quot;A String&quot;, # The name of the created compilation result, if one was successfully created. Must be in the format `projects/*/locations/*/repositories/*/compilationResults/*`.
Expand Down Expand Up @@ -240,7 +240,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;name&quot;: &quot;A String&quot;, # Identifier. 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.
{ # A record of an attempt to create a compilation result for this release config.
&quot;compilationResult&quot;: &quot;A String&quot;, # The name of the created compilation result, if one was successfully created. Must be in the format `projects/*/locations/*/repositories/*/compilationResults/*`.
Expand Down Expand Up @@ -296,7 +296,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;name&quot;: &quot;A String&quot;, # Identifier. 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.
{ # A record of an attempt to create a compilation result for this release config.
&quot;compilationResult&quot;: &quot;A String&quot;, # The name of the created compilation result, if one was successfully created. Must be in the format `projects/*/locations/*/repositories/*/compilationResults/*`.
Expand Down Expand Up @@ -341,7 +341,7 @@ <h3>Method Details</h3>
<pre>Updates a single ReleaseConfig.

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

Expand All @@ -361,7 +361,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;name&quot;: &quot;A String&quot;, # Identifier. 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.
{ # A record of an attempt to create a compilation result for this release config.
&quot;compilationResult&quot;: &quot;A String&quot;, # The name of the created compilation result, if one was successfully created. Must be in the format `projects/*/locations/*/repositories/*/compilationResults/*`.
Expand Down Expand Up @@ -406,7 +406,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;name&quot;: &quot;A String&quot;, # Identifier. 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.
{ # A record of an attempt to create a compilation result for this release config.
&quot;compilationResult&quot;: &quot;A String&quot;, # The name of the created compilation result, if one was successfully created. Must be in the format `projects/*/locations/*/repositories/*/compilationResults/*`.
Expand Down
Expand Up @@ -991,7 +991,7 @@
],
"parameters": {
"name": {
"description": "Output only. The release config's name.",
"description": "Identifier. The release config's name.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/releaseConfigs/[^/]+$",
"required": true,
Expand Down Expand Up @@ -2103,7 +2103,7 @@
}
}
},
"revision": "20240225",
"revision": "20240302",
"rootUrl": "https://dataform.googleapis.com/",
"schemas": {
"Assertion": {
Expand Down Expand Up @@ -3431,8 +3431,7 @@
"type": "string"
},
"name": {
"description": "Output only. The release config's name.",
"readOnly": true,
"description": "Identifier. The release config's name.",
"type": "string"
},
"recentScheduledReleaseRecords": {
Expand Down

0 comments on commit 1e3f5a9

Please sign in to comment.