Skip to content

Commit

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

The following keys were added:
- schemas.VirtualMachine.properties.reservation.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Jun 9, 2021
1 parent 8817152 commit 8a1c8a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/dyn/genomics_v2alpha1.pipelines.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ <h3>Method Details</h3>
},
&quot;nvidiaDriverVersion&quot;: &quot;A String&quot;, # The NVIDIA driver version to use when attaching an NVIDIA GPU accelerator. The version specified here must be compatible with the GPU libraries contained in the container being executed, and must be one of the drivers hosted in the `nvidia-drivers-us-public` bucket on Google Cloud Storage.
&quot;preemptible&quot;: True or False, # If true, allocate a preemptible VM.
&quot;reservation&quot;: &quot;A String&quot;, # If specified, the VM will only be allocated inside the matching reservation. It will fail if the VM parameters don&#x27;t match the reservation.
&quot;serviceAccount&quot;: { # Carries information about a Google Cloud service account. # The service account to install on the VM. This account does not need any permissions other than those required by the pipeline.
&quot;email&quot;: &quot;A String&quot;, # Email address of the service account. If not specified, the default Compute Engine service account for the project will be used.
&quot;scopes&quot;: [ # List of scopes to be enabled for this service account on the VM, in addition to the cloud-platform API scope that will be added by default.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@
}
}
},
"revision": "20210512",
"revision": "20210605",
"rootUrl": "https://genomics.googleapis.com/",
"schemas": {
"Accelerator": {
Expand Down Expand Up @@ -1141,6 +1141,10 @@
"description": "If true, allocate a preemptible VM.",
"type": "boolean"
},
"reservation": {
"description": "If specified, the VM will only be allocated inside the matching reservation. It will fail if the VM parameters don't match the reservation.",
"type": "string"
},
"serviceAccount": {
"$ref": "ServiceAccount",
"description": "The service account to install on the VM. This account does not need any permissions other than those required by the pipeline."
Expand Down

0 comments on commit 8a1c8a6

Please sign in to comment.