Autogenerated update (2019-09-18)

Update:
- doubleclickbidmanager_v1
- securitycenter_v1
- testing_v1
This commit is contained in:
Google APIs 2019-09-18 00:37:20 +00:00
parent 9afae883fa
commit 66ce8f6567
6 changed files with 14 additions and 57 deletions

View File

@ -1186,24 +1186,6 @@ module Google
# @return [Array<Google::Apis::DataflowV1b3::WorkerPool>] # @return [Array<Google::Apis::DataflowV1b3::WorkerPool>]
attr_accessor :worker_pools attr_accessor :worker_pools
# The Compute Engine region
# (https://cloud.google.com/compute/docs/regions-zones/regions-zones) in
# which worker processing should occur, e.g. "us-west1". Mutually exclusive
# with worker_zone. If neither worker_region nor worker_zone is specified,
# default to the control plane's region.
# Corresponds to the JSON property `workerRegion`
# @return [String]
attr_accessor :worker_region
# The Compute Engine zone
# (https://cloud.google.com/compute/docs/regions-zones/regions-zones) in
# which worker processing should occur, e.g. "us-west1-a". Mutually exclusive
# with worker_region. If neither worker_region nor worker_zone is specified,
# a zone in the control plane's region is chosen based on available capacity.
# Corresponds to the JSON property `workerZone`
# @return [String]
attr_accessor :worker_zone
def initialize(**args) def initialize(**args)
update!(**args) update!(**args)
end end
@ -1222,8 +1204,6 @@ module Google
@user_agent = args[:user_agent] if args.key?(:user_agent) @user_agent = args[:user_agent] if args.key?(:user_agent)
@version = args[:version] if args.key?(:version) @version = args[:version] if args.key?(:version)
@worker_pools = args[:worker_pools] if args.key?(:worker_pools) @worker_pools = args[:worker_pools] if args.key?(:worker_pools)
@worker_region = args[:worker_region] if args.key?(:worker_region)
@worker_zone = args[:worker_zone] if args.key?(:worker_zone)
end end
end end
@ -3333,11 +3313,6 @@ module Google
attr_accessor :bypass_temp_dir_validation attr_accessor :bypass_temp_dir_validation
alias_method :bypass_temp_dir_validation?, :bypass_temp_dir_validation alias_method :bypass_temp_dir_validation?, :bypass_temp_dir_validation
# Configuration for VM IPs.
# Corresponds to the JSON property `ipConfiguration`
# @return [String]
attr_accessor :ip_configuration
# Optional. Name for the Cloud KMS key for the job. # Optional. Name for the Cloud KMS key for the job.
# Key format is: # Key format is:
# projects/<project>/locations/<location>/keyRings/<keyring>/cryptoKeys/<key> # projects/<project>/locations/<location>/keyRings/<keyring>/cryptoKeys/<key>
@ -3385,29 +3360,17 @@ module Google
# @return [String] # @return [String]
attr_accessor :temp_location attr_accessor :temp_location
# The Compute Engine region # Optional. Specifies whether worker pools should be started with private IP
# (https://cloud.google.com/compute/docs/regions-zones/regions-zones) in # addresses.
# which worker processing should occur, e.g. "us-west1". Mutually exclusive # False by default.
# with worker_zone. If neither worker_region nor worker_zone is specified, # Corresponds to the JSON property `usePrivateIps`
# default to the control plane's region. # @return [Boolean]
# Corresponds to the JSON property `workerRegion` attr_accessor :use_private_ips
# @return [String] alias_method :use_private_ips?, :use_private_ips
attr_accessor :worker_region
# The Compute Engine zone
# (https://cloud.google.com/compute/docs/regions-zones/regions-zones) in
# which worker processing should occur, e.g. "us-west1-a". Mutually exclusive
# with worker_region. If neither worker_region nor worker_zone is specified,
# a zone in the control plane's region is chosen based on available capacity.
# If both `worker_zone` and `zone` are set, `worker_zone` takes precedence.
# Corresponds to the JSON property `workerZone`
# @return [String]
attr_accessor :worker_zone
# The Compute Engine [availability # The Compute Engine [availability
# zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones) # zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones)
# for launching worker instances to run your pipeline. # for launching worker instances to run your pipeline.
# In the future, worker_zone will take precedence.
# Corresponds to the JSON property `zone` # Corresponds to the JSON property `zone`
# @return [String] # @return [String]
attr_accessor :zone attr_accessor :zone
@ -3421,7 +3384,6 @@ module Google
@additional_experiments = args[:additional_experiments] if args.key?(:additional_experiments) @additional_experiments = args[:additional_experiments] if args.key?(:additional_experiments)
@additional_user_labels = args[:additional_user_labels] if args.key?(:additional_user_labels) @additional_user_labels = args[:additional_user_labels] if args.key?(:additional_user_labels)
@bypass_temp_dir_validation = args[:bypass_temp_dir_validation] if args.key?(:bypass_temp_dir_validation) @bypass_temp_dir_validation = args[:bypass_temp_dir_validation] if args.key?(:bypass_temp_dir_validation)
@ip_configuration = args[:ip_configuration] if args.key?(:ip_configuration)
@kms_key_name = args[:kms_key_name] if args.key?(:kms_key_name) @kms_key_name = args[:kms_key_name] if args.key?(:kms_key_name)
@machine_type = args[:machine_type] if args.key?(:machine_type) @machine_type = args[:machine_type] if args.key?(:machine_type)
@max_workers = args[:max_workers] if args.key?(:max_workers) @max_workers = args[:max_workers] if args.key?(:max_workers)
@ -3430,8 +3392,7 @@ module Google
@service_account_email = args[:service_account_email] if args.key?(:service_account_email) @service_account_email = args[:service_account_email] if args.key?(:service_account_email)
@subnetwork = args[:subnetwork] if args.key?(:subnetwork) @subnetwork = args[:subnetwork] if args.key?(:subnetwork)
@temp_location = args[:temp_location] if args.key?(:temp_location) @temp_location = args[:temp_location] if args.key?(:temp_location)
@worker_region = args[:worker_region] if args.key?(:worker_region) @use_private_ips = args[:use_private_ips] if args.key?(:use_private_ips)
@worker_zone = args[:worker_zone] if args.key?(:worker_zone)
@zone = args[:zone] if args.key?(:zone) @zone = args[:zone] if args.key?(:zone)
end end
end end

View File

@ -1156,8 +1156,6 @@ module Google
hash :version, as: 'version' hash :version, as: 'version'
collection :worker_pools, as: 'workerPools', class: Google::Apis::DataflowV1b3::WorkerPool, decorator: Google::Apis::DataflowV1b3::WorkerPool::Representation collection :worker_pools, as: 'workerPools', class: Google::Apis::DataflowV1b3::WorkerPool, decorator: Google::Apis::DataflowV1b3::WorkerPool::Representation
property :worker_region, as: 'workerRegion'
property :worker_zone, as: 'workerZone'
end end
end end
@ -1736,7 +1734,6 @@ module Google
collection :additional_experiments, as: 'additionalExperiments' collection :additional_experiments, as: 'additionalExperiments'
hash :additional_user_labels, as: 'additionalUserLabels' hash :additional_user_labels, as: 'additionalUserLabels'
property :bypass_temp_dir_validation, as: 'bypassTempDirValidation' property :bypass_temp_dir_validation, as: 'bypassTempDirValidation'
property :ip_configuration, as: 'ipConfiguration'
property :kms_key_name, as: 'kmsKeyName' property :kms_key_name, as: 'kmsKeyName'
property :machine_type, as: 'machineType' property :machine_type, as: 'machineType'
property :max_workers, as: 'maxWorkers' property :max_workers, as: 'maxWorkers'
@ -1745,8 +1742,7 @@ module Google
property :service_account_email, as: 'serviceAccountEmail' property :service_account_email, as: 'serviceAccountEmail'
property :subnetwork, as: 'subnetwork' property :subnetwork, as: 'subnetwork'
property :temp_location, as: 'tempLocation' property :temp_location, as: 'tempLocation'
property :worker_region, as: 'workerRegion' property :use_private_ips, as: 'usePrivateIps'
property :worker_zone, as: 'workerZone'
property :zone, as: 'zone' property :zone, as: 'zone'
end end
end end

View File

@ -25,7 +25,7 @@ module Google
# @see https://developers.google.com/bid-manager/ # @see https://developers.google.com/bid-manager/
module DoubleclickbidmanagerV1 module DoubleclickbidmanagerV1
VERSION = 'V1' VERSION = 'V1'
REVISION = '20190807' REVISION = '20190917'
# View and manage your reports in DoubleClick Bid Manager # View and manage your reports in DoubleClick Bid Manager
AUTH_DOUBLECLICKBIDMANAGER = 'https://www.googleapis.com/auth/doubleclickbidmanager' AUTH_DOUBLECLICKBIDMANAGER = 'https://www.googleapis.com/auth/doubleclickbidmanager'

View File

@ -26,7 +26,7 @@ module Google
# @see https://console.cloud.google.com/apis/api/securitycenter.googleapis.com/overview # @see https://console.cloud.google.com/apis/api/securitycenter.googleapis.com/overview
module SecuritycenterV1 module SecuritycenterV1
VERSION = 'V1' VERSION = 'V1'
REVISION = '20190906' REVISION = '20190913'
# 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'

View File

@ -602,7 +602,7 @@ module Google
# "create_time = 1560208038000" # "create_time = 1560208038000"
# * iam_policy.policy_blob: `=`, `:` # * iam_policy.policy_blob: `=`, `:`
# * resource_properties: `=`, `:`, `>`, `<`, `>=`, `<=` # * resource_properties: `=`, `:`, `>`, `<`, `>=`, `<=`
# * security_marks: `=`, `:` # * security_marks.marks: `=`, `:`
# * security_center_properties.resource_name: `=`, `:` # * security_center_properties.resource_name: `=`, `:`
# * security_center_properties.resource_type: `=`, `:` # * security_center_properties.resource_type: `=`, `:`
# * security_center_properties.resource_parent: `=`, `:` # * security_center_properties.resource_parent: `=`, `:`
@ -762,7 +762,7 @@ module Google
# Examples: # Examples:
# "event_time = \"2019-06-10T16:07:18-07:00\"" # "event_time = \"2019-06-10T16:07:18-07:00\""
# "event_time = 1560208038000" # "event_time = 1560208038000"
# * security_marks: `=`, `:` # * security_marks.marks: `=`, `:`
# * source_properties: `=`, `:`, `>`, `<`, `>=`, `<=` # * source_properties: `=`, `:`, `>`, `<`, `>=`, `<=`
# For example, `source_properties.size = 100` is a valid filter string. # For example, `source_properties.size = 100` is a valid filter string.
# Corresponds to the JSON property `filter` # Corresponds to the JSON property `filter`

View File

@ -26,7 +26,7 @@ module Google
# @see https://developers.google.com/cloud-test-lab/ # @see https://developers.google.com/cloud-test-lab/
module TestingV1 module TestingV1
VERSION = 'V1' VERSION = 'V1'
REVISION = '20190905' REVISION = '20190915'
# 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'