Skip to content

Commit

Permalink
Fix minor typos google docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pditommaso committed Jun 22, 2020
1 parent afc4375 commit 48cf002
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/google.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ google.project The Google Project Id to use for
google.region The Google *region* where the computation is executed in Compute Engine VMs. Multiple regions can be provided separating them by a comma. Do not specify if a zone is provided. See `available Compute Engine regions and zones <https://cloud.google.com/compute/docs/regions-zones/>`_
google.zone The Google *zone* where the computation is executed in Compute Engine VMs. Multiple zones can be provided separating them by a comma. Do not specify if a region is provided. See `available Compute Engine regions and zones <https://cloud.google.com/compute/docs/regions-zones/>`_
google.location The Google *location* where the job executions are deployed to Cloud Life Sciences API. See `available Cloud Life Sciences API locations <https://cloud.google.com/life-sciences/docs/concepts/locations>`_ (default: the same as the region or the zone specified).
google.enableRequesterPaysBuckets When ``true`` uses the configured Google project id as the billing project for storage access. This is required when accessing data from *reqester pays enabled* buckets. See `Requester Pays on Google Cloud Storage documentation <https://cloud.google.com/storage/docs/requester-pays>`_ (default: ``false``)
google.lifeSciences.cpuPlatform Set the minimum CPU Platform e.g `'Intel Skylake'` See `Specifying a minimum CPU Platform for VM instances <https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform#specifications>`_ (default: none).
google.enableRequesterPaysBuckets When ``true`` uses the configured Google project id as the billing project for storage access. This is required when accessing data from *requester pays enabled* buckets. See `Requester Pays on Google Cloud Storage documentation <https://cloud.google.com/storage/docs/requester-pays>`_ (default: ``false``)
google.lifeSciences.cpuPlatform Set the minimum CPU Platform e.g. `'Intel Skylake'`. See `Specifying a minimum CPU Platform for VM instances <https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform#specifications>`_ (default: none).
google.lifeSciences.bootDiskSize Set the size of the virtual machine boot disk e.g `50.GB` (default: none).
google.lifeSciences.copyImage The container image run to copy input and output files. It must include the ``gsutil`` tool (default: ``google/cloud-sdk:alpine``).
google.lifeSciences.debug When ``true`` copies the `/google` debug directory in that task bucket directory (default: ``false``)
Expand Down

0 comments on commit 48cf002

Please sign in to comment.