google-apis-dns_v1 0.23.0 → 0.26.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: e61544592ea88528abddf435732a0b07231f5901fb093616a72b9459a1d27d6c
4
- data.tar.gz: 59a1b5d67efb9bec0fc14ad7636c3f8359c2dc912c6b33c025bfdb9294dad6e7
3
+ metadata.gz: a78b23595fca7069b768bf72144d060cef2303b0114508ccb3ae4820b32b130a
4
+ data.tar.gz: 8eca2c7782a03b397372a9ea82ee581521fcda66a1b93446100e6c198b7cc84d
5
5
  SHA512:
6
- metadata.gz: 3465c66fcbf05ff730e014fa5ce82d647ee1278b1aa390f448fd9d4824eddfa1a6b45ac717ad13df3349173067e2b936cd663e543a5e2465d9ab9acde618e90e
7
- data.tar.gz: 72de80929c93922e14732c6c632cedd2e8ae76f1ad8939c3e4a9695567c931e788ec033fd9866b6341e773de492bdf8e0dabd63ca5a9a085be9d84b9c74c6696
6
+ metadata.gz: 9f9343f9b97a1b92cd893d2c671eb7a895c385c8f69587b0878509288478eb54f7bc0986a58ccc6782a6226e7f004845cfcfacdde18a068f59d1d44c6bbee49c
7
+ data.tar.gz: 5fa3cd98a5dbdf72867181286ee051630415a6b81e0033b99bf019887ec3701bcb441d27b45aafcb86808237cad4a032764bbd65f5cf3610fa9ba11c844780fd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-dns_v1
2
2
 
3
+ ### v0.26.0 (2022-09-09)
4
+
5
+ * Regenerated from discovery document revision 20220831
6
+
7
+ ### v0.25.0 (2022-08-10)
8
+
9
+ * Regenerated from discovery document revision 20220804
10
+
11
+ ### v0.24.0 (2022-08-02)
12
+
13
+ * Regenerated from discovery document revision 20220728
14
+ * Regenerated using generator version 0.9.0
15
+
3
16
  ### v0.23.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
@@ -1140,6 +1145,11 @@ module Google
1140
1145
  class ManagedZonePrivateVisibilityConfig
1141
1146
  include Google::Apis::Core::Hashable
1142
1147
 
1148
+ # The list of Google Kubernetes Engine clusters that can see this zone.
1149
+ # Corresponds to the JSON property `gkeClusters`
1150
+ # @return [Array<Google::Apis::DnsV1::ManagedZonePrivateVisibilityConfigGkeCluster>]
1151
+ attr_accessor :gke_clusters
1152
+
1143
1153
  #
1144
1154
  # Corresponds to the JSON property `kind`
1145
1155
  # @return [String]
@@ -1156,11 +1166,40 @@ module Google
1156
1166
 
1157
1167
  # Update properties of this object
1158
1168
  def update!(**args)
1169
+ @gke_clusters = args[:gke_clusters] if args.key?(:gke_clusters)
1159
1170
  @kind = args[:kind] if args.key?(:kind)
1160
1171
  @networks = args[:networks] if args.key?(:networks)
1161
1172
  end
1162
1173
  end
1163
1174
 
1175
+ #
1176
+ class ManagedZonePrivateVisibilityConfigGkeCluster
1177
+ include Google::Apis::Core::Hashable
1178
+
1179
+ # The resource name of the cluster to bind this ManagedZone to. This should be
1180
+ # specified in the format like: projects/*/locations/*/clusters/*. This is
1181
+ # referenced from GKE projects.locations.clusters.get API: https://cloud.google.
1182
+ # com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters/get
1183
+ # Corresponds to the JSON property `gkeClusterName`
1184
+ # @return [String]
1185
+ attr_accessor :gke_cluster_name
1186
+
1187
+ #
1188
+ # Corresponds to the JSON property `kind`
1189
+ # @return [String]
1190
+ attr_accessor :kind
1191
+
1192
+ def initialize(**args)
1193
+ update!(**args)
1194
+ end
1195
+
1196
+ # Update properties of this object
1197
+ def update!(**args)
1198
+ @gke_cluster_name = args[:gke_cluster_name] if args.key?(:gke_cluster_name)
1199
+ @kind = args[:kind] if args.key?(:kind)
1200
+ end
1201
+ end
1202
+
1164
1203
  #
1165
1204
  class ManagedZonePrivateVisibilityConfigNetwork
1166
1205
  include Google::Apis::Core::Hashable
@@ -1909,6 +1948,13 @@ module Google
1909
1948
  # @return [String]
1910
1949
  attr_accessor :kind
1911
1950
 
1951
+ # Configures a RRSetRoutingPolicy such that all queries are responded with the
1952
+ # primary_targets if they are healthy. And if all of them are unhealthy, then we
1953
+ # fallback to a geo localized policy.
1954
+ # Corresponds to the JSON property `primaryBackup`
1955
+ # @return [Google::Apis::DnsV1::RrSetRoutingPolicyPrimaryBackupPolicy]
1956
+ attr_accessor :primary_backup
1957
+
1912
1958
  # Configures a RRSetRoutingPolicy that routes in a weighted round robin fashion.
1913
1959
  # Corresponds to the JSON property `wrr`
1914
1960
  # @return [Google::Apis::DnsV1::RrSetRoutingPolicyWrrPolicy]
@@ -1922,6 +1968,7 @@ module Google
1922
1968
  def update!(**args)
1923
1969
  @geo = args[:geo] if args.key?(:geo)
1924
1970
  @kind = args[:kind] if args.key?(:kind)
1971
+ @primary_backup = args[:primary_backup] if args.key?(:primary_backup)
1925
1972
  @wrr = args[:wrr] if args.key?(:wrr)
1926
1973
  end
1927
1974
  end
@@ -1931,6 +1978,17 @@ module Google
1931
1978
  class RrSetRoutingPolicyGeoPolicy
1932
1979
  include Google::Apis::Core::Hashable
1933
1980
 
1981
+ # Without fencing, if health check fails for all configured items in the current
1982
+ # geo bucket, we'll failover to the next nearest geo bucket. With fencing, if
1983
+ # health check is enabled, as long as some targets in the current geo bucket are
1984
+ # healthy, we'll return only the healthy targets. However, if they're all
1985
+ # unhealthy, we won't failover to the next nearest bucket, we'll simply return
1986
+ # all the items in the current bucket even though they're unhealthy.
1987
+ # Corresponds to the JSON property `enableFencing`
1988
+ # @return [Boolean]
1989
+ attr_accessor :enable_fencing
1990
+ alias_method :enable_fencing?, :enable_fencing
1991
+
1934
1992
  # The primary geo routing configuration. If there are multiple items with the
1935
1993
  # same location, an error is returned instead.
1936
1994
  # Corresponds to the JSON property `items`
@@ -1948,6 +2006,7 @@ module Google
1948
2006
 
1949
2007
  # Update properties of this object
1950
2008
  def update!(**args)
2009
+ @enable_fencing = args[:enable_fencing] if args.key?(:enable_fencing)
1951
2010
  @items = args[:items] if args.key?(:items)
1952
2011
  @kind = args[:kind] if args.key?(:kind)
1953
2012
  end
@@ -1957,6 +2016,13 @@ module Google
1957
2016
  class RrSetRoutingPolicyGeoPolicyGeoPolicyItem
1958
2017
  include Google::Apis::Core::Hashable
1959
2018
 
2019
+ # HealthCheckTargets describes endpoints to health-check when responding to
2020
+ # Routing Policy queries. Only the healthy endpoints will be included in the
2021
+ # response.
2022
+ # Corresponds to the JSON property `healthCheckedTargets`
2023
+ # @return [Google::Apis::DnsV1::RrSetRoutingPolicyHealthCheckTargets]
2024
+ attr_accessor :health_checked_targets
2025
+
1960
2026
  #
1961
2027
  # Corresponds to the JSON property `kind`
1962
2028
  # @return [String]
@@ -1987,6 +2053,7 @@ module Google
1987
2053
 
1988
2054
  # Update properties of this object
1989
2055
  def update!(**args)
2056
+ @health_checked_targets = args[:health_checked_targets] if args.key?(:health_checked_targets)
1990
2057
  @kind = args[:kind] if args.key?(:kind)
1991
2058
  @location = args[:location] if args.key?(:location)
1992
2059
  @rrdatas = args[:rrdatas] if args.key?(:rrdatas)
@@ -1994,6 +2061,133 @@ module Google
1994
2061
  end
1995
2062
  end
1996
2063
 
2064
+ # HealthCheckTargets describes endpoints to health-check when responding to
2065
+ # Routing Policy queries. Only the healthy endpoints will be included in the
2066
+ # response.
2067
+ class RrSetRoutingPolicyHealthCheckTargets
2068
+ include Google::Apis::Core::Hashable
2069
+
2070
+ #
2071
+ # Corresponds to the JSON property `internalLoadBalancers`
2072
+ # @return [Array<Google::Apis::DnsV1::RrSetRoutingPolicyLoadBalancerTarget>]
2073
+ attr_accessor :internal_load_balancers
2074
+
2075
+ def initialize(**args)
2076
+ update!(**args)
2077
+ end
2078
+
2079
+ # Update properties of this object
2080
+ def update!(**args)
2081
+ @internal_load_balancers = args[:internal_load_balancers] if args.key?(:internal_load_balancers)
2082
+ end
2083
+ end
2084
+
2085
+ #
2086
+ class RrSetRoutingPolicyLoadBalancerTarget
2087
+ include Google::Apis::Core::Hashable
2088
+
2089
+ # The frontend IP address of the
2090
+ # Corresponds to the JSON property `ipAddress`
2091
+ # @return [String]
2092
+ attr_accessor :ip_address
2093
+
2094
+ #
2095
+ # Corresponds to the JSON property `ipProtocol`
2096
+ # @return [String]
2097
+ attr_accessor :ip_protocol
2098
+
2099
+ #
2100
+ # Corresponds to the JSON property `kind`
2101
+ # @return [String]
2102
+ attr_accessor :kind
2103
+
2104
+ #
2105
+ # Corresponds to the JSON property `loadBalancerType`
2106
+ # @return [String]
2107
+ attr_accessor :load_balancer_type
2108
+
2109
+ # The fully qualified url of the network on which the ILB is
2110
+ # Corresponds to the JSON property `networkUrl`
2111
+ # @return [String]
2112
+ attr_accessor :network_url
2113
+
2114
+ # Load Balancer to health check. The configured port of the Load Balancer.
2115
+ # Corresponds to the JSON property `port`
2116
+ # @return [String]
2117
+ attr_accessor :port
2118
+
2119
+ # present. This should be formatted like https://www.googleapis.com/compute/v1/
2120
+ # projects/`project`/global/networks/`network` The project ID in which the ILB
2121
+ # exists.
2122
+ # Corresponds to the JSON property `project`
2123
+ # @return [String]
2124
+ attr_accessor :project
2125
+
2126
+ # The region for regional ILBs.
2127
+ # Corresponds to the JSON property `region`
2128
+ # @return [String]
2129
+ attr_accessor :region
2130
+
2131
+ def initialize(**args)
2132
+ update!(**args)
2133
+ end
2134
+
2135
+ # Update properties of this object
2136
+ def update!(**args)
2137
+ @ip_address = args[:ip_address] if args.key?(:ip_address)
2138
+ @ip_protocol = args[:ip_protocol] if args.key?(:ip_protocol)
2139
+ @kind = args[:kind] if args.key?(:kind)
2140
+ @load_balancer_type = args[:load_balancer_type] if args.key?(:load_balancer_type)
2141
+ @network_url = args[:network_url] if args.key?(:network_url)
2142
+ @port = args[:port] if args.key?(:port)
2143
+ @project = args[:project] if args.key?(:project)
2144
+ @region = args[:region] if args.key?(:region)
2145
+ end
2146
+ end
2147
+
2148
+ # Configures a RRSetRoutingPolicy such that all queries are responded with the
2149
+ # primary_targets if they are healthy. And if all of them are unhealthy, then we
2150
+ # fallback to a geo localized policy.
2151
+ class RrSetRoutingPolicyPrimaryBackupPolicy
2152
+ include Google::Apis::Core::Hashable
2153
+
2154
+ # Configures a RRSetRoutingPolicy that routes based on the geo location of the
2155
+ # querying user.
2156
+ # Corresponds to the JSON property `backupGeoTargets`
2157
+ # @return [Google::Apis::DnsV1::RrSetRoutingPolicyGeoPolicy]
2158
+ attr_accessor :backup_geo_targets
2159
+
2160
+ #
2161
+ # Corresponds to the JSON property `kind`
2162
+ # @return [String]
2163
+ attr_accessor :kind
2164
+
2165
+ # HealthCheckTargets describes endpoints to health-check when responding to
2166
+ # Routing Policy queries. Only the healthy endpoints will be included in the
2167
+ # response.
2168
+ # Corresponds to the JSON property `primaryTargets`
2169
+ # @return [Google::Apis::DnsV1::RrSetRoutingPolicyHealthCheckTargets]
2170
+ attr_accessor :primary_targets
2171
+
2172
+ # When serving state is PRIMARY, this field provides the option of sending a
2173
+ # small percentage of the traffic to the backup targets.
2174
+ # Corresponds to the JSON property `trickleTraffic`
2175
+ # @return [Float]
2176
+ attr_accessor :trickle_traffic
2177
+
2178
+ def initialize(**args)
2179
+ update!(**args)
2180
+ end
2181
+
2182
+ # Update properties of this object
2183
+ def update!(**args)
2184
+ @backup_geo_targets = args[:backup_geo_targets] if args.key?(:backup_geo_targets)
2185
+ @kind = args[:kind] if args.key?(:kind)
2186
+ @primary_targets = args[:primary_targets] if args.key?(:primary_targets)
2187
+ @trickle_traffic = args[:trickle_traffic] if args.key?(:trickle_traffic)
2188
+ end
2189
+ end
2190
+
1997
2191
  # Configures a RRSetRoutingPolicy that routes in a weighted round robin fashion.
1998
2192
  class RrSetRoutingPolicyWrrPolicy
1999
2193
  include Google::Apis::Core::Hashable
@@ -2023,6 +2217,13 @@ module Google
2023
2217
  class RrSetRoutingPolicyWrrPolicyWrrPolicyItem
2024
2218
  include Google::Apis::Core::Hashable
2025
2219
 
2220
+ # HealthCheckTargets describes endpoints to health-check when responding to
2221
+ # Routing Policy queries. Only the healthy endpoints will be included in the
2222
+ # response.
2223
+ # Corresponds to the JSON property `healthCheckedTargets`
2224
+ # @return [Google::Apis::DnsV1::RrSetRoutingPolicyHealthCheckTargets]
2225
+ attr_accessor :health_checked_targets
2226
+
2026
2227
  #
2027
2228
  # Corresponds to the JSON property `kind`
2028
2229
  # @return [String]
@@ -2054,6 +2255,7 @@ module Google
2054
2255
 
2055
2256
  # Update properties of this object
2056
2257
  def update!(**args)
2258
+ @health_checked_targets = args[:health_checked_targets] if args.key?(:health_checked_targets)
2057
2259
  @kind = args[:kind] if args.key?(:kind)
2058
2260
  @rrdatas = args[:rrdatas] if args.key?(:rrdatas)
2059
2261
  @signature_rrdatas = args[:signature_rrdatas] if args.key?(:signature_rrdatas)
@@ -2298,6 +2500,12 @@ module Google
2298
2500
  # @return [String]
2299
2501
  attr_accessor :description
2300
2502
 
2503
+ # The list of Google Kubernetes Engine clusters to which this response policy is
2504
+ # applied.
2505
+ # Corresponds to the JSON property `gkeClusters`
2506
+ # @return [Array<Google::Apis::DnsV1::ResponsePolicyGkeCluster>]
2507
+ attr_accessor :gke_clusters
2508
+
2301
2509
  # Unique identifier for the resource; defined by the server (output only).
2302
2510
  # Corresponds to the JSON property `id`
2303
2511
  # @return [Fixnum]
@@ -2325,6 +2533,7 @@ module Google
2325
2533
  # Update properties of this object
2326
2534
  def update!(**args)
2327
2535
  @description = args[:description] if args.key?(:description)
2536
+ @gke_clusters = args[:gke_clusters] if args.key?(:gke_clusters)
2328
2537
  @id = args[:id] if args.key?(:id)
2329
2538
  @kind = args[:kind] if args.key?(:kind)
2330
2539
  @networks = args[:networks] if args.key?(:networks)
@@ -2332,6 +2541,34 @@ module Google
2332
2541
  end
2333
2542
  end
2334
2543
 
2544
+ #
2545
+ class ResponsePolicyGkeCluster
2546
+ include Google::Apis::Core::Hashable
2547
+
2548
+ # The resource name of the cluster to bind this response policy to. This should
2549
+ # be specified in the format like: projects/*/locations/*/clusters/*. This is
2550
+ # referenced from GKE projects.locations.clusters.get API: https://cloud.google.
2551
+ # com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters/get
2552
+ # Corresponds to the JSON property `gkeClusterName`
2553
+ # @return [String]
2554
+ attr_accessor :gke_cluster_name
2555
+
2556
+ #
2557
+ # Corresponds to the JSON property `kind`
2558
+ # @return [String]
2559
+ attr_accessor :kind
2560
+
2561
+ def initialize(**args)
2562
+ update!(**args)
2563
+ end
2564
+
2565
+ # Update properties of this object
2566
+ def update!(**args)
2567
+ @gke_cluster_name = args[:gke_cluster_name] if args.key?(:gke_cluster_name)
2568
+ @kind = args[:kind] if args.key?(:kind)
2569
+ end
2570
+ end
2571
+
2335
2572
  #
2336
2573
  class ResponsePolicyNetwork
2337
2574
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DnsV1
18
18
  # Version of the google-apis-dns_v1 gem
19
- GEM_VERSION = "0.23.0"
19
+ GEM_VERSION = "0.26.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
@@ -172,6 +172,12 @@ module Google
172
172
  include Google::Apis::Core::JsonObjectSupport
173
173
  end
174
174
 
175
+ class ManagedZonePrivateVisibilityConfigGkeCluster
176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
177
+
178
+ include Google::Apis::Core::JsonObjectSupport
179
+ end
180
+
175
181
  class ManagedZonePrivateVisibilityConfigNetwork
176
182
  class Representation < Google::Apis::Core::JsonRepresentation; end
177
183
 
@@ -292,6 +298,24 @@ module Google
292
298
  include Google::Apis::Core::JsonObjectSupport
293
299
  end
294
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
+
295
319
  class RrSetRoutingPolicyWrrPolicy
296
320
  class Representation < Google::Apis::Core::JsonRepresentation; end
297
321
 
@@ -352,6 +376,12 @@ module Google
352
376
  include Google::Apis::Core::JsonObjectSupport
353
377
  end
354
378
 
379
+ class ResponsePolicyGkeCluster
380
+ class Representation < Google::Apis::Core::JsonRepresentation; end
381
+
382
+ include Google::Apis::Core::JsonObjectSupport
383
+ end
384
+
355
385
  class ResponsePolicyNetwork
356
386
  class Representation < Google::Apis::Core::JsonRepresentation; end
357
387
 
@@ -650,12 +680,22 @@ module Google
650
680
  class ManagedZonePrivateVisibilityConfig
651
681
  # @private
652
682
  class Representation < Google::Apis::Core::JsonRepresentation
683
+ collection :gke_clusters, as: 'gkeClusters', class: Google::Apis::DnsV1::ManagedZonePrivateVisibilityConfigGkeCluster, decorator: Google::Apis::DnsV1::ManagedZonePrivateVisibilityConfigGkeCluster::Representation
684
+
653
685
  property :kind, as: 'kind'
654
686
  collection :networks, as: 'networks', class: Google::Apis::DnsV1::ManagedZonePrivateVisibilityConfigNetwork, decorator: Google::Apis::DnsV1::ManagedZonePrivateVisibilityConfigNetwork::Representation
655
687
 
656
688
  end
657
689
  end
658
690
 
691
+ class ManagedZonePrivateVisibilityConfigGkeCluster
692
+ # @private
693
+ class Representation < Google::Apis::Core::JsonRepresentation
694
+ property :gke_cluster_name, as: 'gkeClusterName'
695
+ property :kind, as: 'kind'
696
+ end
697
+ end
698
+
659
699
  class ManagedZonePrivateVisibilityConfigNetwork
660
700
  # @private
661
701
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -859,6 +899,8 @@ module Google
859
899
  property :geo, as: 'geo', class: Google::Apis::DnsV1::RrSetRoutingPolicyGeoPolicy, decorator: Google::Apis::DnsV1::RrSetRoutingPolicyGeoPolicy::Representation
860
900
 
861
901
  property :kind, as: 'kind'
902
+ property :primary_backup, as: 'primaryBackup', class: Google::Apis::DnsV1::RrSetRoutingPolicyPrimaryBackupPolicy, decorator: Google::Apis::DnsV1::RrSetRoutingPolicyPrimaryBackupPolicy::Representation
903
+
862
904
  property :wrr, as: 'wrr', class: Google::Apis::DnsV1::RrSetRoutingPolicyWrrPolicy, decorator: Google::Apis::DnsV1::RrSetRoutingPolicyWrrPolicy::Representation
863
905
 
864
906
  end
@@ -867,6 +909,7 @@ module Google
867
909
  class RrSetRoutingPolicyGeoPolicy
868
910
  # @private
869
911
  class Representation < Google::Apis::Core::JsonRepresentation
912
+ property :enable_fencing, as: 'enableFencing'
870
913
  collection :items, as: 'items', class: Google::Apis::DnsV1::RrSetRoutingPolicyGeoPolicyGeoPolicyItem, decorator: Google::Apis::DnsV1::RrSetRoutingPolicyGeoPolicyGeoPolicyItem::Representation
871
914
 
872
915
  property :kind, as: 'kind'
@@ -876,6 +919,8 @@ module Google
876
919
  class RrSetRoutingPolicyGeoPolicyGeoPolicyItem
877
920
  # @private
878
921
  class Representation < Google::Apis::Core::JsonRepresentation
922
+ property :health_checked_targets, as: 'healthCheckedTargets', class: Google::Apis::DnsV1::RrSetRoutingPolicyHealthCheckTargets, decorator: Google::Apis::DnsV1::RrSetRoutingPolicyHealthCheckTargets::Representation
923
+
879
924
  property :kind, as: 'kind'
880
925
  property :location, as: 'location'
881
926
  collection :rrdatas, as: 'rrdatas'
@@ -883,6 +928,40 @@ module Google
883
928
  end
884
929
  end
885
930
 
931
+ class RrSetRoutingPolicyHealthCheckTargets
932
+ # @private
933
+ class Representation < Google::Apis::Core::JsonRepresentation
934
+ collection :internal_load_balancers, as: 'internalLoadBalancers', class: Google::Apis::DnsV1::RrSetRoutingPolicyLoadBalancerTarget, decorator: Google::Apis::DnsV1::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::DnsV1::RrSetRoutingPolicyGeoPolicy, decorator: Google::Apis::DnsV1::RrSetRoutingPolicyGeoPolicy::Representation
957
+
958
+ property :kind, as: 'kind'
959
+ property :primary_targets, as: 'primaryTargets', class: Google::Apis::DnsV1::RrSetRoutingPolicyHealthCheckTargets, decorator: Google::Apis::DnsV1::RrSetRoutingPolicyHealthCheckTargets::Representation
960
+
961
+ property :trickle_traffic, as: 'trickleTraffic'
962
+ end
963
+ end
964
+
886
965
  class RrSetRoutingPolicyWrrPolicy
887
966
  # @private
888
967
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -895,6 +974,8 @@ module Google
895
974
  class RrSetRoutingPolicyWrrPolicyWrrPolicyItem
896
975
  # @private
897
976
  class Representation < Google::Apis::Core::JsonRepresentation
977
+ property :health_checked_targets, as: 'healthCheckedTargets', class: Google::Apis::DnsV1::RrSetRoutingPolicyHealthCheckTargets, decorator: Google::Apis::DnsV1::RrSetRoutingPolicyHealthCheckTargets::Representation
978
+
898
979
  property :kind, as: 'kind'
899
980
  collection :rrdatas, as: 'rrdatas'
900
981
  collection :signature_rrdatas, as: 'signatureRrdatas'
@@ -976,6 +1057,8 @@ module Google
976
1057
  # @private
977
1058
  class Representation < Google::Apis::Core::JsonRepresentation
978
1059
  property :description, as: 'description'
1060
+ collection :gke_clusters, as: 'gkeClusters', class: Google::Apis::DnsV1::ResponsePolicyGkeCluster, decorator: Google::Apis::DnsV1::ResponsePolicyGkeCluster::Representation
1061
+
979
1062
  property :id, :numeric_string => true, as: 'id'
980
1063
  property :kind, as: 'kind'
981
1064
  collection :networks, as: 'networks', class: Google::Apis::DnsV1::ResponsePolicyNetwork, decorator: Google::Apis::DnsV1::ResponsePolicyNetwork::Representation
@@ -984,6 +1067,14 @@ module Google
984
1067
  end
985
1068
  end
986
1069
 
1070
+ class ResponsePolicyGkeCluster
1071
+ # @private
1072
+ class Representation < Google::Apis::Core::JsonRepresentation
1073
+ property :gke_cluster_name, as: 'gkeClusterName'
1074
+ property :kind, as: 'kind'
1075
+ end
1076
+ end
1077
+
987
1078
  class ResponsePolicyNetwork
988
1079
  # @private
989
1080
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dns_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.0
4
+ version: 0.26.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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1/v0.23.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1/v0.26.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dns_v1
63
63
  post_install_message:
64
64
  rdoc_options: []