google-apis-dns_v1beta2 0.25.0 → 0.28.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: 24545d5d3d9c9a8821d1bff9f84e7767f879412c0bee2229b3a4e30e62887840
4
- data.tar.gz: 7db80292686502b836d879bc8b14759380142823d383606d1de9a86bf2e6aee1
3
+ metadata.gz: a3489dd6d06ac694519bc94359df7b183bdcf765610743c5d943a60128c96cbf
4
+ data.tar.gz: ef0c26346e292ba45da9a8ca8cb0f370f7e6d869e94895bb5d28a3d910c548cc
5
5
  SHA512:
6
- metadata.gz: 3fbb880f5c3075e698ccf65628a1973e3fdf4e7315ff4c5fd63f5810ff437d7af149ab51bf3933bbf730ffd69fb86ded7fc6e094b860d23c0ce5df0ad36fe4c5
7
- data.tar.gz: 48afd8f7c8cf9fdedbcb5e64dc82f2ea05a21999598648a4bacbb8b7576c41f1bbb40d52f881fb245a720dc4851e00aa6b4cf972b354361b279e63db1f25fb34
6
+ metadata.gz: 4ab9a9498a57122bab196d16d655b8e6a5a3aea59acbc5e43491d0ebfc1ac53bb590a0a50d5231d006194ed6f00817fc302534080f2615370691dc11af7836e6
7
+ data.tar.gz: 275b2ff5e6180280d7384055f40c91125cace3310d44c17ab95782818e5d49ee972f5f642a1814084f7b14ad73752bad4d6a49d4c662adbc15aaee11d475e272
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-dns_v1beta2
2
2
 
3
+ ### v0.28.0 (2022-09-10)
4
+
5
+ * Regenerated from discovery document revision 20220831
6
+
7
+ ### v0.27.0 (2022-08-10)
8
+
9
+ * Regenerated from discovery document revision 20220804
10
+
11
+ ### v0.26.0 (2022-08-02)
12
+
13
+ * Regenerated from discovery document revision 20220728
14
+ * Regenerated using generator version 0.9.0
15
+
3
16
  ### v0.25.0 (2022-06-30)
4
17
 
5
18
  * Regenerated from discovery document revision 20220622
@@ -492,28 +492,33 @@ module Google
492
492
  # members` can have the following values: * `allUsers`: A special identifier
493
493
  # that represents anyone who is on the internet; with or without a Google
494
494
  # account. * `allAuthenticatedUsers`: A special identifier that represents
495
- # anyone who is authenticated with a Google account or a service account. * `
496
- # user:`emailid``: An email address that represents a specific Google account.
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`.
495
+ # anyone who is authenticated with a Google account or a service account. Does
496
+ # not include identities that come from external identity providers (IdPs)
497
+ # through identity federation. * `user:`emailid``: An email address that
498
+ # represents a specific Google account. For example, `alice@example.com` . * `
499
+ # serviceAccount:`emailid``: An email address that represents a Google service
500
+ # account. For example, `my-other-app@appspot.gserviceaccount.com`. * `
501
+ # serviceAccount:`projectid`.svc.id.goog[`namespace`/`kubernetes-sa`]`: An
502
+ # identifier for a [Kubernetes service account](https://cloud.google.com/
503
+ # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
504
+ # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
505
+ # email address that represents a Google group. For example, `admins@example.com`
506
+ # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
507
+ # identifier) representing a user that has been recently deleted. For example, `
508
+ # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
509
+ # value reverts to `user:`emailid`` and the recovered user retains the role in
510
+ # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
511
+ # address (plus unique identifier) representing a service account that has been
512
+ # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
513
+ # 123456789012345678901`. If the service account is undeleted, this value
514
+ # reverts to `serviceAccount:`emailid`` and the undeleted service account
515
+ # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
516
+ # An email address (plus unique identifier) representing a Google group that has
517
+ # been recently deleted. For example, `admins@example.com?uid=
518
+ # 123456789012345678901`. If the group is recovered, this value reverts to `
519
+ # group:`emailid`` and the recovered group retains the role in the binding. * `
520
+ # domain:`domain``: The G Suite domain (primary) that represents all the users
521
+ # of that domain. For example, `google.com` or `example.com`.
517
522
  # Corresponds to the JSON property `members`
518
523
  # @return [Array<String>]
519
524
  attr_accessor :members
@@ -1963,6 +1968,13 @@ module Google
1963
1968
  # @return [String]
1964
1969
  attr_accessor :kind
1965
1970
 
1971
+ # Configures a RRSetRoutingPolicy such that all queries are responded with the
1972
+ # primary_targets if they are healthy. And if all of them are unhealthy, then we
1973
+ # fallback to a geo localized policy.
1974
+ # Corresponds to the JSON property `primaryBackup`
1975
+ # @return [Google::Apis::DnsV1beta2::RrSetRoutingPolicyPrimaryBackupPolicy]
1976
+ attr_accessor :primary_backup
1977
+
1966
1978
  # Configures a RRSetRoutingPolicy that routes in a weighted round robin fashion.
1967
1979
  # Corresponds to the JSON property `wrr`
1968
1980
  # @return [Google::Apis::DnsV1beta2::RrSetRoutingPolicyWrrPolicy]
@@ -1982,6 +1994,7 @@ module Google
1982
1994
  @geo = args[:geo] if args.key?(:geo)
1983
1995
  @geo_policy = args[:geo_policy] if args.key?(:geo_policy)
1984
1996
  @kind = args[:kind] if args.key?(:kind)
1997
+ @primary_backup = args[:primary_backup] if args.key?(:primary_backup)
1985
1998
  @wrr = args[:wrr] if args.key?(:wrr)
1986
1999
  @wrr_policy = args[:wrr_policy] if args.key?(:wrr_policy)
1987
2000
  end
@@ -1992,6 +2005,17 @@ module Google
1992
2005
  class RrSetRoutingPolicyGeoPolicy
1993
2006
  include Google::Apis::Core::Hashable
1994
2007
 
2008
+ # Without fencing, if health check fails for all configured items in the current
2009
+ # geo bucket, we'll failover to the next nearest geo bucket. With fencing, if
2010
+ # health check is enabled, as long as some targets in the current geo bucket are
2011
+ # healthy, we'll return only the healthy targets. However, if they're all
2012
+ # unhealthy, we won't failover to the next nearest bucket, we'll simply return
2013
+ # all the items in the current bucket even though they're unhealthy.
2014
+ # Corresponds to the JSON property `enableFencing`
2015
+ # @return [Boolean]
2016
+ attr_accessor :enable_fencing
2017
+ alias_method :enable_fencing?, :enable_fencing
2018
+
1995
2019
  # The primary geo routing configuration. If there are multiple items with the
1996
2020
  # same location, an error is returned instead.
1997
2021
  # Corresponds to the JSON property `items`
@@ -2009,6 +2033,7 @@ module Google
2009
2033
 
2010
2034
  # Update properties of this object
2011
2035
  def update!(**args)
2036
+ @enable_fencing = args[:enable_fencing] if args.key?(:enable_fencing)
2012
2037
  @items = args[:items] if args.key?(:items)
2013
2038
  @kind = args[:kind] if args.key?(:kind)
2014
2039
  end
@@ -2018,6 +2043,13 @@ module Google
2018
2043
  class RrSetRoutingPolicyGeoPolicyGeoPolicyItem
2019
2044
  include Google::Apis::Core::Hashable
2020
2045
 
2046
+ # HealthCheckTargets describes endpoints to health-check when responding to
2047
+ # Routing Policy queries. Only the healthy endpoints will be included in the
2048
+ # response.
2049
+ # Corresponds to the JSON property `healthCheckedTargets`
2050
+ # @return [Google::Apis::DnsV1beta2::RrSetRoutingPolicyHealthCheckTargets]
2051
+ attr_accessor :health_checked_targets
2052
+
2021
2053
  #
2022
2054
  # Corresponds to the JSON property `kind`
2023
2055
  # @return [String]
@@ -2048,6 +2080,7 @@ module Google
2048
2080
 
2049
2081
  # Update properties of this object
2050
2082
  def update!(**args)
2083
+ @health_checked_targets = args[:health_checked_targets] if args.key?(:health_checked_targets)
2051
2084
  @kind = args[:kind] if args.key?(:kind)
2052
2085
  @location = args[:location] if args.key?(:location)
2053
2086
  @rrdatas = args[:rrdatas] if args.key?(:rrdatas)
@@ -2055,6 +2088,133 @@ module Google
2055
2088
  end
2056
2089
  end
2057
2090
 
2091
+ # HealthCheckTargets describes endpoints to health-check when responding to
2092
+ # Routing Policy queries. Only the healthy endpoints will be included in the
2093
+ # response.
2094
+ class RrSetRoutingPolicyHealthCheckTargets
2095
+ include Google::Apis::Core::Hashable
2096
+
2097
+ #
2098
+ # Corresponds to the JSON property `internalLoadBalancers`
2099
+ # @return [Array<Google::Apis::DnsV1beta2::RrSetRoutingPolicyLoadBalancerTarget>]
2100
+ attr_accessor :internal_load_balancers
2101
+
2102
+ def initialize(**args)
2103
+ update!(**args)
2104
+ end
2105
+
2106
+ # Update properties of this object
2107
+ def update!(**args)
2108
+ @internal_load_balancers = args[:internal_load_balancers] if args.key?(:internal_load_balancers)
2109
+ end
2110
+ end
2111
+
2112
+ #
2113
+ class RrSetRoutingPolicyLoadBalancerTarget
2114
+ include Google::Apis::Core::Hashable
2115
+
2116
+ # The frontend IP address of the
2117
+ # Corresponds to the JSON property `ipAddress`
2118
+ # @return [String]
2119
+ attr_accessor :ip_address
2120
+
2121
+ #
2122
+ # Corresponds to the JSON property `ipProtocol`
2123
+ # @return [String]
2124
+ attr_accessor :ip_protocol
2125
+
2126
+ #
2127
+ # Corresponds to the JSON property `kind`
2128
+ # @return [String]
2129
+ attr_accessor :kind
2130
+
2131
+ #
2132
+ # Corresponds to the JSON property `loadBalancerType`
2133
+ # @return [String]
2134
+ attr_accessor :load_balancer_type
2135
+
2136
+ # The fully qualified url of the network on which the ILB is
2137
+ # Corresponds to the JSON property `networkUrl`
2138
+ # @return [String]
2139
+ attr_accessor :network_url
2140
+
2141
+ # Load Balancer to health check. The configured port of the Load Balancer.
2142
+ # Corresponds to the JSON property `port`
2143
+ # @return [String]
2144
+ attr_accessor :port
2145
+
2146
+ # present. This should be formatted like https://www.googleapis.com/compute/v1/
2147
+ # projects/`project`/global/networks/`network` The project ID in which the ILB
2148
+ # exists.
2149
+ # Corresponds to the JSON property `project`
2150
+ # @return [String]
2151
+ attr_accessor :project
2152
+
2153
+ # The region for regional ILBs.
2154
+ # Corresponds to the JSON property `region`
2155
+ # @return [String]
2156
+ attr_accessor :region
2157
+
2158
+ def initialize(**args)
2159
+ update!(**args)
2160
+ end
2161
+
2162
+ # Update properties of this object
2163
+ def update!(**args)
2164
+ @ip_address = args[:ip_address] if args.key?(:ip_address)
2165
+ @ip_protocol = args[:ip_protocol] if args.key?(:ip_protocol)
2166
+ @kind = args[:kind] if args.key?(:kind)
2167
+ @load_balancer_type = args[:load_balancer_type] if args.key?(:load_balancer_type)
2168
+ @network_url = args[:network_url] if args.key?(:network_url)
2169
+ @port = args[:port] if args.key?(:port)
2170
+ @project = args[:project] if args.key?(:project)
2171
+ @region = args[:region] if args.key?(:region)
2172
+ end
2173
+ end
2174
+
2175
+ # Configures a RRSetRoutingPolicy such that all queries are responded with the
2176
+ # primary_targets if they are healthy. And if all of them are unhealthy, then we
2177
+ # fallback to a geo localized policy.
2178
+ class RrSetRoutingPolicyPrimaryBackupPolicy
2179
+ include Google::Apis::Core::Hashable
2180
+
2181
+ # Configures a RRSetRoutingPolicy that routes based on the geo location of the
2182
+ # querying user.
2183
+ # Corresponds to the JSON property `backupGeoTargets`
2184
+ # @return [Google::Apis::DnsV1beta2::RrSetRoutingPolicyGeoPolicy]
2185
+ attr_accessor :backup_geo_targets
2186
+
2187
+ #
2188
+ # Corresponds to the JSON property `kind`
2189
+ # @return [String]
2190
+ attr_accessor :kind
2191
+
2192
+ # HealthCheckTargets describes endpoints to health-check when responding to
2193
+ # Routing Policy queries. Only the healthy endpoints will be included in the
2194
+ # response.
2195
+ # Corresponds to the JSON property `primaryTargets`
2196
+ # @return [Google::Apis::DnsV1beta2::RrSetRoutingPolicyHealthCheckTargets]
2197
+ attr_accessor :primary_targets
2198
+
2199
+ # When serving state is PRIMARY, this field provides the option of sending a
2200
+ # small percentage of the traffic to the backup targets.
2201
+ # Corresponds to the JSON property `trickleTraffic`
2202
+ # @return [Float]
2203
+ attr_accessor :trickle_traffic
2204
+
2205
+ def initialize(**args)
2206
+ update!(**args)
2207
+ end
2208
+
2209
+ # Update properties of this object
2210
+ def update!(**args)
2211
+ @backup_geo_targets = args[:backup_geo_targets] if args.key?(:backup_geo_targets)
2212
+ @kind = args[:kind] if args.key?(:kind)
2213
+ @primary_targets = args[:primary_targets] if args.key?(:primary_targets)
2214
+ @trickle_traffic = args[:trickle_traffic] if args.key?(:trickle_traffic)
2215
+ end
2216
+ end
2217
+
2058
2218
  # Configures a RRSetRoutingPolicy that routes in a weighted round robin fashion.
2059
2219
  class RrSetRoutingPolicyWrrPolicy
2060
2220
  include Google::Apis::Core::Hashable
@@ -2084,6 +2244,13 @@ module Google
2084
2244
  class RrSetRoutingPolicyWrrPolicyWrrPolicyItem
2085
2245
  include Google::Apis::Core::Hashable
2086
2246
 
2247
+ # HealthCheckTargets describes endpoints to health-check when responding to
2248
+ # Routing Policy queries. Only the healthy endpoints will be included in the
2249
+ # response.
2250
+ # Corresponds to the JSON property `healthCheckedTargets`
2251
+ # @return [Google::Apis::DnsV1beta2::RrSetRoutingPolicyHealthCheckTargets]
2252
+ attr_accessor :health_checked_targets
2253
+
2087
2254
  #
2088
2255
  # Corresponds to the JSON property `kind`
2089
2256
  # @return [String]
@@ -2115,6 +2282,7 @@ module Google
2115
2282
 
2116
2283
  # Update properties of this object
2117
2284
  def update!(**args)
2285
+ @health_checked_targets = args[:health_checked_targets] if args.key?(:health_checked_targets)
2118
2286
  @kind = args[:kind] if args.key?(:kind)
2119
2287
  @rrdatas = args[:rrdatas] if args.key?(:rrdatas)
2120
2288
  @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.25.0"
19
+ GEM_VERSION = "0.28.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.8.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220622"
25
+ REVISION = "20220831"
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.25.0
4
+ version: 0.28.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-07-04 00:00:00.000000000 Z
11
+ date: 2022-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -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.25.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1beta2/v0.28.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: []