Autogenerated update (2018-02-28)
Update: - cloudkms_v1 - iam_v1 - toolresults_v1beta3
This commit is contained in:
parent
a0d83a8de0
commit
a34b1fcf52
|
@ -26,7 +26,7 @@ module Google
|
|||
# @see https://cloud.google.com/kms/
|
||||
module CloudkmsV1
|
||||
VERSION = 'V1'
|
||||
REVISION = '20180205'
|
||||
REVISION = '20180223'
|
||||
|
||||
# View and manage your data across Google Cloud Platform services
|
||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||
|
|
|
@ -27,7 +27,7 @@ module Google
|
|||
# @see https://cloud.google.com/iam/
|
||||
module IamV1
|
||||
VERSION = 'V1'
|
||||
REVISION = '20180202'
|
||||
REVISION = '20180223'
|
||||
|
||||
# View and manage your data across Google Cloud Platform services
|
||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||
|
|
|
@ -930,7 +930,7 @@ module Google
|
|||
# The private key data. Only provided in `CreateServiceAccountKey`
|
||||
# responses. Make sure to keep the private key data secure because it
|
||||
# allows for the assertion of the service account identity.
|
||||
# When decoded, the private key data can be used to authenticate with
|
||||
# When base64 decoded, the private key data can be used to authenticate with
|
||||
# Google API client libraries and with
|
||||
# <a href="/sdk/gcloud/reference/auth/activate-service-account">gcloud
|
||||
# auth activate-service-account</a>.
|
||||
|
|
|
@ -25,7 +25,7 @@ module Google
|
|||
# @see https://firebase.google.com/docs/test-lab/
|
||||
module ToolresultsV1beta3
|
||||
VERSION = 'V1beta3'
|
||||
REVISION = '20171211'
|
||||
REVISION = '20180226'
|
||||
|
||||
# View and manage your data across Google Cloud Platform services
|
||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||
|
|
|
@ -1147,7 +1147,7 @@ module Google
|
|||
class ListScreenshotClustersResponse
|
||||
include Google::Apis::Core::Hashable
|
||||
|
||||
# The set of clustres associated with an execution Always set
|
||||
# The set of clusters associated with an execution Always set
|
||||
# Corresponds to the JSON property `clusters`
|
||||
# @return [Array<Google::Apis::ToolresultsV1beta3::ScreenshotCluster>]
|
||||
attr_accessor :clusters
|
||||
|
|
Loading…
Reference in New Issue