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/genomics_v2alpha1.pipelines.html
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -126,7 +126,7 @@ <h3>Method Details</h3>
126
126
"readOnly": True or False, # If true, the disk is mounted read-only inside the container.
127
127
},
128
128
],
129
-
"name": "A String", # An optional name for the container. The container hostname will be set to this name, making it useful for inter-container communication. The name must contain only upper and lowercase alphanumeric characters and hypens and cannot start with a hyphen.
129
+
"name": "A String", # An optional name for the container. The container hostname will be set to this name, making it useful for inter-container communication. The name must contain only upper and lowercase alphanumeric characters and hyphens and cannot start with a hyphen.
130
130
"pidNamespace": "A String", # An optional identifier for a PID namespace to run the action inside. Multiple actions should use the same string to share a namespace. If unspecified, a separate isolated namespace is used.
131
131
"portMappings": { # A map of containers to host port mappings for this container. If the container already specifies exposed ports, use the `PUBLISH_EXPOSED_PORTS` flag instead. The host port number must be less than 65536. If it is zero, an unused random port is assigned. To determine the resulting port number, consult the `ContainerStartedEvent` in the operation metadata.
132
132
"a_key": 42,
@@ -152,15 +152,15 @@ <h3>Method Details</h3>
152
152
"bootDiskSizeGb": 42, # The size of the boot disk, in GB. The boot disk must be large enough to accommodate all of the Docker images from each action in the pipeline at the same time. If not specified, a small but reasonable default value is used.
153
153
"bootImage": "A String", # The host operating system image to use. Currently, only Container-Optimized OS images can be used. The default value is `projects/cos-cloud/global/images/family/cos-stable`, which selects the latest stable release of Container-Optimized OS. This option is provided to allow testing against the beta release of the operating system to ensure that the new version does not interact negatively with production pipelines. To test a pipeline against the beta release of Container-Optimized OS, use the value `projects/cos-cloud/global/images/family/cos-beta`.
154
154
"cpuPlatform": "A String", # The CPU platform to request. An instance based on a newer platform can be allocated, but never one with fewer capabilities. The value of this parameter must be a valid Compute Engine CPU platform name (such as "Intel Skylake"). This parameter is only useful for carefully optimized work loads where the CPU platform has a significant impact. For more information about the effect of this parameter, see https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform.
155
-
"disks": [ # The list of disks to create and attach to the VM.
156
-
{ # Carries information about a disk that can be attached to a VM. See https://cloud.google.com/compute/docs/disks/performance for more information about disk type, size, and performance considerations.
157
-
"name": "A String", # A user-supplied name for the disk. Used when mounting the disk into actions. The name must contain only upper and lowercase alphanumeric characters and hypens and cannot start with a hyphen.
155
+
"disks": [ # The list of disks to create and attach to the VM. Specify either the `volumes[]` field or the `disks[]` field, but not both.
156
+
{ # Carries information about a disk that can be attached to a VM. See https://cloud.google.com/compute/docs/disks/performance for more information about disk type, size, and performance considerations. Specify either `Volume` or `Disk`, but not both.
157
+
"name": "A String", # A user-supplied name for the disk. Used when mounting the disk into actions. The name must contain only upper and lowercase alphanumeric characters and hyphens and cannot start with a hyphen.
158
158
"sizeGb": 42, # The size, in GB, of the disk to attach. If the size is not specified, a default is chosen to ensure reasonable I/O performance. If the disk type is specified as `local-ssd`, multiple local drives are automatically combined to provide the requested size. Note, however, that each physical SSD is 375GB in size, and no more than 8 drives can be attached to a single instance.
159
159
"sourceImage": "A String", # An optional image to put on the disk before attaching it to the VM.
160
160
"type": "A String", # The Compute Engine disk type. If unspecified, `pd-standard` is used.
161
161
},
162
162
],
163
-
"dockerCacheImages": [ # The Compute Engine Disk Images to use as a Docker cache. The disks will be mounted into the Docker folder in a way that the images present in the cache will not need to be pulled. The digests of the cached images must match those of the tags used or the latest version will still be pulled. The root directory of the ext4 image must contain `image` and `overlay2` directories copied from the Docker directory of a VM where the desired Docker images have already been pulled. Only a single image is supported.
163
+
"dockerCacheImages": [ # The Compute Engine Disk Images to use as a Docker cache. The disks will be mounted into the Docker folder in a way that the images present in the cache will not need to be pulled. The digests of the cached images must match those of the tags used or the latest version will still be pulled. The root directory of the ext4 image must contain `image` and `overlay2` directories copied from the Docker directory of a VM where the desired Docker images have already been pulled. Any images pulled that are not cached will be stored on the first cache disk instead of the boot disk. Only a single image is supported.
164
164
"A String",
165
165
],
166
166
"enableStackdriverMonitoring": True or False, # Whether Stackdriver monitoring should be enabled on the VM.
@@ -181,8 +181,8 @@ <h3>Method Details</h3>
181
181
"A String",
182
182
],
183
183
},
184
-
"volumes": [ # The list of disks and other storage to create or attach to the VM.
185
-
{ # Carries information about storage that can be attached to a VM.
184
+
"volumes": [ # The list of disks and other storage to create or attach to the VM. Specify either the `volumes[]` field or the `disks[]` field, but not both.
185
+
{ # Carries information about storage that can be attached to a VM. Specify either `Volume` or `Disk`, but not both.
186
186
"existingDisk": { # Configuration for an existing disk to be attached to the VM. # Configuration for a existing disk.
187
187
"disk": "A String", # If `disk` contains slashes, the Cloud Life Sciences API assumes that it is a complete URL for the disk. If `disk` does not contain slashes, the Cloud Life Sciences API assumes that the disk is a zonal disk and a URL will be generated of the form `zones//disks/`, where `` is the zone in which the instance is allocated. The disk must be ext4 formatted. If all `Mount` references to this disk have the `read_only` flag set to true, the disk will be attached in `read-only` mode and can be shared with other instances. Otherwise, the disk will be available for writing but cannot be shared.
188
188
},
@@ -204,6 +204,7 @@ <h3>Method Details</h3>
204
204
},
205
205
"timeout": "A String", # The maximum amount of time to give the pipeline to complete. This includes the time spent waiting for a worker to be allocated. If the pipeline fails to complete before the timeout, it will be cancelled and the error code will be set to DEADLINE_EXCEEDED. If unspecified, it will default to 7 days.
206
206
},
207
+
"pubSubTopic": "A String", # The name of an existing Pub/Sub topic. The server will publish messages to this topic whenever the status of the operation changes. The Genomics Service Agent account must have publisher permissions to the specified topic or notifications will not be sent.
Copy file name to clipboardExpand all lines: docs/dyn/genomics_v2alpha1.projects.workers.html
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -141,6 +141,9 @@ <h3>Method Details</h3>
141
141
142
142
{ # The response to the CheckIn method.
143
143
"deadline": "A String", # The deadline by which the worker must request an extension. The backend will allow for network transmission time and other delays, but the worker must attempt to transmit the extension request no later than the deadline.
144
+
"features": { # Feature configuration for the operation.
145
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
146
+
},
144
147
"metadata": { # The metadata that describes the operation assigned to the worker.
145
148
"a_key": "", # Properties of the object. Contains field @type with type URL.
Copy file name to clipboardExpand all lines: docs/dyn/genomics_v2alpha1.workers.html
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -141,6 +141,9 @@ <h3>Method Details</h3>
141
141
142
142
{ # The response to the CheckIn method.
143
143
"deadline": "A String", # The deadline by which the worker must request an extension. The backend will allow for network transmission time and other delays, but the worker must attempt to transmit the extension request no later than the deadline.
144
+
"features": { # Feature configuration for the operation.
145
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
146
+
},
144
147
"metadata": { # The metadata that describes the operation assigned to the worker.
145
148
"a_key": "", # Properties of the object. Contains field @type with type URL.
0 commit comments