Skip to content

Commit c524c0a

Browse files
feat(lifesciences): update the api
#### lifesciences:v2beta The following keys were added: - schemas.VirtualMachine.properties.reservation.type (Total Keys: 1)
1 parent 9e06bf6 commit c524c0a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/dyn/lifesciences_v2beta.projects.locations.pipelines.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ <h3>Method Details</h3>
188188
},
189189
&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.
190190
&quot;preemptible&quot;: True or False, # If true, allocate a preemptible VM.
191+
&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.
191192
&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.
192193
&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.
193194
&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.

googleapiclient/discovery_cache/documents/lifesciences.v2beta.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@
312312
}
313313
}
314314
},
315-
"revision": "20210517",
315+
"revision": "20210527",
316316
"rootUrl": "https://lifesciences.googleapis.com/",
317317
"schemas": {
318318
"Accelerator": {
@@ -1135,6 +1135,10 @@
11351135
"description": "If true, allocate a preemptible VM.",
11361136
"type": "boolean"
11371137
},
1138+
"reservation": {
1139+
"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.",
1140+
"type": "string"
1141+
},
11381142
"serviceAccount": {
11391143
"$ref": "ServiceAccount",
11401144
"description": "The service account to install on the VM. This account does not need any permissions other than those required by the pipeline."

0 commit comments

Comments
 (0)