Regen all docs. (#700)
* Stop recursing if discovery == {}
* Generate docs with 'make docs'.
diff --git a/docs/dyn/genomics_v1alpha2.pipelines.html b/docs/dyn/genomics_v1alpha2.pipelines.html
index ceced27..6fe6f8c 100644
--- a/docs/dyn/genomics_v1alpha2.pipelines.html
+++ b/docs/dyn/genomics_v1alpha2.pipelines.html
@@ -123,8 +123,7 @@
# CreatePipelineRequest, and will be populated in the response to
# CreatePipeline and all subsequent Get and List calls. Indicates that the
# service has registered this pipeline.
- "name": "A String", # Required. A user specified pipeline name that does not have to be unique.
- # This name can be used for filtering Pipelines in ListPipelines.
+ "description": "A String", # User-specified description.
"projectId": "A String", # Required. The project in which to create the pipeline. The caller must have
# WRITE access.
"outputParameters": [ # Output parameters of the pipeline.
@@ -222,9 +221,6 @@
"defaultValue": "A String", # The default value for this parameter. Can be overridden at runtime.
# If `localCopy` is present, then this must be a Google Cloud Storage path
# beginning with `gs://`.
- "description": "A String", # Human-readable description.
- "name": "A String", # Required. Name of the parameter - the pipeline runner uses this string
- # as the key to the input and output maps in RunPipeline.
"localCopy": { # LocalCopy defines how a remote file should be copied to and from the VM. # If present, this parameter is marked for copying to and from the VM.
# `LocalCopy` indicates where on the VM the file should be. The value
# given to this parameter (either at runtime or using `defaultValue`)
@@ -237,6 +233,9 @@
# Resources field, or "boot", which represents the Docker
# instance's boot disk and has a mount point of `/`.
},
+ "name": "A String", # Required. Name of the parameter - the pipeline runner uses this string
+ # as the key to the input and output maps in RunPipeline.
+ "description": "A String", # Human-readable description.
},
],
"inputParameters": [ # Input parameters of the pipeline.
@@ -334,9 +333,6 @@
"defaultValue": "A String", # The default value for this parameter. Can be overridden at runtime.
# If `localCopy` is present, then this must be a Google Cloud Storage path
# beginning with `gs://`.
- "description": "A String", # Human-readable description.
- "name": "A String", # Required. Name of the parameter - the pipeline runner uses this string
- # as the key to the input and output maps in RunPipeline.
"localCopy": { # LocalCopy defines how a remote file should be copied to and from the VM. # If present, this parameter is marked for copying to and from the VM.
# `LocalCopy` indicates where on the VM the file should be. The value
# given to this parameter (either at runtime or using `defaultValue`)
@@ -349,6 +345,9 @@
# Resources field, or "boot", which represents the Docker
# instance's boot disk and has a mount point of `/`.
},
+ "name": "A String", # Required. Name of the parameter - the pipeline runner uses this string
+ # as the key to the input and output maps in RunPipeline.
+ "description": "A String", # Human-readable description.
},
],
"docker": { # The Docker execuctor specification. # Specifies the docker run information.
@@ -381,17 +380,21 @@
# the private VM's Internal IP. If noAddress is set, this pipeline run may
# only load docker images from Google Container Registry and not Docker Hub.
# Before using this, you must
- # [configure access to Google services from internal IPs](https://cloud.google.com/compute/docs/configure-private-google-access#configuring_access_to_google_services_from_internal_ips).
+ # [configure access to Google services from internal
+ # IPs](https://cloud.google.com/compute/docs/configure-private-google-access#configuring_access_to_google_services_from_internal_ips).
"minimumRamGb": 3.14, # The minimum amount of RAM to use. Defaults to 3.75 (GB)
"preemptible": True or False, # Whether to use preemptible VMs. Defaults to `false`. In order to use this,
# must be true for both create time and run time. Cannot be true at run time
# if false at create time.
"disks": [ # Disks to attach.
{ # A Google Compute Engine disk resource specification.
- "autoDelete": True or False, # Deprecated. Disks created by the Pipelines API will be deleted at the end
- # of the pipeline run, regardless of what this field is set to.
+ "name": "A String", # Required. The name of the disk that can be used in the pipeline
+ # parameters. Must be 1 - 63 characters.
+ # The name "boot" is reserved for system use.
"sizeGb": 42, # The size of the disk. Defaults to 500 (GB).
# This field is not applicable for local SSD.
+ "autoDelete": True or False, # Deprecated. Disks created by the Pipelines API will be deleted at the end
+ # of the pipeline run, regardless of what this field is set to.
"source": "A String", # The full or partial URL of the persistent disk to attach. See
# https://cloud.google.com/compute/docs/reference/latest/instances#resource
# and
@@ -408,9 +411,6 @@
# `inputs/file.txt`, the docker container can access the data at
# `/mnt/disk/inputs/file.txt`.
"type": "A String", # Required. The type of the disk to create.
- "name": "A String", # Required. The name of the disk that can be used in the pipeline
- # parameters. Must be 1 - 63 characters.
- # The name "boot" is reserved for system use.
},
],
"bootDiskSizeGb": 42, # The size of the boot disk. Defaults to 10 (GB).
@@ -419,8 +419,19 @@
"A String",
],
"minimumCpuCores": 42, # The minimum number of cores to use. Defaults to 1.
+ "acceleratorType": "A String", # Optional. The Compute Engine defined accelerator type.
+ # By specifying this parameter, you will download and install the following
+ # third-party software onto your managed Compute Engine instances: NVIDIA®
+ # Tesla® drivers and NVIDIA® CUDA toolkit.
+ # Please see https://cloud.google.com/compute/docs/gpus/ for a list of
+ # available accelerator types.
+ "acceleratorCount": "A String", # Optional. The number of accelerators of the specified type to attach.
+ # By specifying this parameter, you will download and install the following
+ # third-party software onto your managed Compute Engine instances:
+ # NVIDIA® Tesla® drivers and NVIDIA® CUDA toolkit.
},
- "description": "A String", # User-specified description.
+ "name": "A String", # Required. A user specified pipeline name that does not have to be unique.
+ # This name can be used for filtering Pipelines in ListPipelines.
}
x__xgafv: string, V1 error format.
@@ -442,8 +453,7 @@
# CreatePipelineRequest, and will be populated in the response to
# CreatePipeline and all subsequent Get and List calls. Indicates that the
# service has registered this pipeline.
- "name": "A String", # Required. A user specified pipeline name that does not have to be unique.
- # This name can be used for filtering Pipelines in ListPipelines.
+ "description": "A String", # User-specified description.
"projectId": "A String", # Required. The project in which to create the pipeline. The caller must have
# WRITE access.
"outputParameters": [ # Output parameters of the pipeline.
@@ -541,9 +551,6 @@
"defaultValue": "A String", # The default value for this parameter. Can be overridden at runtime.
# If `localCopy` is present, then this must be a Google Cloud Storage path
# beginning with `gs://`.
- "description": "A String", # Human-readable description.
- "name": "A String", # Required. Name of the parameter - the pipeline runner uses this string
- # as the key to the input and output maps in RunPipeline.
"localCopy": { # LocalCopy defines how a remote file should be copied to and from the VM. # If present, this parameter is marked for copying to and from the VM.
# `LocalCopy` indicates where on the VM the file should be. The value
# given to this parameter (either at runtime or using `defaultValue`)
@@ -556,6 +563,9 @@
# Resources field, or "boot", which represents the Docker
# instance's boot disk and has a mount point of `/`.
},
+ "name": "A String", # Required. Name of the parameter - the pipeline runner uses this string
+ # as the key to the input and output maps in RunPipeline.
+ "description": "A String", # Human-readable description.
},
],
"inputParameters": [ # Input parameters of the pipeline.
@@ -653,9 +663,6 @@
"defaultValue": "A String", # The default value for this parameter. Can be overridden at runtime.
# If `localCopy` is present, then this must be a Google Cloud Storage path
# beginning with `gs://`.
- "description": "A String", # Human-readable description.
- "name": "A String", # Required. Name of the parameter - the pipeline runner uses this string
- # as the key to the input and output maps in RunPipeline.
"localCopy": { # LocalCopy defines how a remote file should be copied to and from the VM. # If present, this parameter is marked for copying to and from the VM.
# `LocalCopy` indicates where on the VM the file should be. The value
# given to this parameter (either at runtime or using `defaultValue`)
@@ -668,6 +675,9 @@
# Resources field, or "boot", which represents the Docker
# instance's boot disk and has a mount point of `/`.
},
+ "name": "A String", # Required. Name of the parameter - the pipeline runner uses this string
+ # as the key to the input and output maps in RunPipeline.
+ "description": "A String", # Human-readable description.
},
],
"docker": { # The Docker execuctor specification. # Specifies the docker run information.
@@ -700,17 +710,21 @@
# the private VM's Internal IP. If noAddress is set, this pipeline run may
# only load docker images from Google Container Registry and not Docker Hub.
# Before using this, you must
- # [configure access to Google services from internal IPs](https://cloud.google.com/compute/docs/configure-private-google-access#configuring_access_to_google_services_from_internal_ips).
+ # [configure access to Google services from internal
+ # IPs](https://cloud.google.com/compute/docs/configure-private-google-access#configuring_access_to_google_services_from_internal_ips).
"minimumRamGb": 3.14, # The minimum amount of RAM to use. Defaults to 3.75 (GB)
"preemptible": True or False, # Whether to use preemptible VMs. Defaults to `false`. In order to use this,
# must be true for both create time and run time. Cannot be true at run time
# if false at create time.
"disks": [ # Disks to attach.
{ # A Google Compute Engine disk resource specification.
- "autoDelete": True or False, # Deprecated. Disks created by the Pipelines API will be deleted at the end
- # of the pipeline run, regardless of what this field is set to.
+ "name": "A String", # Required. The name of the disk that can be used in the pipeline
+ # parameters. Must be 1 - 63 characters.
+ # The name "boot" is reserved for system use.
"sizeGb": 42, # The size of the disk. Defaults to 500 (GB).
# This field is not applicable for local SSD.
+ "autoDelete": True or False, # Deprecated. Disks created by the Pipelines API will be deleted at the end
+ # of the pipeline run, regardless of what this field is set to.
"source": "A String", # The full or partial URL of the persistent disk to attach. See
# https://cloud.google.com/compute/docs/reference/latest/instances#resource
# and
@@ -727,9 +741,6 @@
# `inputs/file.txt`, the docker container can access the data at
# `/mnt/disk/inputs/file.txt`.
"type": "A String", # Required. The type of the disk to create.
- "name": "A String", # Required. The name of the disk that can be used in the pipeline
- # parameters. Must be 1 - 63 characters.
- # The name "boot" is reserved for system use.
},
],
"bootDiskSizeGb": 42, # The size of the boot disk. Defaults to 10 (GB).
@@ -738,8 +749,19 @@
"A String",
],
"minimumCpuCores": 42, # The minimum number of cores to use. Defaults to 1.
+ "acceleratorType": "A String", # Optional. The Compute Engine defined accelerator type.
+ # By specifying this parameter, you will download and install the following
+ # third-party software onto your managed Compute Engine instances: NVIDIA®
+ # Tesla® drivers and NVIDIA® CUDA toolkit.
+ # Please see https://cloud.google.com/compute/docs/gpus/ for a list of
+ # available accelerator types.
+ "acceleratorCount": "A String", # Optional. The number of accelerators of the specified type to attach.
+ # By specifying this parameter, you will download and install the following
+ # third-party software onto your managed Compute Engine instances:
+ # NVIDIA® Tesla® drivers and NVIDIA® CUDA toolkit.
},
- "description": "A String", # User-specified description.
+ "name": "A String", # Required. A user specified pipeline name that does not have to be unique.
+ # This name can be used for filtering Pipelines in ListPipelines.
}</pre>
</div>
@@ -800,8 +822,7 @@
# CreatePipelineRequest, and will be populated in the response to
# CreatePipeline and all subsequent Get and List calls. Indicates that the
# service has registered this pipeline.
- "name": "A String", # Required. A user specified pipeline name that does not have to be unique.
- # This name can be used for filtering Pipelines in ListPipelines.
+ "description": "A String", # User-specified description.
"projectId": "A String", # Required. The project in which to create the pipeline. The caller must have
# WRITE access.
"outputParameters": [ # Output parameters of the pipeline.
@@ -899,9 +920,6 @@
"defaultValue": "A String", # The default value for this parameter. Can be overridden at runtime.
# If `localCopy` is present, then this must be a Google Cloud Storage path
# beginning with `gs://`.
- "description": "A String", # Human-readable description.
- "name": "A String", # Required. Name of the parameter - the pipeline runner uses this string
- # as the key to the input and output maps in RunPipeline.
"localCopy": { # LocalCopy defines how a remote file should be copied to and from the VM. # If present, this parameter is marked for copying to and from the VM.
# `LocalCopy` indicates where on the VM the file should be. The value
# given to this parameter (either at runtime or using `defaultValue`)
@@ -914,6 +932,9 @@
# Resources field, or "boot", which represents the Docker
# instance's boot disk and has a mount point of `/`.
},
+ "name": "A String", # Required. Name of the parameter - the pipeline runner uses this string
+ # as the key to the input and output maps in RunPipeline.
+ "description": "A String", # Human-readable description.
},
],
"inputParameters": [ # Input parameters of the pipeline.
@@ -1011,9 +1032,6 @@
"defaultValue": "A String", # The default value for this parameter. Can be overridden at runtime.
# If `localCopy` is present, then this must be a Google Cloud Storage path
# beginning with `gs://`.
- "description": "A String", # Human-readable description.
- "name": "A String", # Required. Name of the parameter - the pipeline runner uses this string
- # as the key to the input and output maps in RunPipeline.
"localCopy": { # LocalCopy defines how a remote file should be copied to and from the VM. # If present, this parameter is marked for copying to and from the VM.
# `LocalCopy` indicates where on the VM the file should be. The value
# given to this parameter (either at runtime or using `defaultValue`)
@@ -1026,6 +1044,9 @@
# Resources field, or "boot", which represents the Docker
# instance's boot disk and has a mount point of `/`.
},
+ "name": "A String", # Required. Name of the parameter - the pipeline runner uses this string
+ # as the key to the input and output maps in RunPipeline.
+ "description": "A String", # Human-readable description.
},
],
"docker": { # The Docker execuctor specification. # Specifies the docker run information.
@@ -1058,17 +1079,21 @@
# the private VM's Internal IP. If noAddress is set, this pipeline run may
# only load docker images from Google Container Registry and not Docker Hub.
# Before using this, you must
- # [configure access to Google services from internal IPs](https://cloud.google.com/compute/docs/configure-private-google-access#configuring_access_to_google_services_from_internal_ips).
+ # [configure access to Google services from internal
+ # IPs](https://cloud.google.com/compute/docs/configure-private-google-access#configuring_access_to_google_services_from_internal_ips).
"minimumRamGb": 3.14, # The minimum amount of RAM to use. Defaults to 3.75 (GB)
"preemptible": True or False, # Whether to use preemptible VMs. Defaults to `false`. In order to use this,
# must be true for both create time and run time. Cannot be true at run time
# if false at create time.
"disks": [ # Disks to attach.
{ # A Google Compute Engine disk resource specification.
- "autoDelete": True or False, # Deprecated. Disks created by the Pipelines API will be deleted at the end
- # of the pipeline run, regardless of what this field is set to.
+ "name": "A String", # Required. The name of the disk that can be used in the pipeline
+ # parameters. Must be 1 - 63 characters.
+ # The name "boot" is reserved for system use.
"sizeGb": 42, # The size of the disk. Defaults to 500 (GB).
# This field is not applicable for local SSD.
+ "autoDelete": True or False, # Deprecated. Disks created by the Pipelines API will be deleted at the end
+ # of the pipeline run, regardless of what this field is set to.
"source": "A String", # The full or partial URL of the persistent disk to attach. See
# https://cloud.google.com/compute/docs/reference/latest/instances#resource
# and
@@ -1085,9 +1110,6 @@
# `inputs/file.txt`, the docker container can access the data at
# `/mnt/disk/inputs/file.txt`.
"type": "A String", # Required. The type of the disk to create.
- "name": "A String", # Required. The name of the disk that can be used in the pipeline
- # parameters. Must be 1 - 63 characters.
- # The name "boot" is reserved for system use.
},
],
"bootDiskSizeGb": 42, # The size of the boot disk. Defaults to 10 (GB).
@@ -1096,8 +1118,19 @@
"A String",
],
"minimumCpuCores": 42, # The minimum number of cores to use. Defaults to 1.
+ "acceleratorType": "A String", # Optional. The Compute Engine defined accelerator type.
+ # By specifying this parameter, you will download and install the following
+ # third-party software onto your managed Compute Engine instances: NVIDIA®
+ # Tesla® drivers and NVIDIA® CUDA toolkit.
+ # Please see https://cloud.google.com/compute/docs/gpus/ for a list of
+ # available accelerator types.
+ "acceleratorCount": "A String", # Optional. The number of accelerators of the specified type to attach.
+ # By specifying this parameter, you will download and install the following
+ # third-party software onto your managed Compute Engine instances:
+ # NVIDIA® Tesla® drivers and NVIDIA® CUDA toolkit.
},
- "description": "A String", # User-specified description.
+ "name": "A String", # Required. A user specified pipeline name that does not have to be unique.
+ # This name can be used for filtering Pipelines in ListPipelines.
}</pre>
</div>
@@ -1189,8 +1222,7 @@
# CreatePipelineRequest, and will be populated in the response to
# CreatePipeline and all subsequent Get and List calls. Indicates that the
# service has registered this pipeline.
- "name": "A String", # Required. A user specified pipeline name that does not have to be unique.
- # This name can be used for filtering Pipelines in ListPipelines.
+ "description": "A String", # User-specified description.
"projectId": "A String", # Required. The project in which to create the pipeline. The caller must have
# WRITE access.
"outputParameters": [ # Output parameters of the pipeline.
@@ -1288,9 +1320,6 @@
"defaultValue": "A String", # The default value for this parameter. Can be overridden at runtime.
# If `localCopy` is present, then this must be a Google Cloud Storage path
# beginning with `gs://`.
- "description": "A String", # Human-readable description.
- "name": "A String", # Required. Name of the parameter - the pipeline runner uses this string
- # as the key to the input and output maps in RunPipeline.
"localCopy": { # LocalCopy defines how a remote file should be copied to and from the VM. # If present, this parameter is marked for copying to and from the VM.
# `LocalCopy` indicates where on the VM the file should be. The value
# given to this parameter (either at runtime or using `defaultValue`)
@@ -1303,6 +1332,9 @@
# Resources field, or "boot", which represents the Docker
# instance's boot disk and has a mount point of `/`.
},
+ "name": "A String", # Required. Name of the parameter - the pipeline runner uses this string
+ # as the key to the input and output maps in RunPipeline.
+ "description": "A String", # Human-readable description.
},
],
"inputParameters": [ # Input parameters of the pipeline.
@@ -1400,9 +1432,6 @@
"defaultValue": "A String", # The default value for this parameter. Can be overridden at runtime.
# If `localCopy` is present, then this must be a Google Cloud Storage path
# beginning with `gs://`.
- "description": "A String", # Human-readable description.
- "name": "A String", # Required. Name of the parameter - the pipeline runner uses this string
- # as the key to the input and output maps in RunPipeline.
"localCopy": { # LocalCopy defines how a remote file should be copied to and from the VM. # If present, this parameter is marked for copying to and from the VM.
# `LocalCopy` indicates where on the VM the file should be. The value
# given to this parameter (either at runtime or using `defaultValue`)
@@ -1415,6 +1444,9 @@
# Resources field, or "boot", which represents the Docker
# instance's boot disk and has a mount point of `/`.
},
+ "name": "A String", # Required. Name of the parameter - the pipeline runner uses this string
+ # as the key to the input and output maps in RunPipeline.
+ "description": "A String", # Human-readable description.
},
],
"docker": { # The Docker execuctor specification. # Specifies the docker run information.
@@ -1447,17 +1479,21 @@
# the private VM's Internal IP. If noAddress is set, this pipeline run may
# only load docker images from Google Container Registry and not Docker Hub.
# Before using this, you must
- # [configure access to Google services from internal IPs](https://cloud.google.com/compute/docs/configure-private-google-access#configuring_access_to_google_services_from_internal_ips).
+ # [configure access to Google services from internal
+ # IPs](https://cloud.google.com/compute/docs/configure-private-google-access#configuring_access_to_google_services_from_internal_ips).
"minimumRamGb": 3.14, # The minimum amount of RAM to use. Defaults to 3.75 (GB)
"preemptible": True or False, # Whether to use preemptible VMs. Defaults to `false`. In order to use this,
# must be true for both create time and run time. Cannot be true at run time
# if false at create time.
"disks": [ # Disks to attach.
{ # A Google Compute Engine disk resource specification.
- "autoDelete": True or False, # Deprecated. Disks created by the Pipelines API will be deleted at the end
- # of the pipeline run, regardless of what this field is set to.
+ "name": "A String", # Required. The name of the disk that can be used in the pipeline
+ # parameters. Must be 1 - 63 characters.
+ # The name "boot" is reserved for system use.
"sizeGb": 42, # The size of the disk. Defaults to 500 (GB).
# This field is not applicable for local SSD.
+ "autoDelete": True or False, # Deprecated. Disks created by the Pipelines API will be deleted at the end
+ # of the pipeline run, regardless of what this field is set to.
"source": "A String", # The full or partial URL of the persistent disk to attach. See
# https://cloud.google.com/compute/docs/reference/latest/instances#resource
# and
@@ -1474,9 +1510,6 @@
# `inputs/file.txt`, the docker container can access the data at
# `/mnt/disk/inputs/file.txt`.
"type": "A String", # Required. The type of the disk to create.
- "name": "A String", # Required. The name of the disk that can be used in the pipeline
- # parameters. Must be 1 - 63 characters.
- # The name "boot" is reserved for system use.
},
],
"bootDiskSizeGb": 42, # The size of the boot disk. Defaults to 10 (GB).
@@ -1485,8 +1518,19 @@
"A String",
],
"minimumCpuCores": 42, # The minimum number of cores to use. Defaults to 1.
+ "acceleratorType": "A String", # Optional. The Compute Engine defined accelerator type.
+ # By specifying this parameter, you will download and install the following
+ # third-party software onto your managed Compute Engine instances: NVIDIA®
+ # Tesla® drivers and NVIDIA® CUDA toolkit.
+ # Please see https://cloud.google.com/compute/docs/gpus/ for a list of
+ # available accelerator types.
+ "acceleratorCount": "A String", # Optional. The number of accelerators of the specified type to attach.
+ # By specifying this parameter, you will download and install the following
+ # third-party software onto your managed Compute Engine instances:
+ # NVIDIA® Tesla® drivers and NVIDIA® CUDA toolkit.
},
- "description": "A String", # User-specified description.
+ "name": "A String", # Required. A user specified pipeline name that does not have to be unique.
+ # This name can be used for filtering Pipelines in ListPipelines.
},
],
}</pre>
@@ -1601,17 +1645,21 @@
# the private VM's Internal IP. If noAddress is set, this pipeline run may
# only load docker images from Google Container Registry and not Docker Hub.
# Before using this, you must
- # [configure access to Google services from internal IPs](https://cloud.google.com/compute/docs/configure-private-google-access#configuring_access_to_google_services_from_internal_ips).
+ # [configure access to Google services from internal
+ # IPs](https://cloud.google.com/compute/docs/configure-private-google-access#configuring_access_to_google_services_from_internal_ips).
"minimumRamGb": 3.14, # The minimum amount of RAM to use. Defaults to 3.75 (GB)
"preemptible": True or False, # Whether to use preemptible VMs. Defaults to `false`. In order to use this,
# must be true for both create time and run time. Cannot be true at run time
# if false at create time.
"disks": [ # Disks to attach.
{ # A Google Compute Engine disk resource specification.
- "autoDelete": True or False, # Deprecated. Disks created by the Pipelines API will be deleted at the end
- # of the pipeline run, regardless of what this field is set to.
+ "name": "A String", # Required. The name of the disk that can be used in the pipeline
+ # parameters. Must be 1 - 63 characters.
+ # The name "boot" is reserved for system use.
"sizeGb": 42, # The size of the disk. Defaults to 500 (GB).
# This field is not applicable for local SSD.
+ "autoDelete": True or False, # Deprecated. Disks created by the Pipelines API will be deleted at the end
+ # of the pipeline run, regardless of what this field is set to.
"source": "A String", # The full or partial URL of the persistent disk to attach. See
# https://cloud.google.com/compute/docs/reference/latest/instances#resource
# and
@@ -1628,9 +1676,6 @@
# `inputs/file.txt`, the docker container can access the data at
# `/mnt/disk/inputs/file.txt`.
"type": "A String", # Required. The type of the disk to create.
- "name": "A String", # Required. The name of the disk that can be used in the pipeline
- # parameters. Must be 1 - 63 characters.
- # The name "boot" is reserved for system use.
},
],
"bootDiskSizeGb": 42, # The size of the boot disk. Defaults to 10 (GB).
@@ -1639,6 +1684,16 @@
"A String",
],
"minimumCpuCores": 42, # The minimum number of cores to use. Defaults to 1.
+ "acceleratorType": "A String", # Optional. The Compute Engine defined accelerator type.
+ # By specifying this parameter, you will download and install the following
+ # third-party software onto your managed Compute Engine instances: NVIDIA®
+ # Tesla® drivers and NVIDIA® CUDA toolkit.
+ # Please see https://cloud.google.com/compute/docs/gpus/ for a list of
+ # available accelerator types.
+ "acceleratorCount": "A String", # Optional. The number of accelerators of the specified type to attach.
+ # By specifying this parameter, you will download and install the following
+ # third-party software onto your managed Compute Engine instances:
+ # NVIDIA® Tesla® drivers and NVIDIA® CUDA toolkit.
},
},
"ephemeralPipeline": { # The pipeline object. Represents a transformation from a set of input # A new pipeline object to run once and then delete.
@@ -1652,8 +1707,7 @@
# CreatePipelineRequest, and will be populated in the response to
# CreatePipeline and all subsequent Get and List calls. Indicates that the
# service has registered this pipeline.
- "name": "A String", # Required. A user specified pipeline name that does not have to be unique.
- # This name can be used for filtering Pipelines in ListPipelines.
+ "description": "A String", # User-specified description.
"projectId": "A String", # Required. The project in which to create the pipeline. The caller must have
# WRITE access.
"outputParameters": [ # Output parameters of the pipeline.
@@ -1751,9 +1805,6 @@
"defaultValue": "A String", # The default value for this parameter. Can be overridden at runtime.
# If `localCopy` is present, then this must be a Google Cloud Storage path
# beginning with `gs://`.
- "description": "A String", # Human-readable description.
- "name": "A String", # Required. Name of the parameter - the pipeline runner uses this string
- # as the key to the input and output maps in RunPipeline.
"localCopy": { # LocalCopy defines how a remote file should be copied to and from the VM. # If present, this parameter is marked for copying to and from the VM.
# `LocalCopy` indicates where on the VM the file should be. The value
# given to this parameter (either at runtime or using `defaultValue`)
@@ -1766,6 +1817,9 @@
# Resources field, or "boot", which represents the Docker
# instance's boot disk and has a mount point of `/`.
},
+ "name": "A String", # Required. Name of the parameter - the pipeline runner uses this string
+ # as the key to the input and output maps in RunPipeline.
+ "description": "A String", # Human-readable description.
},
],
"inputParameters": [ # Input parameters of the pipeline.
@@ -1863,9 +1917,6 @@
"defaultValue": "A String", # The default value for this parameter. Can be overridden at runtime.
# If `localCopy` is present, then this must be a Google Cloud Storage path
# beginning with `gs://`.
- "description": "A String", # Human-readable description.
- "name": "A String", # Required. Name of the parameter - the pipeline runner uses this string
- # as the key to the input and output maps in RunPipeline.
"localCopy": { # LocalCopy defines how a remote file should be copied to and from the VM. # If present, this parameter is marked for copying to and from the VM.
# `LocalCopy` indicates where on the VM the file should be. The value
# given to this parameter (either at runtime or using `defaultValue`)
@@ -1878,6 +1929,9 @@
# Resources field, or "boot", which represents the Docker
# instance's boot disk and has a mount point of `/`.
},
+ "name": "A String", # Required. Name of the parameter - the pipeline runner uses this string
+ # as the key to the input and output maps in RunPipeline.
+ "description": "A String", # Human-readable description.
},
],
"docker": { # The Docker execuctor specification. # Specifies the docker run information.
@@ -1910,17 +1964,21 @@
# the private VM's Internal IP. If noAddress is set, this pipeline run may
# only load docker images from Google Container Registry and not Docker Hub.
# Before using this, you must
- # [configure access to Google services from internal IPs](https://cloud.google.com/compute/docs/configure-private-google-access#configuring_access_to_google_services_from_internal_ips).
+ # [configure access to Google services from internal
+ # IPs](https://cloud.google.com/compute/docs/configure-private-google-access#configuring_access_to_google_services_from_internal_ips).
"minimumRamGb": 3.14, # The minimum amount of RAM to use. Defaults to 3.75 (GB)
"preemptible": True or False, # Whether to use preemptible VMs. Defaults to `false`. In order to use this,
# must be true for both create time and run time. Cannot be true at run time
# if false at create time.
"disks": [ # Disks to attach.
{ # A Google Compute Engine disk resource specification.
- "autoDelete": True or False, # Deprecated. Disks created by the Pipelines API will be deleted at the end
- # of the pipeline run, regardless of what this field is set to.
+ "name": "A String", # Required. The name of the disk that can be used in the pipeline
+ # parameters. Must be 1 - 63 characters.
+ # The name "boot" is reserved for system use.
"sizeGb": 42, # The size of the disk. Defaults to 500 (GB).
# This field is not applicable for local SSD.
+ "autoDelete": True or False, # Deprecated. Disks created by the Pipelines API will be deleted at the end
+ # of the pipeline run, regardless of what this field is set to.
"source": "A String", # The full or partial URL of the persistent disk to attach. See
# https://cloud.google.com/compute/docs/reference/latest/instances#resource
# and
@@ -1937,9 +1995,6 @@
# `inputs/file.txt`, the docker container can access the data at
# `/mnt/disk/inputs/file.txt`.
"type": "A String", # Required. The type of the disk to create.
- "name": "A String", # Required. The name of the disk that can be used in the pipeline
- # parameters. Must be 1 - 63 characters.
- # The name "boot" is reserved for system use.
},
],
"bootDiskSizeGb": 42, # The size of the boot disk. Defaults to 10 (GB).
@@ -1948,8 +2003,19 @@
"A String",
],
"minimumCpuCores": 42, # The minimum number of cores to use. Defaults to 1.
+ "acceleratorType": "A String", # Optional. The Compute Engine defined accelerator type.
+ # By specifying this parameter, you will download and install the following
+ # third-party software onto your managed Compute Engine instances: NVIDIA®
+ # Tesla® drivers and NVIDIA® CUDA toolkit.
+ # Please see https://cloud.google.com/compute/docs/gpus/ for a list of
+ # available accelerator types.
+ "acceleratorCount": "A String", # Optional. The number of accelerators of the specified type to attach.
+ # By specifying this parameter, you will download and install the following
+ # third-party software onto your managed Compute Engine instances:
+ # NVIDIA® Tesla® drivers and NVIDIA® CUDA toolkit.
},
- "description": "A String", # User-specified description.
+ "name": "A String", # Required. A user specified pipeline name that does not have to be unique.
+ # This name can be used for filtering Pipelines in ListPipelines.
},
"pipelineId": "A String", # The already created pipeline to run.
}
@@ -1964,79 +2030,34 @@
{ # This resource represents a long-running operation that is the result of a
# network API call.
- "metadata": { # An OperationMetadata object. This will always be returned with the Operation.
+ "metadata": { # An OperationMetadata or Metadata object. This will always be returned with the Operation.
"a_key": "", # Properties of the object. Contains field @type with type URL.
},
- "error": { # The `Status` type defines a logical error model that is suitable for different # The error result of the operation in case of failure or cancellation.
- # programming environments, including REST APIs and RPC APIs. It is used by
- # [gRPC](https://github.com/grpc). The error model is designed to be:
+ "done": True or False, # If the value is `false`, it means the operation is still in progress.
+ # If `true`, the operation is completed, and either `error` or `response` is
+ # available.
+ "response": { # An Empty object.
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+ "name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. For example: `operations/CJHU7Oi_ChDrveSpBRjfuL-qzoWAgEw`
+ "error": { # The `Status` type defines a logical error model that is suitable for # The error result of the operation in case of failure or cancellation.
+ # different programming environments, including REST APIs and RPC APIs. It is
+ # used by [gRPC](https://github.com/grpc). Each `Status` message contains
+ # three pieces of data: error code, error message, and error details.
#
- # - Simple to use and understand for most users
- # - Flexible enough to meet unexpected needs
- #
- # # Overview
- #
- # The `Status` message contains three pieces of data: error code, error message,
- # and error details. The error code should be an enum value of
- # google.rpc.Code, but it may accept additional error codes if needed. The
- # error message should be a developer-facing English message that helps
- # developers *understand* and *resolve* the error. If a localized user-facing
- # error message is needed, put the localized message in the error details or
- # localize it in the client. The optional error details may contain arbitrary
- # information about the error. There is a predefined set of error detail types
- # in the package `google.rpc` that can be used for common error conditions.
- #
- # # Language mapping
- #
- # The `Status` message is the logical representation of the error model, but it
- # is not necessarily the actual wire format. When the `Status` message is
- # exposed in different client libraries and different wire protocols, it can be
- # mapped differently. For example, it will likely be mapped to some exceptions
- # in Java, but more likely mapped to some error codes in C.
- #
- # # Other uses
- #
- # The error model and the `Status` message can be used in a variety of
- # environments, either with or without APIs, to provide a
- # consistent developer experience across different environments.
- #
- # Example uses of this error model include:
- #
- # - Partial errors. If a service needs to return partial errors to the client,
- # it may embed the `Status` in the normal response to indicate the partial
- # errors.
- #
- # - Workflow errors. A typical workflow has multiple steps. Each step may
- # have a `Status` message for error reporting.
- #
- # - Batch operations. If a client uses batch request and batch response, the
- # `Status` message should be used directly inside batch response, one for
- # each error sub-response.
- #
- # - Asynchronous operations. If an API call embeds asynchronous operation
- # results in its response, the status of those operations should be
- # represented directly using the `Status` message.
- #
- # - Logging. If some API errors are stored in logs, the message `Status` could
- # be used directly after any stripping needed for security/privacy reasons.
+ # You can find out more about this error model and how to work with it in the
+ # [API Design Guide](https://cloud.google.com/apis/design/errors).
"message": "A String", # 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.
"code": 42, # The status code, which should be an enum value of google.rpc.Code.
- "details": [ # A list of messages that carry the error details. There will be a
- # common set of message types for APIs to use.
+ "details": [ # A list of messages that carry the error details. There is a common set of
+ # message types for APIs to use.
{
"a_key": "", # Properties of the object. Contains field @type with type URL.
},
],
},
- "done": True or False, # If the value is `false`, it means the operation is still in progress.
- # If true, the operation is completed, and either `error` or `response` is
- # available.
- "response": { # If importing ReadGroupSets, an ImportReadGroupSetsResponse is returned. If importing Variants, an ImportVariantsResponse is returned. For pipelines and exports, an empty response is returned.
- "a_key": "", # Properties of the object. Contains field @type with type URL.
- },
- "name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. For example: `operations/CJHU7Oi_ChDrveSpBRjfuL-qzoWAgEw`
}</pre>
</div>