feat: Automated regeneration of dns v1 client
This commit is contained in:
parent
7de2cdda61
commit
46a7be4fa5
|
@ -22,10 +22,10 @@ module Google
|
|||
#
|
||||
#
|
||||
#
|
||||
# @see http://developers.google.com/cloud-dns
|
||||
# @see https://cloud.google.com/dns/docs
|
||||
module DnsV1
|
||||
VERSION = 'V1'
|
||||
REVISION = '20201003'
|
||||
REVISION = '20201013'
|
||||
|
||||
# View and manage your data across Google Cloud Platform services
|
||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||
|
|
|
@ -30,7 +30,7 @@ module Google
|
|||
# Dns = Google::Apis::DnsV1 # Alias the module
|
||||
# service = Dns::DnsService.new
|
||||
#
|
||||
# @see http://developers.google.com/cloud-dns
|
||||
# @see https://cloud.google.com/dns/docs
|
||||
class DnsService < Google::Apis::Core::BaseService
|
||||
# @return [String]
|
||||
# API key. Your API key identifies your project and provides you with API access,
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"git": {
|
||||
"name": ".",
|
||||
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
|
||||
"sha": "c98c719bbab68d0890524d53f8b629d7858af9c2"
|
||||
"sha": "cb0c5bf94e2b1c915107eec83041d4409c900155"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue