feat: Automated regeneration of dns v1 client

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

View File

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

@ -30,7 +30,7 @@ module Google
# Dns = Google::Apis::DnsV1 # Alias the module # Dns = Google::Apis::DnsV1 # 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"
} }
} }
] ]