Skip to content

Commit

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

The following keys were deleted:
- schemas.GoogleCloudRunV2Task.properties.launchStage.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Nov 8, 2022
1 parent 41509e6 commit bf0d06a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 28 deletions.
2 changes: 0 additions & 2 deletions docs/dyn/run_v2.projects.locations.jobs.executions.tasks.html
Expand Up @@ -227,7 +227,6 @@ <h3>Method Details</h3>
&quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
},
},
&quot;launchStage&quot;: &quot;A String&quot;, # Set the launch stage to a preview stage on write to allow use of preview features in that stage. On read, describes whether the resource uses preview features. Launch Stages are defined at [Google Cloud Platform Launch Stages](https://cloud.google.com/terms/launch-stages).
&quot;maxRetries&quot;: 42, # Number of retries allowed per Task, before marking this Task failed.
&quot;name&quot;: &quot;A String&quot;, # Output only. The unique name of this Task.
&quot;observedGeneration&quot;: &quot;A String&quot;, # Output only. The generation of this Task. See comments in `Job.reconciling` for additional information on reconciliation process in Cloud Run.
Expand Down Expand Up @@ -407,7 +406,6 @@ <h3>Method Details</h3>
&quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
},
},
&quot;launchStage&quot;: &quot;A String&quot;, # Set the launch stage to a preview stage on write to allow use of preview features in that stage. On read, describes whether the resource uses preview features. Launch Stages are defined at [Google Cloud Platform Launch Stages](https://cloud.google.com/terms/launch-stages).
&quot;maxRetries&quot;: 42, # Number of retries allowed per Task, before marking this Task failed.
&quot;name&quot;: &quot;A String&quot;, # Output only. The unique name of this Task.
&quot;observedGeneration&quot;: &quot;A String&quot;, # Output only. The generation of this Task. See comments in `Job.reconciling` for additional information on reconciliation process in Cloud Run.
Expand Down
2 changes: 1 addition & 1 deletion googleapiclient/discovery_cache/documents/run.v1.json
Expand Up @@ -2289,7 +2289,7 @@
}
}
},
"revision": "20221023",
"revision": "20221030",
"rootUrl": "https://run.googleapis.com/",
"schemas": {
"Addressable": {
Expand Down
26 changes: 1 addition & 25 deletions googleapiclient/discovery_cache/documents/run.v2.json
Expand Up @@ -1059,7 +1059,7 @@
}
}
},
"revision": "20221023",
"revision": "20221030",
"rootUrl": "https://run.googleapis.com/",
"schemas": {
"GoogleCloudRunV2BinaryAuthorization": {
Expand Down Expand Up @@ -2517,30 +2517,6 @@
"description": "Output only. Result of the last attempt of this Task.",
"readOnly": true
},
"launchStage": {
"description": "Set the launch stage to a preview stage on write to allow use of preview features in that stage. On read, describes whether the resource uses preview features. Launch Stages are defined at [Google Cloud Platform Launch Stages](https://cloud.google.com/terms/launch-stages).",
"enum": [
"LAUNCH_STAGE_UNSPECIFIED",
"UNIMPLEMENTED",
"PRELAUNCH",
"EARLY_ACCESS",
"ALPHA",
"BETA",
"GA",
"DEPRECATED"
],
"enumDescriptions": [
"Do not use this default value.",
"The feature is not yet implemented. Users can not use it.",
"Prelaunch features are hidden from users and are only visible internally.",
"Early Access features are limited to a closed group of testers. To use these features, you must sign up in advance and sign a Trusted Tester agreement (which includes confidentiality provisions). These features may be unstable, changed in backward-incompatible ways, and are not guaranteed to be released.",
"Alpha is a limited availability test for releases before they are cleared for widespread use. By Alpha, all significant design issues are resolved and we are in the process of verifying functionality. Alpha customers need to apply for access, agree to applicable terms, and have their projects allowlisted. Alpha releases don't have to be feature complete, no SLAs are provided, and there are no technical support obligations, but they will be far enough along that customers can actually use them in test environments or for limited-use tests -- just like they would in normal production cases.",
"Beta is the point at which we are ready to open a release for any customer to use. There are no SLA or technical support obligations in a Beta release. Products will be complete from a feature perspective, but may have some open outstanding issues. Beta releases are suitable for limited production use cases.",
"GA features are open to all developers and are considered stable and fully qualified for production use.",
"Deprecated features are scheduled to be shut down and removed. For more information, see the \"Deprecation Policy\" section of our [Terms of Service](https://cloud.google.com/terms/) and the [Google Cloud Platform Subject to the Deprecation Policy](https://cloud.google.com/terms/deprecation) documentation."
],
"type": "string"
},
"maxRetries": {
"description": "Number of retries allowed per Task, before marking this Task failed.",
"format": "int32",
Expand Down

0 comments on commit bf0d06a

Please sign in to comment.