feat: Automated regeneration of dns v1beta2 client
This commit is contained in:
parent
2112818b4a
commit
7de2cdda61
|
@ -22,10 +22,10 @@ module Google
|
|||
#
|
||||
#
|
||||
#
|
||||
# @see http://developers.google.com/cloud-dns
|
||||
# @see https://cloud.google.com/dns/docs
|
||||
module DnsV1beta2
|
||||
VERSION = 'V1beta2'
|
||||
REVISION = '20201003'
|
||||
REVISION = '20201013'
|
||||
|
||||
# View and manage your data across Google Cloud Platform services
|
||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||
|
|
|
@ -1610,7 +1610,7 @@ module Google
|
|||
# @return [Google::Apis::DnsV1beta2::ResponseHeader]
|
||||
attr_accessor :header
|
||||
|
||||
# Type of resource.
|
||||
#
|
||||
# Corresponds to the JSON property `kind`
|
||||
# @return [String]
|
||||
attr_accessor :kind
|
||||
|
|
|
@ -30,7 +30,7 @@ module Google
|
|||
# Dns = Google::Apis::DnsV1beta2 # 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