Autogenerated update (2018-04-24)

Update:
- abusiveexperiencereport_v1
- adexperiencereport_v1
- dns_v1
- dns_v1beta2
- dns_v2beta1
- script_v1
This commit is contained in:
Google APIs 2018-04-24 00:36:39 +00:00
parent b66a54c2de
commit 034d3a3682
18 changed files with 42 additions and 13 deletions

View File

@ -49622,6 +49622,7 @@
"/dns:v1/Project/number": number
"/dns:v1/Project/quota": quota
"/dns:v1/Quota": quota
"/dns:v1/Quota/blackHoleHidesSystemZones": black_hole_hides_system_zones
"/dns:v1/Quota/dnsKeysPerManagedZone": dns_keys_per_managed_zone
"/dns:v1/Quota/kind": kind
"/dns:v1/Quota/managedZones": managed_zones
@ -49823,6 +49824,7 @@
"/dns:v1beta2/Project/number": number
"/dns:v1beta2/Project/quota": quota
"/dns:v1beta2/Quota": quota
"/dns:v1beta2/Quota/blackHoleHidesSystemZones": black_hole_hides_system_zones
"/dns:v1beta2/Quota/dnsKeysPerManagedZone": dns_keys_per_managed_zone
"/dns:v1beta2/Quota/kind": kind
"/dns:v1beta2/Quota/managedZones": managed_zones
@ -50024,6 +50026,7 @@
"/dns:v2beta1/Project/number": number
"/dns:v2beta1/Project/quota": quota
"/dns:v2beta1/Quota": quota
"/dns:v2beta1/Quota/blackHoleHidesSystemZones": black_hole_hides_system_zones
"/dns:v2beta1/Quota/dnsKeysPerManagedZone": dns_keys_per_managed_zone
"/dns:v2beta1/Quota/kind": kind
"/dns:v2beta1/Quota/managedZones": managed_zones

View File

@ -18,7 +18,7 @@ require 'google/apis/abusiveexperiencereport_v1/representations.rb'
module Google
module Apis
# Google Abusive Experience Report API
# Abusive Experience Report API
#
# View Abusive Experience Report data, and get a list of sites that have a
# significant number of abusive experiences.
@ -26,7 +26,7 @@ module Google
# @see https://developers.google.com/abusive-experience-report/
module AbusiveexperiencereportV1
VERSION = 'V1'
REVISION = '20171129'
REVISION = '20180419'
# Test scope for access to the Zoo service
AUTH_XAPI_ZOO = 'https://www.googleapis.com/auth/xapi.zoo'

View File

@ -23,6 +23,7 @@ module Google
module AbusiveexperiencereportV1
# Response message for GetSiteSummary.
# Do not confuse with same message in google.ads.experiencereport.v1
class SiteSummaryResponse
include Google::Apis::Core::Hashable

View File

@ -20,7 +20,7 @@ require 'google/apis/errors'
module Google
module Apis
module AbusiveexperiencereportV1
# Google Abusive Experience Report API
# Abusive Experience Report API
#
# View Abusive Experience Report data, and get a list of sites that have a
# significant number of abusive experiences.

View File

@ -18,7 +18,7 @@ require 'google/apis/adexperiencereport_v1/representations.rb'
module Google
module Apis
# Google Ad Experience Report API
# Ad Experience Report API
#
# View Ad Experience Report data, and get a list of sites that have a
# significant number of annoying ads.
@ -26,7 +26,7 @@ module Google
# @see https://developers.google.com/ad-experience-report/
module AdexperiencereportV1
VERSION = 'V1'
REVISION = '20170918'
REVISION = '20180420'
# Test scope for access to the Zoo service
AUTH_XAPI_ZOO = 'https://www.googleapis.com/auth/xapi.zoo'

View File

@ -79,6 +79,7 @@ module Google
end
# Response message for GetSiteSummary.
# Do not confuse with same message in google.chrome.abusiveexperiencereport.v1
class SiteSummaryResponse
include Google::Apis::Core::Hashable

View File

@ -20,7 +20,7 @@ require 'google/apis/errors'
module Google
module Apis
module AdexperiencereportV1
# Google Ad Experience Report API
# Ad Experience Report API
#
# View Ad Experience Report data, and get a list of sites that have a
# significant number of annoying ads.

View File

@ -25,7 +25,7 @@ module Google
# @see https://developers.google.com/cloud-dns
module DnsV1
VERSION = 'V1'
REVISION = '20180314'
REVISION = '20180417'
# View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'

View File

@ -717,6 +717,12 @@ module Google
class Quota
include Google::Apis::Core::Hashable
# Whether a black hole zone should suppress system zones for this project.
# Corresponds to the JSON property `blackHoleHidesSystemZones`
# @return [Boolean]
attr_accessor :black_hole_hides_system_zones
alias_method :black_hole_hides_system_zones?, :black_hole_hides_system_zones
# Maximum allowed number of DnsKeys per ManagedZone.
# Corresponds to the JSON property `dnsKeysPerManagedZone`
# @return [Fixnum]
@ -769,6 +775,7 @@ module Google
# Update properties of this object
def update!(**args)
@black_hole_hides_system_zones = args[:black_hole_hides_system_zones] if args.key?(:black_hole_hides_system_zones)
@dns_keys_per_managed_zone = args[:dns_keys_per_managed_zone] if args.key?(:dns_keys_per_managed_zone)
@kind = args[:kind] if args.key?(:kind)
@managed_zones = args[:managed_zones] if args.key?(:managed_zones)

View File

@ -307,6 +307,7 @@ module Google
class Quota
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :black_hole_hides_system_zones, as: 'blackHoleHidesSystemZones'
property :dns_keys_per_managed_zone, as: 'dnsKeysPerManagedZone'
property :kind, as: 'kind'
property :managed_zones, as: 'managedZones'

View File

@ -25,7 +25,7 @@ module Google
# @see https://developers.google.com/cloud-dns
module DnsV1beta2
VERSION = 'V1beta2'
REVISION = '20180412'
REVISION = '20180417'
# View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'

View File

@ -717,6 +717,12 @@ module Google
class Quota
include Google::Apis::Core::Hashable
# Whether a black hole zone should suppress system zones for this project.
# Corresponds to the JSON property `blackHoleHidesSystemZones`
# @return [Boolean]
attr_accessor :black_hole_hides_system_zones
alias_method :black_hole_hides_system_zones?, :black_hole_hides_system_zones
# Maximum allowed number of DnsKeys per ManagedZone.
# Corresponds to the JSON property `dnsKeysPerManagedZone`
# @return [Fixnum]
@ -769,6 +775,7 @@ module Google
# Update properties of this object
def update!(**args)
@black_hole_hides_system_zones = args[:black_hole_hides_system_zones] if args.key?(:black_hole_hides_system_zones)
@dns_keys_per_managed_zone = args[:dns_keys_per_managed_zone] if args.key?(:dns_keys_per_managed_zone)
@kind = args[:kind] if args.key?(:kind)
@managed_zones = args[:managed_zones] if args.key?(:managed_zones)

View File

@ -307,6 +307,7 @@ module Google
class Quota
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :black_hole_hides_system_zones, as: 'blackHoleHidesSystemZones'
property :dns_keys_per_managed_zone, as: 'dnsKeysPerManagedZone'
property :kind, as: 'kind'
property :managed_zones, as: 'managedZones'

View File

@ -25,7 +25,7 @@ module Google
# @see https://developers.google.com/cloud-dns
module DnsV2beta1
VERSION = 'V2beta1'
REVISION = '20180314'
REVISION = '20180417'
# View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'

View File

@ -717,6 +717,12 @@ module Google
class Quota
include Google::Apis::Core::Hashable
# Whether a black hole zone should suppress system zones for this project.
# Corresponds to the JSON property `blackHoleHidesSystemZones`
# @return [Boolean]
attr_accessor :black_hole_hides_system_zones
alias_method :black_hole_hides_system_zones?, :black_hole_hides_system_zones
# Maximum allowed number of DnsKeys per ManagedZone.
# Corresponds to the JSON property `dnsKeysPerManagedZone`
# @return [Fixnum]
@ -769,6 +775,7 @@ module Google
# Update properties of this object
def update!(**args)
@black_hole_hides_system_zones = args[:black_hole_hides_system_zones] if args.key?(:black_hole_hides_system_zones)
@dns_keys_per_managed_zone = args[:dns_keys_per_managed_zone] if args.key?(:dns_keys_per_managed_zone)
@kind = args[:kind] if args.key?(:kind)
@managed_zones = args[:managed_zones] if args.key?(:managed_zones)

View File

@ -307,6 +307,7 @@ module Google
class Quota
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :black_hole_hides_system_zones, as: 'blackHoleHidesSystemZones'
property :dns_keys_per_managed_zone, as: 'dnsKeysPerManagedZone'
property :kind, as: 'kind'
property :managed_zones, as: 'managedZones'

View File

@ -25,7 +25,7 @@ module Google
# @see https://developers.google.com/apps-script/api/
module ScriptV1
VERSION = 'V1'
REVISION = '20180323'
REVISION = '20180420'
# Read, send, delete, and manage your email
AUTH_SCOPE = 'https://mail.google.com/'

View File

@ -1043,9 +1043,9 @@ module Google
class Status
include Google::Apis::Core::Hashable
# The status code. For this API, this value either: <ul> <li> 3, indicating an `
# INVALID_ARGUMENT` error, or</li> <li> 1, indicating a `CANCELLED` execution.</
# li> </ul>
# The status code. For this API, this value either: <ul> <li> 10, indicating a `
# SCRIPT_TIMEOUT` error,</li> <li> 3, indicating an `INVALID_ARGUMENT` error, or<
# /li> <li> 1, indicating a `CANCELLED` execution.</li> </ul>
# Corresponds to the JSON property `code`
# @return [Fixnum]
attr_accessor :code