Autogenerated update (2019-08-25)
Update: - doubleclicksearch_v2 - tpu_v1
This commit is contained in:
parent
46bdba97bf
commit
328d1f6eab
|
@ -18,7 +18,7 @@ require 'google/apis/doubleclicksearch_v2/representations.rb'
|
|||
|
||||
module Google
|
||||
module Apis
|
||||
# DoubleClick Search API
|
||||
# Search Ads 360 API
|
||||
#
|
||||
# Reports and modifies your advertising data in DoubleClick Search (for example,
|
||||
# campaigns, ad groups, keywords, and conversions).
|
||||
|
@ -26,7 +26,7 @@ module Google
|
|||
# @see https://developers.google.com/doubleclick-search/
|
||||
module DoubleclicksearchV2
|
||||
VERSION = 'V2'
|
||||
REVISION = '20181030'
|
||||
REVISION = '20190821'
|
||||
|
||||
# View and manage your advertising data in DoubleClick Search
|
||||
AUTH_DOUBLECLICKSEARCH = 'https://www.googleapis.com/auth/doubleclicksearch'
|
||||
|
|
|
@ -392,7 +392,7 @@ module Google
|
|||
include Google::Apis::Core::Hashable
|
||||
|
||||
# Asynchronous report only. Contains a list of generated report files once the
|
||||
# report has succesfully completed.
|
||||
# report has successfully completed.
|
||||
# Corresponds to the JSON property `files`
|
||||
# @return [Array<Google::Apis::DoubleclicksearchV2::Report::File>]
|
||||
attr_accessor :files
|
||||
|
|
|
@ -20,7 +20,7 @@ require 'google/apis/errors'
|
|||
module Google
|
||||
module Apis
|
||||
module DoubleclicksearchV2
|
||||
# DoubleClick Search API
|
||||
# Search Ads 360 API
|
||||
#
|
||||
# Reports and modifies your advertising data in DoubleClick Search (for example,
|
||||
# campaigns, ad groups, keywords, and conversions).
|
||||
|
|
|
@ -25,7 +25,7 @@ module Google
|
|||
# @see https://cloud.google.com/tpu/
|
||||
module TpuV1
|
||||
VERSION = 'V1'
|
||||
REVISION = '20190619'
|
||||
REVISION = '20190821'
|
||||
|
||||
# View and manage your data across Google Cloud Platform services
|
||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||
|
|
|
@ -80,6 +80,11 @@ module Google
|
|||
# @return [String]
|
||||
attr_accessor :next_page_token
|
||||
|
||||
# Locations that could not be reached.
|
||||
# Corresponds to the JSON property `unreachable`
|
||||
# @return [Array<String>]
|
||||
attr_accessor :unreachable
|
||||
|
||||
def initialize(**args)
|
||||
update!(**args)
|
||||
end
|
||||
|
@ -88,6 +93,7 @@ module Google
|
|||
def update!(**args)
|
||||
@accelerator_types = args[:accelerator_types] if args.key?(:accelerator_types)
|
||||
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
||||
@unreachable = args[:unreachable] if args.key?(:unreachable)
|
||||
end
|
||||
end
|
||||
|
||||
|
@ -186,6 +192,11 @@ module Google
|
|||
# @return [Array<Google::Apis::TpuV1::TensorFlowVersion>]
|
||||
attr_accessor :tensorflow_versions
|
||||
|
||||
# Locations that could not be reached.
|
||||
# Corresponds to the JSON property `unreachable`
|
||||
# @return [Array<String>]
|
||||
attr_accessor :unreachable
|
||||
|
||||
def initialize(**args)
|
||||
update!(**args)
|
||||
end
|
||||
|
@ -194,6 +205,7 @@ module Google
|
|||
def update!(**args)
|
||||
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
||||
@tensorflow_versions = args[:tensorflow_versions] if args.key?(:tensorflow_versions)
|
||||
@unreachable = args[:unreachable] if args.key?(:unreachable)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
@ -150,6 +150,7 @@ module Google
|
|||
collection :accelerator_types, as: 'acceleratorTypes', class: Google::Apis::TpuV1::AcceleratorType, decorator: Google::Apis::TpuV1::AcceleratorType::Representation
|
||||
|
||||
property :next_page_token, as: 'nextPageToken'
|
||||
collection :unreachable, as: 'unreachable'
|
||||
end
|
||||
end
|
||||
|
||||
|
@ -187,6 +188,7 @@ module Google
|
|||
property :next_page_token, as: 'nextPageToken'
|
||||
collection :tensorflow_versions, as: 'tensorflowVersions', class: Google::Apis::TpuV1::TensorFlowVersion, decorator: Google::Apis::TpuV1::TensorFlowVersion::Representation
|
||||
|
||||
collection :unreachable, as: 'unreachable'
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue