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 Google
|
||||||
module Apis
|
module Apis
|
||||||
# DoubleClick Search API
|
# Search Ads 360 API
|
||||||
#
|
#
|
||||||
# Reports and modifies your advertising data in DoubleClick Search (for example,
|
# Reports and modifies your advertising data in DoubleClick Search (for example,
|
||||||
# campaigns, ad groups, keywords, and conversions).
|
# campaigns, ad groups, keywords, and conversions).
|
||||||
|
@ -26,7 +26,7 @@ module Google
|
||||||
# @see https://developers.google.com/doubleclick-search/
|
# @see https://developers.google.com/doubleclick-search/
|
||||||
module DoubleclicksearchV2
|
module DoubleclicksearchV2
|
||||||
VERSION = 'V2'
|
VERSION = 'V2'
|
||||||
REVISION = '20181030'
|
REVISION = '20190821'
|
||||||
|
|
||||||
# View and manage your advertising data in DoubleClick Search
|
# View and manage your advertising data in DoubleClick Search
|
||||||
AUTH_DOUBLECLICKSEARCH = 'https://www.googleapis.com/auth/doubleclicksearch'
|
AUTH_DOUBLECLICKSEARCH = 'https://www.googleapis.com/auth/doubleclicksearch'
|
||||||
|
|
|
@ -392,7 +392,7 @@ module Google
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
# Asynchronous report only. Contains a list of generated report files once the
|
# 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`
|
# Corresponds to the JSON property `files`
|
||||||
# @return [Array<Google::Apis::DoubleclicksearchV2::Report::File>]
|
# @return [Array<Google::Apis::DoubleclicksearchV2::Report::File>]
|
||||||
attr_accessor :files
|
attr_accessor :files
|
||||||
|
|
|
@ -20,7 +20,7 @@ require 'google/apis/errors'
|
||||||
module Google
|
module Google
|
||||||
module Apis
|
module Apis
|
||||||
module DoubleclicksearchV2
|
module DoubleclicksearchV2
|
||||||
# DoubleClick Search API
|
# Search Ads 360 API
|
||||||
#
|
#
|
||||||
# Reports and modifies your advertising data in DoubleClick Search (for example,
|
# Reports and modifies your advertising data in DoubleClick Search (for example,
|
||||||
# campaigns, ad groups, keywords, and conversions).
|
# campaigns, ad groups, keywords, and conversions).
|
||||||
|
|
|
@ -25,7 +25,7 @@ module Google
|
||||||
# @see https://cloud.google.com/tpu/
|
# @see https://cloud.google.com/tpu/
|
||||||
module TpuV1
|
module TpuV1
|
||||||
VERSION = 'V1'
|
VERSION = 'V1'
|
||||||
REVISION = '20190619'
|
REVISION = '20190821'
|
||||||
|
|
||||||
# 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'
|
||||||
|
|
|
@ -80,6 +80,11 @@ module Google
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :next_page_token
|
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)
|
def initialize(**args)
|
||||||
update!(**args)
|
update!(**args)
|
||||||
end
|
end
|
||||||
|
@ -88,6 +93,7 @@ module Google
|
||||||
def update!(**args)
|
def update!(**args)
|
||||||
@accelerator_types = args[:accelerator_types] if args.key?(:accelerator_types)
|
@accelerator_types = args[:accelerator_types] if args.key?(:accelerator_types)
|
||||||
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
||||||
|
@unreachable = args[:unreachable] if args.key?(:unreachable)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -186,6 +192,11 @@ module Google
|
||||||
# @return [Array<Google::Apis::TpuV1::TensorFlowVersion>]
|
# @return [Array<Google::Apis::TpuV1::TensorFlowVersion>]
|
||||||
attr_accessor :tensorflow_versions
|
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)
|
def initialize(**args)
|
||||||
update!(**args)
|
update!(**args)
|
||||||
end
|
end
|
||||||
|
@ -194,6 +205,7 @@ module Google
|
||||||
def update!(**args)
|
def update!(**args)
|
||||||
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
||||||
@tensorflow_versions = args[:tensorflow_versions] if args.key?(:tensorflow_versions)
|
@tensorflow_versions = args[:tensorflow_versions] if args.key?(:tensorflow_versions)
|
||||||
|
@unreachable = args[:unreachable] if args.key?(:unreachable)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -150,6 +150,7 @@ module Google
|
||||||
collection :accelerator_types, as: 'acceleratorTypes', class: Google::Apis::TpuV1::AcceleratorType, decorator: Google::Apis::TpuV1::AcceleratorType::Representation
|
collection :accelerator_types, as: 'acceleratorTypes', class: Google::Apis::TpuV1::AcceleratorType, decorator: Google::Apis::TpuV1::AcceleratorType::Representation
|
||||||
|
|
||||||
property :next_page_token, as: 'nextPageToken'
|
property :next_page_token, as: 'nextPageToken'
|
||||||
|
collection :unreachable, as: 'unreachable'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -187,6 +188,7 @@ module Google
|
||||||
property :next_page_token, as: 'nextPageToken'
|
property :next_page_token, as: 'nextPageToken'
|
||||||
collection :tensorflow_versions, as: 'tensorflowVersions', class: Google::Apis::TpuV1::TensorFlowVersion, decorator: Google::Apis::TpuV1::TensorFlowVersion::Representation
|
collection :tensorflow_versions, as: 'tensorflowVersions', class: Google::Apis::TpuV1::TensorFlowVersion, decorator: Google::Apis::TpuV1::TensorFlowVersion::Representation
|
||||||
|
|
||||||
|
collection :unreachable, as: 'unreachable'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue