feat: Automated regeneration of dns v1beta2 client

This commit is contained in:
Yoshi Automation Bot 2020-10-21 11:42:09 -07:00 committed by GitHub
parent 2112818b4a
commit 7de2cdda61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -22,10 +22,10 @@ module Google
# #
# #
# #
# @see http://developers.google.com/cloud-dns # @see https://cloud.google.com/dns/docs
module DnsV1beta2 module DnsV1beta2
VERSION = 'V1beta2' VERSION = 'V1beta2'
REVISION = '20201003' REVISION = '20201013'
# 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

@ -1610,7 +1610,7 @@ module Google
# @return [Google::Apis::DnsV1beta2::ResponseHeader] # @return [Google::Apis::DnsV1beta2::ResponseHeader]
attr_accessor :header attr_accessor :header
# Type of resource. #
# Corresponds to the JSON property `kind` # Corresponds to the JSON property `kind`
# @return [String] # @return [String]
attr_accessor :kind attr_accessor :kind

View File

@ -30,7 +30,7 @@ module Google
# Dns = Google::Apis::DnsV1beta2 # Alias the module # Dns = Google::Apis::DnsV1beta2 # Alias the module
# service = Dns::DnsService.new # service = Dns::DnsService.new
# #
# @see http://developers.google.com/cloud-dns # @see https://cloud.google.com/dns/docs
class DnsService < Google::Apis::Core::BaseService class DnsService < Google::Apis::Core::BaseService
# @return [String] # @return [String]
# API key. Your API key identifies your project and provides you with API access, # API key. Your API key identifies your project and provides you with API access,

View File

@ -4,7 +4,7 @@
"git": { "git": {
"name": ".", "name": ".",
"remote": "https://github.com/googleapis/google-api-ruby-client.git", "remote": "https://github.com/googleapis/google-api-ruby-client.git",
"sha": "c98c719bbab68d0890524d53f8b629d7858af9c2" "sha": "cb0c5bf94e2b1c915107eec83041d4409c900155"
} }
} }
] ]