Skip to content

Commit

Permalink
feat: Automated regeneration of dns v1 client
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Dec 4, 2020
1 parent be68501 commit cee83c5
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions api_names_out.yaml
Expand Up @@ -95955,6 +95955,7 @@
"/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/gkeClustersPerPolicy": gke_clusters_per_policy
"/dns:v1/Quota/kind": kind
"/dns:v1/Quota/managedZones": managed_zones
"/dns:v1/Quota/managedZonesPerNetwork": managed_zones_per_network
Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/dns_v1.rb
Expand Up @@ -25,7 +25,7 @@ module Apis
# @see https://cloud.google.com/dns/docs
module DnsV1
VERSION = 'V1'
REVISION = '20201013'
REVISION = '20201116'

# View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
Expand Down
6 changes: 6 additions & 0 deletions generated/google/apis/dns_v1/classes.rb
Expand Up @@ -1208,6 +1208,11 @@ class Quota
# @return [Fixnum]
attr_accessor :dns_keys_per_managed_zone

# Maximum allowed number of GKE clusters per policy.
# Corresponds to the JSON property `gkeClustersPerPolicy`
# @return [Fixnum]
attr_accessor :gke_clusters_per_policy

#
# Corresponds to the JSON property `kind`
# @return [String]
Expand Down Expand Up @@ -1287,6 +1292,7 @@ def initialize(**args)
# Update properties of this object
def update!(**args)
@dns_keys_per_managed_zone = args[:dns_keys_per_managed_zone] if args.key?(:dns_keys_per_managed_zone)
@gke_clusters_per_policy = args[:gke_clusters_per_policy] if args.key?(:gke_clusters_per_policy)
@kind = args[:kind] if args.key?(:kind)
@managed_zones = args[:managed_zones] if args.key?(:managed_zones)
@managed_zones_per_network = args[:managed_zones_per_network] if args.key?(:managed_zones_per_network)
Expand Down
1 change: 1 addition & 0 deletions generated/google/apis/dns_v1/representations.rb
Expand Up @@ -565,6 +565,7 @@ class Quota
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :dns_keys_per_managed_zone, as: 'dnsKeysPerManagedZone'
property :gke_clusters_per_policy, as: 'gkeClustersPerPolicy'
property :kind, as: 'kind'
property :managed_zones, as: 'managedZones'
property :managed_zones_per_network, as: 'managedZonesPerNetwork'
Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/dns_v1/synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
"sha": "cb0c5bf94e2b1c915107eec83041d4409c900155"
"sha": "be6850161c57715f479f158662bb4c3e385e44cc"
}
}
]
Expand Down

0 comments on commit cee83c5

Please sign in to comment.