Autogenerated update (2019-12-16)
Update: - remotebuildexecution_v1alpha - remotebuildexecution_v2
This commit is contained in:
parent
41987f5722
commit
3d72a3a221
|
@ -25,7 +25,7 @@ module Google
|
||||||
# @see https://cloud.google.com/remote-build-execution/docs/
|
# @see https://cloud.google.com/remote-build-execution/docs/
|
||||||
module RemotebuildexecutionV1alpha
|
module RemotebuildexecutionV1alpha
|
||||||
VERSION = 'V1alpha'
|
VERSION = 'V1alpha'
|
||||||
REVISION = '20191203'
|
REVISION = '20191211'
|
||||||
|
|
||||||
# View and manage your data across Google Cloud Platform services
|
# View and manage your data across Google Cloud Platform services
|
||||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||||
|
|
|
@ -2073,7 +2073,7 @@ module Google
|
||||||
# Required. Disk Type to use for the worker.
|
# Required. Disk Type to use for the worker.
|
||||||
# See [Storage
|
# See [Storage
|
||||||
# options](https://cloud.google.com/compute/docs/disks/#introduction).
|
# options](https://cloud.google.com/compute/docs/disks/#introduction).
|
||||||
# Currently only `pd-standard` is supported.
|
# Currently only `pd-standard` and `pd-ssd` are supported.
|
||||||
# Corresponds to the JSON property `diskType`
|
# Corresponds to the JSON property `diskType`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :disk_type
|
attr_accessor :disk_type
|
||||||
|
|
|
@ -25,7 +25,7 @@ module Google
|
||||||
# @see https://cloud.google.com/remote-build-execution/docs/
|
# @see https://cloud.google.com/remote-build-execution/docs/
|
||||||
module RemotebuildexecutionV2
|
module RemotebuildexecutionV2
|
||||||
VERSION = 'V2'
|
VERSION = 'V2'
|
||||||
REVISION = '20191203'
|
REVISION = '20191211'
|
||||||
|
|
||||||
# View and manage your data across Google Cloud Platform services
|
# View and manage your data across Google Cloud Platform services
|
||||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||||
|
|
|
@ -2770,7 +2770,7 @@ module Google
|
||||||
# Required. Disk Type to use for the worker.
|
# Required. Disk Type to use for the worker.
|
||||||
# See [Storage
|
# See [Storage
|
||||||
# options](https://cloud.google.com/compute/docs/disks/#introduction).
|
# options](https://cloud.google.com/compute/docs/disks/#introduction).
|
||||||
# Currently only `pd-standard` is supported.
|
# Currently only `pd-standard` and `pd-ssd` are supported.
|
||||||
# Corresponds to the JSON property `diskType`
|
# Corresponds to the JSON property `diskType`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :disk_type
|
attr_accessor :disk_type
|
||||||
|
|
Loading…
Reference in New Issue