Autogenerated update (2019-03-03)
Update: - bigquerydatatransfer_v1 - cloudresourcemanager_v2 - cloudresourcemanager_v2beta1 - testing_v1
This commit is contained in:
parent
a99c86d6fa
commit
ea320d4cbe
|
@ -20,13 +20,13 @@ module Google
|
|||
module Apis
|
||||
# BigQuery Data Transfer API
|
||||
#
|
||||
# Transfers data from partner SaaS applications to Google BigQuery on a
|
||||
# scheduled, managed basis.
|
||||
# Schedule queries or transfer external data from SaaS applications to Google
|
||||
# BigQuery on a regular basis.
|
||||
#
|
||||
# @see https://cloud.google.com/bigquery/
|
||||
module BigquerydatatransferV1
|
||||
VERSION = 'V1'
|
||||
REVISION = '20190212'
|
||||
REVISION = '20190223'
|
||||
|
||||
# View and manage your data in Google BigQuery
|
||||
AUTH_BIGQUERY = 'https://www.googleapis.com/auth/bigquery'
|
||||
|
|
|
@ -22,8 +22,8 @@ module Google
|
|||
module BigquerydatatransferV1
|
||||
# BigQuery Data Transfer API
|
||||
#
|
||||
# Transfers data from partner SaaS applications to Google BigQuery on a
|
||||
# scheduled, managed basis.
|
||||
# Schedule queries or transfer external data from SaaS applications to Google
|
||||
# BigQuery on a regular basis.
|
||||
#
|
||||
# @example
|
||||
# require 'google/apis/bigquerydatatransfer_v1'
|
||||
|
|
|
@ -26,7 +26,7 @@ module Google
|
|||
# @see https://cloud.google.com/resource-manager
|
||||
module CloudresourcemanagerV2
|
||||
VERSION = 'V2'
|
||||
REVISION = '20181015'
|
||||
REVISION = '20190227'
|
||||
|
||||
# View and manage your data across Google Cloud Platform services
|
||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||
|
|
|
@ -162,7 +162,7 @@ module Google
|
|||
# account. For example, `my-other-app@appspot.gserviceaccount.com`.
|
||||
# * `group:`emailid``: An email address that represents a Google group.
|
||||
# For example, `admins@example.com`.
|
||||
# * `domain:`domain``: A Google Apps domain name that represents all the
|
||||
# * `domain:`domain``: The G Suite domain (primary) that represents all the
|
||||
# users of that domain. For example, `google.com` or `example.com`.
|
||||
# Corresponds to the JSON property `members`
|
||||
# @return [Array<String>]
|
||||
|
|
|
@ -279,7 +279,7 @@ module Google
|
|||
# be returned - if the failure occurs synchronously then the
|
||||
# FolderOperationError will be returned via the Status.details field
|
||||
# and if it occurs asynchronously then the FolderOperation will be returned
|
||||
# via the the Operation.error field.
|
||||
# via the Operation.error field.
|
||||
# In addition, the Operation.metadata field will be populated with a
|
||||
# FolderOperation message as an aid to stateless clients.
|
||||
# Folder moves will be rejected if they violate either the naming, height
|
||||
|
|
|
@ -26,7 +26,7 @@ module Google
|
|||
# @see https://cloud.google.com/resource-manager
|
||||
module CloudresourcemanagerV2beta1
|
||||
VERSION = 'V2beta1'
|
||||
REVISION = '20181015'
|
||||
REVISION = '20190227'
|
||||
|
||||
# View and manage your data across Google Cloud Platform services
|
||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||
|
|
|
@ -162,7 +162,7 @@ module Google
|
|||
# account. For example, `my-other-app@appspot.gserviceaccount.com`.
|
||||
# * `group:`emailid``: An email address that represents a Google group.
|
||||
# For example, `admins@example.com`.
|
||||
# * `domain:`domain``: A Google Apps domain name that represents all the
|
||||
# * `domain:`domain``: The G Suite domain (primary) that represents all the
|
||||
# users of that domain. For example, `google.com` or `example.com`.
|
||||
# Corresponds to the JSON property `members`
|
||||
# @return [Array<String>]
|
||||
|
|
|
@ -279,7 +279,7 @@ module Google
|
|||
# be returned - if the failure occurs synchronously then the
|
||||
# FolderOperationError will be returned via the Status.details field
|
||||
# and if it occurs asynchronously then the FolderOperation will be returned
|
||||
# via the the Operation.error field.
|
||||
# via the Operation.error field.
|
||||
# In addition, the Operation.metadata field will be populated with a
|
||||
# FolderOperation message as an aid to stateless clients.
|
||||
# Folder moves will be rejected if they violate either the naming, height
|
||||
|
|
|
@ -26,7 +26,7 @@ module Google
|
|||
# @see https://developers.google.com/cloud-test-lab/
|
||||
module TestingV1
|
||||
VERSION = 'V1'
|
||||
REVISION = '20190226'
|
||||
REVISION = '20190301'
|
||||
|
||||
# View and manage your data across Google Cloud Platform services
|
||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||
|
|
|
@ -52,25 +52,25 @@ module Google
|
|||
include Google::Apis::Core::Hashable
|
||||
|
||||
# Required. The id of the Android device to be used.
|
||||
# Use the EnvironmentDiscoveryService to get supported options.
|
||||
# Use the TestEnvironmentDiscoveryService to get supported options.
|
||||
# Corresponds to the JSON property `androidModelId`
|
||||
# @return [String]
|
||||
attr_accessor :android_model_id
|
||||
|
||||
# Required. The id of the Android OS version to be used.
|
||||
# Use the EnvironmentDiscoveryService to get supported options.
|
||||
# Use the TestEnvironmentDiscoveryService to get supported options.
|
||||
# Corresponds to the JSON property `androidVersionId`
|
||||
# @return [String]
|
||||
attr_accessor :android_version_id
|
||||
|
||||
# Required. The locale the test device used for testing.
|
||||
# Use the EnvironmentDiscoveryService to get supported options.
|
||||
# Use the TestEnvironmentDiscoveryService to get supported options.
|
||||
# Corresponds to the JSON property `locale`
|
||||
# @return [String]
|
||||
attr_accessor :locale
|
||||
|
||||
# Required. How the device is oriented during the test.
|
||||
# Use the EnvironmentDiscoveryService to get supported options.
|
||||
# Use the TestEnvironmentDiscoveryService to get supported options.
|
||||
# Corresponds to the JSON property `orientation`
|
||||
# @return [String]
|
||||
attr_accessor :orientation
|
||||
|
@ -238,25 +238,25 @@ module Google
|
|||
include Google::Apis::Core::Hashable
|
||||
|
||||
# Required. The ids of the set of Android device to be used.
|
||||
# Use the EnvironmentDiscoveryService to get supported options.
|
||||
# Use the TestEnvironmentDiscoveryService to get supported options.
|
||||
# Corresponds to the JSON property `androidModelIds`
|
||||
# @return [Array<String>]
|
||||
attr_accessor :android_model_ids
|
||||
|
||||
# Required. The ids of the set of Android OS version to be used.
|
||||
# Use the EnvironmentDiscoveryService to get supported options.
|
||||
# Use the TestEnvironmentDiscoveryService to get supported options.
|
||||
# Corresponds to the JSON property `androidVersionIds`
|
||||
# @return [Array<String>]
|
||||
attr_accessor :android_version_ids
|
||||
|
||||
# Required. The set of locales the test device will enable for testing.
|
||||
# Use the EnvironmentDiscoveryService to get supported options.
|
||||
# Use the TestEnvironmentDiscoveryService to get supported options.
|
||||
# Corresponds to the JSON property `locales`
|
||||
# @return [Array<String>]
|
||||
attr_accessor :locales
|
||||
|
||||
# Required. The set of orientations to test with.
|
||||
# Use the EnvironmentDiscoveryService to get supported options.
|
||||
# Use the TestEnvironmentDiscoveryService to get supported options.
|
||||
# Corresponds to the JSON property `orientations`
|
||||
# @return [Array<String>]
|
||||
attr_accessor :orientations
|
||||
|
@ -1098,25 +1098,25 @@ module Google
|
|||
include Google::Apis::Core::Hashable
|
||||
|
||||
# Required. The id of the iOS device to be used.
|
||||
# Use the EnvironmentDiscoveryService to get supported options.
|
||||
# Use the TestEnvironmentDiscoveryService to get supported options.
|
||||
# Corresponds to the JSON property `iosModelId`
|
||||
# @return [String]
|
||||
attr_accessor :ios_model_id
|
||||
|
||||
# Required. The id of the iOS major software version to be used.
|
||||
# Use the EnvironmentDiscoveryService to get supported options.
|
||||
# Use the TestEnvironmentDiscoveryService to get supported options.
|
||||
# Corresponds to the JSON property `iosVersionId`
|
||||
# @return [String]
|
||||
attr_accessor :ios_version_id
|
||||
|
||||
# Required. The locale the test device used for testing.
|
||||
# Use the EnvironmentDiscoveryService to get supported options.
|
||||
# Use the TestEnvironmentDiscoveryService to get supported options.
|
||||
# Corresponds to the JSON property `locale`
|
||||
# @return [String]
|
||||
attr_accessor :locale
|
||||
|
||||
# Required. How the device is oriented during the test.
|
||||
# Use the EnvironmentDiscoveryService to get supported options.
|
||||
# Use the TestEnvironmentDiscoveryService to get supported options.
|
||||
# Corresponds to the JSON property `orientation`
|
||||
# @return [String]
|
||||
attr_accessor :orientation
|
||||
|
@ -1360,7 +1360,7 @@ module Google
|
|||
attr_accessor :tests_zip
|
||||
|
||||
# The Xcode version that should be used for the test.
|
||||
# Use the EnvironmentDiscoveryService to get supported options.
|
||||
# Use the TestEnvironmentDiscoveryService to get supported options.
|
||||
# Defaults to the latest Xcode version Firebase Test Lab supports.
|
||||
# Corresponds to the JSON property `xcodeVersion`
|
||||
# @return [String]
|
||||
|
|
Loading…
Reference in New Issue