google-apis-dns_v1beta2 0.24.0 → 0.27.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c7215f40c12e75acdb9142bdf42ab520ba74119b6c7b06a53f41564a3c863159
4
- data.tar.gz: 27913bc185f70f0595760beae6794c7185b73e5213221335b9fe6831ae9dd000
3
+ metadata.gz: fecb508cba0e55b6572c7b2d0d06f3909c978f44814b886b524fa9c08d3a1224
4
+ data.tar.gz: 99c9960d571e8f48dcbb51139d966a7f7dd221971e4a7c96c8f5c40ca0fb949c
5
5
  SHA512:
6
- metadata.gz: c0d85966481c90715a75d053594c3cfe65fcc11cc3d4daecdbfba05482590d8fdcc294aecd6e18aca7b971a8da6a60296e65466e17d500852ea973b4b94adcf2
7
- data.tar.gz: 92fce895629280faf9068a0a171a58b958c59f75f3421de974ac53a5df709d3aafc1cc1882ebfa0f0cbc7f99a38737750ff4417b8e6f89331b729138be590583
6
+ metadata.gz: e011bc7cd1b28a980e312357173d99d4b404628f57361885ac801cdb36046f6df57057732ee35f497933e49ed117b0e64784541c6f5952d27bfd6d4fa481ab35
7
+ data.tar.gz: 997df5a01ef4342a4011100ca72324d3c769c22e0b54552b0a76200c4c49f4b20e2da4f7ed3e0d2b0423c810e8ae9c88dc63db1429fdd5f1da5bda15a4c43b3c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Release history for google-apis-dns_v1beta2
2
2
 
3
+ ### v0.27.0 (2022-08-10)
4
+
5
+ * Regenerated from discovery document revision 20220804
6
+
7
+ ### v0.26.0 (2022-08-02)
8
+
9
+ * Regenerated from discovery document revision 20220728
10
+ * Regenerated using generator version 0.9.0
11
+
12
+ ### v0.25.0 (2022-06-30)
13
+
14
+ * Regenerated from discovery document revision 20220622
15
+ * Regenerated using generator version 0.8.0
16
+
3
17
  ### v0.24.0 (2022-06-17)
4
18
 
5
19
  * Regenerated using generator version 0.6.0
@@ -495,25 +495,28 @@ module Google
495
495
  # anyone who is authenticated with a Google account or a service account. * `
496
496
  # user:`emailid``: An email address that represents a specific Google account.
497
497
  # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
498
- # address that represents a service account. For example, `my-other-app@appspot.
499
- # gserviceaccount.com`. * `group:`emailid``: An email address that represents a
500
- # Google group. For example, `admins@example.com`. * `deleted:user:`emailid`?uid=
501
- # `uniqueid``: An email address (plus unique identifier) representing a user
502
- # that has been recently deleted. For example, `alice@example.com?uid=
503
- # 123456789012345678901`. If the user is recovered, this value reverts to `user:`
504
- # emailid`` and the recovered user retains the role in the binding. * `deleted:
505
- # serviceAccount:`emailid`?uid=`uniqueid``: An email address (plus unique
506
- # identifier) representing a service account that has been recently deleted. For
507
- # example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.
508
- # If the service account is undeleted, this value reverts to `serviceAccount:`
509
- # emailid`` and the undeleted service account retains the role in the binding. *
510
- # `deleted:group:`emailid`?uid=`uniqueid``: An email address (plus unique
511
- # identifier) representing a Google group that has been recently deleted. For
512
- # example, `admins@example.com?uid=123456789012345678901`. If the group is
513
- # recovered, this value reverts to `group:`emailid`` and the recovered group
514
- # retains the role in the binding. * `domain:`domain``: The G Suite domain (
515
- # primary) that represents all the users of that domain. For example, `google.
516
- # com` or `example.com`.
498
+ # address that represents a Google service account. For example, `my-other-app@
499
+ # appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
500
+ # namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
501
+ # https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
502
+ # accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
503
+ # . * `group:`emailid``: An email address that represents a Google group. For
504
+ # example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
505
+ # email address (plus unique identifier) representing a user that has been
506
+ # recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
507
+ # If the user is recovered, this value reverts to `user:`emailid`` and the
508
+ # recovered user retains the role in the binding. * `deleted:serviceAccount:`
509
+ # emailid`?uid=`uniqueid``: An email address (plus unique identifier)
510
+ # representing a service account that has been recently deleted. For example, `
511
+ # my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
512
+ # service account is undeleted, this value reverts to `serviceAccount:`emailid``
513
+ # and the undeleted service account retains the role in the binding. * `deleted:
514
+ # group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
515
+ # representing a Google group that has been recently deleted. For example, `
516
+ # admins@example.com?uid=123456789012345678901`. If the group is recovered, this
517
+ # value reverts to `group:`emailid`` and the recovered group retains the role in
518
+ # the binding. * `domain:`domain``: The G Suite domain (primary) that represents
519
+ # all the users of that domain. For example, `google.com` or `example.com`.
517
520
  # Corresponds to the JSON property `members`
518
521
  # @return [Array<String>]
519
522
  attr_accessor :members
@@ -1963,6 +1966,13 @@ module Google
1963
1966
  # @return [String]
1964
1967
  attr_accessor :kind
1965
1968
 
1969
+ # Configures a RRSetRoutingPolicy such that all queries are responded with the
1970
+ # primary_targets if they are healthy. And if all of them are unhealthy, then we
1971
+ # fallback to a geo localized policy.
1972
+ # Corresponds to the JSON property `primaryBackup`
1973
+ # @return [Google::Apis::DnsV1beta2::RrSetRoutingPolicyPrimaryBackupPolicy]
1974
+ attr_accessor :primary_backup
1975
+
1966
1976
  # Configures a RRSetRoutingPolicy that routes in a weighted round robin fashion.
1967
1977
  # Corresponds to the JSON property `wrr`
1968
1978
  # @return [Google::Apis::DnsV1beta2::RrSetRoutingPolicyWrrPolicy]
@@ -1982,6 +1992,7 @@ module Google
1982
1992
  @geo = args[:geo] if args.key?(:geo)
1983
1993
  @geo_policy = args[:geo_policy] if args.key?(:geo_policy)
1984
1994
  @kind = args[:kind] if args.key?(:kind)
1995
+ @primary_backup = args[:primary_backup] if args.key?(:primary_backup)
1985
1996
  @wrr = args[:wrr] if args.key?(:wrr)
1986
1997
  @wrr_policy = args[:wrr_policy] if args.key?(:wrr_policy)
1987
1998
  end
@@ -1992,6 +2003,17 @@ module Google
1992
2003
  class RrSetRoutingPolicyGeoPolicy
1993
2004
  include Google::Apis::Core::Hashable
1994
2005
 
2006
+ # Without fencing, if health check fails for all configured items in the current
2007
+ # geo bucket, we'll failover to the next nearest geo bucket. With fencing, if
2008
+ # health check is enabled, as long as some targets in the current geo bucket are
2009
+ # healthy, we'll return only the healthy targets. However, if they're all
2010
+ # unhealthy, we won't failover to the next nearest bucket, we'll simply return
2011
+ # all the items in the current bucket even though they're unhealthy.
2012
+ # Corresponds to the JSON property `enableFencing`
2013
+ # @return [Boolean]
2014
+ attr_accessor :enable_fencing
2015
+ alias_method :enable_fencing?, :enable_fencing
2016
+
1995
2017
  # The primary geo routing configuration. If there are multiple items with the
1996
2018
  # same location, an error is returned instead.
1997
2019
  # Corresponds to the JSON property `items`
@@ -2009,6 +2031,7 @@ module Google
2009
2031
 
2010
2032
  # Update properties of this object
2011
2033
  def update!(**args)
2034
+ @enable_fencing = args[:enable_fencing] if args.key?(:enable_fencing)
2012
2035
  @items = args[:items] if args.key?(:items)
2013
2036
  @kind = args[:kind] if args.key?(:kind)
2014
2037
  end
@@ -2018,6 +2041,13 @@ module Google
2018
2041
  class RrSetRoutingPolicyGeoPolicyGeoPolicyItem
2019
2042
  include Google::Apis::Core::Hashable
2020
2043
 
2044
+ # HealthCheckTargets describes endpoints to health-check when responding to
2045
+ # Routing Policy queries. Only the healthy endpoints will be included in the
2046
+ # response.
2047
+ # Corresponds to the JSON property `healthCheckedTargets`
2048
+ # @return [Google::Apis::DnsV1beta2::RrSetRoutingPolicyHealthCheckTargets]
2049
+ attr_accessor :health_checked_targets
2050
+
2021
2051
  #
2022
2052
  # Corresponds to the JSON property `kind`
2023
2053
  # @return [String]
@@ -2048,6 +2078,7 @@ module Google
2048
2078
 
2049
2079
  # Update properties of this object
2050
2080
  def update!(**args)
2081
+ @health_checked_targets = args[:health_checked_targets] if args.key?(:health_checked_targets)
2051
2082
  @kind = args[:kind] if args.key?(:kind)
2052
2083
  @location = args[:location] if args.key?(:location)
2053
2084
  @rrdatas = args[:rrdatas] if args.key?(:rrdatas)
@@ -2055,6 +2086,133 @@ module Google
2055
2086
  end
2056
2087
  end
2057
2088
 
2089
+ # HealthCheckTargets describes endpoints to health-check when responding to
2090
+ # Routing Policy queries. Only the healthy endpoints will be included in the
2091
+ # response.
2092
+ class RrSetRoutingPolicyHealthCheckTargets
2093
+ include Google::Apis::Core::Hashable
2094
+
2095
+ #
2096
+ # Corresponds to the JSON property `internalLoadBalancers`
2097
+ # @return [Array<Google::Apis::DnsV1beta2::RrSetRoutingPolicyLoadBalancerTarget>]
2098
+ attr_accessor :internal_load_balancers
2099
+
2100
+ def initialize(**args)
2101
+ update!(**args)
2102
+ end
2103
+
2104
+ # Update properties of this object
2105
+ def update!(**args)
2106
+ @internal_load_balancers = args[:internal_load_balancers] if args.key?(:internal_load_balancers)
2107
+ end
2108
+ end
2109
+
2110
+ #
2111
+ class RrSetRoutingPolicyLoadBalancerTarget
2112
+ include Google::Apis::Core::Hashable
2113
+
2114
+ # The frontend IP address of the
2115
+ # Corresponds to the JSON property `ipAddress`
2116
+ # @return [String]
2117
+ attr_accessor :ip_address
2118
+
2119
+ #
2120
+ # Corresponds to the JSON property `ipProtocol`
2121
+ # @return [String]
2122
+ attr_accessor :ip_protocol
2123
+
2124
+ #
2125
+ # Corresponds to the JSON property `kind`
2126
+ # @return [String]
2127
+ attr_accessor :kind
2128
+
2129
+ #
2130
+ # Corresponds to the JSON property `loadBalancerType`
2131
+ # @return [String]
2132
+ attr_accessor :load_balancer_type
2133
+
2134
+ # The fully qualified url of the network on which the ILB is
2135
+ # Corresponds to the JSON property `networkUrl`
2136
+ # @return [String]
2137
+ attr_accessor :network_url
2138
+
2139
+ # Load Balancer to health check. The configured port of the Load Balancer.
2140
+ # Corresponds to the JSON property `port`
2141
+ # @return [String]
2142
+ attr_accessor :port
2143
+
2144
+ # present. This should be formatted like https://www.googleapis.com/compute/v1/
2145
+ # projects/`project`/global/networks/`network` The project ID in which the ILB
2146
+ # exists.
2147
+ # Corresponds to the JSON property `project`
2148
+ # @return [String]
2149
+ attr_accessor :project
2150
+
2151
+ # The region for regional ILBs.
2152
+ # Corresponds to the JSON property `region`
2153
+ # @return [String]
2154
+ attr_accessor :region
2155
+
2156
+ def initialize(**args)
2157
+ update!(**args)
2158
+ end
2159
+
2160
+ # Update properties of this object
2161
+ def update!(**args)
2162
+ @ip_address = args[:ip_address] if args.key?(:ip_address)
2163
+ @ip_protocol = args[:ip_protocol] if args.key?(:ip_protocol)
2164
+ @kind = args[:kind] if args.key?(:kind)
2165
+ @load_balancer_type = args[:load_balancer_type] if args.key?(:load_balancer_type)
2166
+ @network_url = args[:network_url] if args.key?(:network_url)
2167
+ @port = args[:port] if args.key?(:port)
2168
+ @project = args[:project] if args.key?(:project)
2169
+ @region = args[:region] if args.key?(:region)
2170
+ end
2171
+ end
2172
+
2173
+ # Configures a RRSetRoutingPolicy such that all queries are responded with the
2174
+ # primary_targets if they are healthy. And if all of them are unhealthy, then we
2175
+ # fallback to a geo localized policy.
2176
+ class RrSetRoutingPolicyPrimaryBackupPolicy
2177
+ include Google::Apis::Core::Hashable
2178
+
2179
+ # Configures a RRSetRoutingPolicy that routes based on the geo location of the
2180
+ # querying user.
2181
+ # Corresponds to the JSON property `backupGeoTargets`
2182
+ # @return [Google::Apis::DnsV1beta2::RrSetRoutingPolicyGeoPolicy]
2183
+ attr_accessor :backup_geo_targets
2184
+
2185
+ #
2186
+ # Corresponds to the JSON property `kind`
2187
+ # @return [String]
2188
+ attr_accessor :kind
2189
+
2190
+ # HealthCheckTargets describes endpoints to health-check when responding to
2191
+ # Routing Policy queries. Only the healthy endpoints will be included in the
2192
+ # response.
2193
+ # Corresponds to the JSON property `primaryTargets`
2194
+ # @return [Google::Apis::DnsV1beta2::RrSetRoutingPolicyHealthCheckTargets]
2195
+ attr_accessor :primary_targets
2196
+
2197
+ # When serving state is PRIMARY, this field provides the option of sending a
2198
+ # small percentage of the traffic to the backup targets.
2199
+ # Corresponds to the JSON property `trickleTraffic`
2200
+ # @return [Float]
2201
+ attr_accessor :trickle_traffic
2202
+
2203
+ def initialize(**args)
2204
+ update!(**args)
2205
+ end
2206
+
2207
+ # Update properties of this object
2208
+ def update!(**args)
2209
+ @backup_geo_targets = args[:backup_geo_targets] if args.key?(:backup_geo_targets)
2210
+ @kind = args[:kind] if args.key?(:kind)
2211
+ @primary_targets = args[:primary_targets] if args.key?(:primary_targets)
2212
+ @trickle_traffic = args[:trickle_traffic] if args.key?(:trickle_traffic)
2213
+ end
2214
+ end
2215
+
2058
2216
  # Configures a RRSetRoutingPolicy that routes in a weighted round robin fashion.
2059
2217
  class RrSetRoutingPolicyWrrPolicy
2060
2218
  include Google::Apis::Core::Hashable
@@ -2084,6 +2242,13 @@ module Google
2084
2242
  class RrSetRoutingPolicyWrrPolicyWrrPolicyItem
2085
2243
  include Google::Apis::Core::Hashable
2086
2244
 
2245
+ # HealthCheckTargets describes endpoints to health-check when responding to
2246
+ # Routing Policy queries. Only the healthy endpoints will be included in the
2247
+ # response.
2248
+ # Corresponds to the JSON property `healthCheckedTargets`
2249
+ # @return [Google::Apis::DnsV1beta2::RrSetRoutingPolicyHealthCheckTargets]
2250
+ attr_accessor :health_checked_targets
2251
+
2087
2252
  #
2088
2253
  # Corresponds to the JSON property `kind`
2089
2254
  # @return [String]
@@ -2115,6 +2280,7 @@ module Google
2115
2280
 
2116
2281
  # Update properties of this object
2117
2282
  def update!(**args)
2283
+ @health_checked_targets = args[:health_checked_targets] if args.key?(:health_checked_targets)
2118
2284
  @kind = args[:kind] if args.key?(:kind)
2119
2285
  @rrdatas = args[:rrdatas] if args.key?(:rrdatas)
2120
2286
  @signature_rrdatas = args[:signature_rrdatas] if args.key?(:signature_rrdatas)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DnsV1beta2
18
18
  # Version of the google-apis-dns_v1beta2 gem
19
- GEM_VERSION = "0.24.0"
19
+ GEM_VERSION = "0.27.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.6.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220518"
25
+ REVISION = "20220804"
26
26
  end
27
27
  end
28
28
  end
@@ -298,6 +298,24 @@ module Google
298
298
  include Google::Apis::Core::JsonObjectSupport
299
299
  end
300
300
 
301
+ class RrSetRoutingPolicyHealthCheckTargets
302
+ class Representation < Google::Apis::Core::JsonRepresentation; end
303
+
304
+ include Google::Apis::Core::JsonObjectSupport
305
+ end
306
+
307
+ class RrSetRoutingPolicyLoadBalancerTarget
308
+ class Representation < Google::Apis::Core::JsonRepresentation; end
309
+
310
+ include Google::Apis::Core::JsonObjectSupport
311
+ end
312
+
313
+ class RrSetRoutingPolicyPrimaryBackupPolicy
314
+ class Representation < Google::Apis::Core::JsonRepresentation; end
315
+
316
+ include Google::Apis::Core::JsonObjectSupport
317
+ end
318
+
301
319
  class RrSetRoutingPolicyWrrPolicy
302
320
  class Representation < Google::Apis::Core::JsonRepresentation; end
303
321
 
@@ -879,6 +897,8 @@ module Google
879
897
  property :geo_policy, as: 'geoPolicy', class: Google::Apis::DnsV1beta2::RrSetRoutingPolicyGeoPolicy, decorator: Google::Apis::DnsV1beta2::RrSetRoutingPolicyGeoPolicy::Representation
880
898
 
881
899
  property :kind, as: 'kind'
900
+ property :primary_backup, as: 'primaryBackup', class: Google::Apis::DnsV1beta2::RrSetRoutingPolicyPrimaryBackupPolicy, decorator: Google::Apis::DnsV1beta2::RrSetRoutingPolicyPrimaryBackupPolicy::Representation
901
+
882
902
  property :wrr, as: 'wrr', class: Google::Apis::DnsV1beta2::RrSetRoutingPolicyWrrPolicy, decorator: Google::Apis::DnsV1beta2::RrSetRoutingPolicyWrrPolicy::Representation
883
903
 
884
904
  property :wrr_policy, as: 'wrrPolicy', class: Google::Apis::DnsV1beta2::RrSetRoutingPolicyWrrPolicy, decorator: Google::Apis::DnsV1beta2::RrSetRoutingPolicyWrrPolicy::Representation
@@ -889,6 +909,7 @@ module Google
889
909
  class RrSetRoutingPolicyGeoPolicy
890
910
  # @private
891
911
  class Representation < Google::Apis::Core::JsonRepresentation
912
+ property :enable_fencing, as: 'enableFencing'
892
913
  collection :items, as: 'items', class: Google::Apis::DnsV1beta2::RrSetRoutingPolicyGeoPolicyGeoPolicyItem, decorator: Google::Apis::DnsV1beta2::RrSetRoutingPolicyGeoPolicyGeoPolicyItem::Representation
893
914
 
894
915
  property :kind, as: 'kind'
@@ -898,6 +919,8 @@ module Google
898
919
  class RrSetRoutingPolicyGeoPolicyGeoPolicyItem
899
920
  # @private
900
921
  class Representation < Google::Apis::Core::JsonRepresentation
922
+ property :health_checked_targets, as: 'healthCheckedTargets', class: Google::Apis::DnsV1beta2::RrSetRoutingPolicyHealthCheckTargets, decorator: Google::Apis::DnsV1beta2::RrSetRoutingPolicyHealthCheckTargets::Representation
923
+
901
924
  property :kind, as: 'kind'
902
925
  property :location, as: 'location'
903
926
  collection :rrdatas, as: 'rrdatas'
@@ -905,6 +928,40 @@ module Google
905
928
  end
906
929
  end
907
930
 
931
+ class RrSetRoutingPolicyHealthCheckTargets
932
+ # @private
933
+ class Representation < Google::Apis::Core::JsonRepresentation
934
+ collection :internal_load_balancers, as: 'internalLoadBalancers', class: Google::Apis::DnsV1beta2::RrSetRoutingPolicyLoadBalancerTarget, decorator: Google::Apis::DnsV1beta2::RrSetRoutingPolicyLoadBalancerTarget::Representation
935
+
936
+ end
937
+ end
938
+
939
+ class RrSetRoutingPolicyLoadBalancerTarget
940
+ # @private
941
+ class Representation < Google::Apis::Core::JsonRepresentation
942
+ property :ip_address, as: 'ipAddress'
943
+ property :ip_protocol, as: 'ipProtocol'
944
+ property :kind, as: 'kind'
945
+ property :load_balancer_type, as: 'loadBalancerType'
946
+ property :network_url, as: 'networkUrl'
947
+ property :port, as: 'port'
948
+ property :project, as: 'project'
949
+ property :region, as: 'region'
950
+ end
951
+ end
952
+
953
+ class RrSetRoutingPolicyPrimaryBackupPolicy
954
+ # @private
955
+ class Representation < Google::Apis::Core::JsonRepresentation
956
+ property :backup_geo_targets, as: 'backupGeoTargets', class: Google::Apis::DnsV1beta2::RrSetRoutingPolicyGeoPolicy, decorator: Google::Apis::DnsV1beta2::RrSetRoutingPolicyGeoPolicy::Representation
957
+
958
+ property :kind, as: 'kind'
959
+ property :primary_targets, as: 'primaryTargets', class: Google::Apis::DnsV1beta2::RrSetRoutingPolicyHealthCheckTargets, decorator: Google::Apis::DnsV1beta2::RrSetRoutingPolicyHealthCheckTargets::Representation
960
+
961
+ property :trickle_traffic, as: 'trickleTraffic'
962
+ end
963
+ end
964
+
908
965
  class RrSetRoutingPolicyWrrPolicy
909
966
  # @private
910
967
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -917,6 +974,8 @@ module Google
917
974
  class RrSetRoutingPolicyWrrPolicyWrrPolicyItem
918
975
  # @private
919
976
  class Representation < Google::Apis::Core::JsonRepresentation
977
+ property :health_checked_targets, as: 'healthCheckedTargets', class: Google::Apis::DnsV1beta2::RrSetRoutingPolicyHealthCheckTargets, decorator: Google::Apis::DnsV1beta2::RrSetRoutingPolicyHealthCheckTargets::Representation
978
+
920
979
  property :kind, as: 'kind'
921
980
  collection :rrdatas, as: 'rrdatas'
922
981
  collection :signature_rrdatas, as: 'signatureRrdatas'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dns_v1beta2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.0
4
+ version: 0.27.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-06-20 00:00:00.000000000 Z
11
+ date: 2022-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.6'
19
+ version: '0.7'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.6'
29
+ version: '0.7'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dns_v1beta2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1beta2/v0.24.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1beta2/v0.27.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dns_v1beta2
63
63
  post_install_message:
64
64
  rdoc_options: []