google-apis-dns_v1 0.33.0 → 0.35.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d79fdaebf225873453630c308103ce00981877fbde39ba4d8c0ce5765e5514d9
4
- data.tar.gz: 4956fbb2383b755cbc91b5b76f2df8af9976a2199cfe61dbf80a73dbd12f747b
3
+ metadata.gz: 0b3c2cb2540d2b96db99fc8f8d9dda9da108b668c65c15094068f65241f67cfe
4
+ data.tar.gz: '09e14dadc85e31eb4386a6d6214679b927fc6638ceab71e59c8026ba13ce4fa3'
5
5
  SHA512:
6
- metadata.gz: 50605cc31544623f2ea079dcbe05690846333d6688ba706a7d1e829c96b37490595c48f79a590fec57520c4e189bc4d16cd4901433fe626a77c4d2c2e3af2e63
7
- data.tar.gz: 6ef63f093c049be3485e9536b2e616d976127b5d10c1190353970dcb4b756204201acc5abd7cc820377a53c301b2f97d3246f9d5a0656be422975c15e0f16cc6
6
+ metadata.gz: a16d7121a018d66bd06d9e759361d8620768590c6641d84656b44e78a05bae4f6a4b5d8b8b1605191e911bc6e1a9b5acfe3d3b78cb436f93e75877db6e6aa3c4
7
+ data.tar.gz: 0eeebc94844a2499a6afdd33e75f085a4c5e22adcd297b4482491ba64a52277725429f4ba3777523e1aa4a861bf70e41f4958d9dbb6499017d56ded93485afd0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-dns_v1
2
2
 
3
+ ### v0.35.0 (2023-12-10)
4
+
5
+ * Regenerated from discovery document revision 20231130
6
+
7
+ ### v0.34.0 (2023-09-10)
8
+
9
+ * Regenerated from discovery document revision 20230831
10
+
3
11
  ### v0.33.0 (2023-08-27)
4
12
 
5
13
  * Regenerated from discovery document revision 20230807
@@ -1957,6 +1957,13 @@ module Google
1957
1957
  # @return [Google::Apis::DnsV1::RrSetRoutingPolicyGeoPolicy]
1958
1958
  attr_accessor :geo
1959
1959
 
1960
+ # The selfLink attribute of the HealthCheck resource to use for this
1961
+ # RRSetRoutingPolicy. https://cloud.google.com/compute/docs/reference/rest/v1/
1962
+ # healthChecks
1963
+ # Corresponds to the JSON property `healthCheck`
1964
+ # @return [String]
1965
+ attr_accessor :health_check
1966
+
1960
1967
  #
1961
1968
  # Corresponds to the JSON property `kind`
1962
1969
  # @return [String]
@@ -1981,6 +1988,7 @@ module Google
1981
1988
  # Update properties of this object
1982
1989
  def update!(**args)
1983
1990
  @geo = args[:geo] if args.key?(:geo)
1991
+ @health_check = args[:health_check] if args.key?(:health_check)
1984
1992
  @kind = args[:kind] if args.key?(:kind)
1985
1993
  @primary_backup = args[:primary_backup] if args.key?(:primary_backup)
1986
1994
  @wrr = args[:wrr] if args.key?(:wrr)
@@ -1993,11 +2001,11 @@ module Google
1993
2001
  include Google::Apis::Core::Hashable
1994
2002
 
1995
2003
  # Without fencing, if health check fails for all configured items in the current
1996
- # geo bucket, we'll failover to the next nearest geo bucket. With fencing, if
1997
- # health check is enabled, as long as some targets in the current geo bucket are
1998
- # healthy, we'll return only the healthy targets. However, if they're all
1999
- # unhealthy, we won't failover to the next nearest bucket, we'll simply return
2000
- # all the items in the current bucket even though they're unhealthy.
2004
+ # geo bucket, we failover to the next nearest geo bucket. With fencing, if
2005
+ # health checking is enabled, as long as some targets in the current geo bucket
2006
+ # are healthy, we return only the healthy targets. However, if all targets are
2007
+ # unhealthy, we don't failover to the next nearest bucket; instead, we return
2008
+ # all the items in the current bucket even when all targets are unhealthy.
2001
2009
  # Corresponds to the JSON property `enableFencing`
2002
2010
  # @return [Boolean]
2003
2011
  attr_accessor :enable_fencing
@@ -2032,7 +2040,8 @@ module Google
2032
2040
 
2033
2041
  # HealthCheckTargets describes endpoints to health-check when responding to
2034
2042
  # Routing Policy queries. Only the healthy endpoints will be included in the
2035
- # response.
2043
+ # response. Only one of internal_load_balancer and external_endpoints should be
2044
+ # set.
2036
2045
  # Corresponds to the JSON property `healthCheckedTargets`
2037
2046
  # @return [Google::Apis::DnsV1::RrSetRoutingPolicyHealthCheckTargets]
2038
2047
  attr_accessor :health_checked_targets
@@ -2054,9 +2063,9 @@ module Google
2054
2063
  # @return [Array<String>]
2055
2064
  attr_accessor :rrdatas
2056
2065
 
2057
- # DNSSEC generated signatures for all the rrdata within this item. Note that if
2058
- # health checked targets are provided for DNSSEC enabled zones, there's a
2059
- # restriction of 1 ip per item. .
2066
+ # DNSSEC generated signatures for all the rrdata within this item. If health
2067
+ # checked targets are provided for DNSSEC enabled zones, there's a restriction
2068
+ # of 1 IP address per item.
2060
2069
  # Corresponds to the JSON property `signatureRrdatas`
2061
2070
  # @return [Array<String>]
2062
2071
  attr_accessor :signature_rrdatas
@@ -2077,11 +2086,19 @@ module Google
2077
2086
 
2078
2087
  # HealthCheckTargets describes endpoints to health-check when responding to
2079
2088
  # Routing Policy queries. Only the healthy endpoints will be included in the
2080
- # response.
2089
+ # response. Only one of internal_load_balancer and external_endpoints should be
2090
+ # set.
2081
2091
  class RrSetRoutingPolicyHealthCheckTargets
2082
2092
  include Google::Apis::Core::Hashable
2083
2093
 
2084
- #
2094
+ # The Internet IP addresses to be health checked. The format matches the format
2095
+ # of ResourceRecordSet.rrdata as defined in RFC 1035 (section 5) and RFC 1034 (
2096
+ # section 3.6.1)
2097
+ # Corresponds to the JSON property `externalEndpoints`
2098
+ # @return [Array<String>]
2099
+ attr_accessor :external_endpoints
2100
+
2101
+ # Configuration for internal load balancers to be health checked.
2085
2102
  # Corresponds to the JSON property `internalLoadBalancers`
2086
2103
  # @return [Array<Google::Apis::DnsV1::RrSetRoutingPolicyLoadBalancerTarget>]
2087
2104
  attr_accessor :internal_load_balancers
@@ -2092,20 +2109,21 @@ module Google
2092
2109
 
2093
2110
  # Update properties of this object
2094
2111
  def update!(**args)
2112
+ @external_endpoints = args[:external_endpoints] if args.key?(:external_endpoints)
2095
2113
  @internal_load_balancers = args[:internal_load_balancers] if args.key?(:internal_load_balancers)
2096
2114
  end
2097
2115
  end
2098
2116
 
2099
- #
2117
+ # The configuration for an individual load balancer to health check.
2100
2118
  class RrSetRoutingPolicyLoadBalancerTarget
2101
2119
  include Google::Apis::Core::Hashable
2102
2120
 
2103
- # The frontend IP address of the Load Balancer to health check.
2121
+ # The frontend IP address of the load balancer to health check.
2104
2122
  # Corresponds to the JSON property `ipAddress`
2105
2123
  # @return [String]
2106
2124
  attr_accessor :ip_address
2107
2125
 
2108
- #
2126
+ # The protocol of the load balancer to health check.
2109
2127
  # Corresponds to the JSON property `ipProtocol`
2110
2128
  # @return [String]
2111
2129
  attr_accessor :ip_protocol
@@ -2115,31 +2133,34 @@ module Google
2115
2133
  # @return [String]
2116
2134
  attr_accessor :kind
2117
2135
 
2118
- # The type of Load Balancer specified by this target. Must match the
2119
- # configuration of the Load Balancer located at the LoadBalancerTarget's IP
2120
- # address/port and region.
2136
+ # The type of load balancer specified by this target. This value must match the
2137
+ # configuration of the load balancer located at the LoadBalancerTarget's IP
2138
+ # address, port, and region. Use the following: - *regionalL4ilb*: for a
2139
+ # regional internal passthrough Network Load Balancer. - *regionalL7ilb*: for a
2140
+ # regional internal Application Load Balancer. - *globalL7ilb*: for a global
2141
+ # internal Application Load Balancer.
2121
2142
  # Corresponds to the JSON property `loadBalancerType`
2122
2143
  # @return [String]
2123
2144
  attr_accessor :load_balancer_type
2124
2145
 
2125
- # The fully qualified url of the network on which the ILB is present. This
2126
- # should be formatted like https://www.googleapis.com/compute/v1/projects/`
2127
- # project`/global/networks/`network`
2146
+ # The fully qualified URL of the network that the load balancer is attached to.
2147
+ # This should be formatted like https://www.googleapis.com/compute/v1/projects/`
2148
+ # project`/global/networks/`network` .
2128
2149
  # Corresponds to the JSON property `networkUrl`
2129
2150
  # @return [String]
2130
2151
  attr_accessor :network_url
2131
2152
 
2132
- # The configured port of the Load Balancer.
2153
+ # The configured port of the load balancer.
2133
2154
  # Corresponds to the JSON property `port`
2134
2155
  # @return [String]
2135
2156
  attr_accessor :port
2136
2157
 
2137
- # The project ID in which the ILB exists.
2158
+ # The project ID in which the load balancer is located.
2138
2159
  # Corresponds to the JSON property `project`
2139
2160
  # @return [String]
2140
2161
  attr_accessor :project
2141
2162
 
2142
- # The region in which the ILB exists.
2163
+ # The region in which the load balancer is located.
2143
2164
  # Corresponds to the JSON property `region`
2144
2165
  # @return [String]
2145
2166
  attr_accessor :region
@@ -2180,7 +2201,8 @@ module Google
2180
2201
 
2181
2202
  # HealthCheckTargets describes endpoints to health-check when responding to
2182
2203
  # Routing Policy queries. Only the healthy endpoints will be included in the
2183
- # response.
2204
+ # response. Only one of internal_load_balancer and external_endpoints should be
2205
+ # set.
2184
2206
  # Corresponds to the JSON property `primaryTargets`
2185
2207
  # @return [Google::Apis::DnsV1::RrSetRoutingPolicyHealthCheckTargets]
2186
2208
  attr_accessor :primary_targets
@@ -2235,7 +2257,8 @@ module Google
2235
2257
 
2236
2258
  # HealthCheckTargets describes endpoints to health-check when responding to
2237
2259
  # Routing Policy queries. Only the healthy endpoints will be included in the
2238
- # response.
2260
+ # response. Only one of internal_load_balancer and external_endpoints should be
2261
+ # set.
2239
2262
  # Corresponds to the JSON property `healthCheckedTargets`
2240
2263
  # @return [Google::Apis::DnsV1::RrSetRoutingPolicyHealthCheckTargets]
2241
2264
  attr_accessor :health_checked_targets
@@ -2252,15 +2275,15 @@ module Google
2252
2275
 
2253
2276
  # DNSSEC generated signatures for all the rrdata within this item. Note that if
2254
2277
  # health checked targets are provided for DNSSEC enabled zones, there's a
2255
- # restriction of 1 ip per item. .
2278
+ # restriction of 1 IP address per item.
2256
2279
  # Corresponds to the JSON property `signatureRrdatas`
2257
2280
  # @return [Array<String>]
2258
2281
  attr_accessor :signature_rrdatas
2259
2282
 
2260
- # The weight corresponding to this subset of rrdata. When multiple
2261
- # WeightedRoundRobinPolicyItems are configured, the probability of returning an
2262
- # rrset is proportional to its weight relative to the sum of weights configured
2263
- # for all items. This weight should be non-negative.
2283
+ # The weight corresponding to this WrrPolicyItem object. When multiple
2284
+ # WrrPolicyItem objects are configured, the probability of returning an
2285
+ # WrrPolicyItem object's data is proportional to its weight relative to the sum
2286
+ # of weights configured for all items. This weight must be non-negative.
2264
2287
  # Corresponds to the JSON property `weight`
2265
2288
  # @return [Float]
2266
2289
  attr_accessor :weight
@@ -2368,11 +2391,10 @@ module Google
2368
2391
  # The presence of this field indicates that there exist more results following
2369
2392
  # your last page of results in pagination order. To fetch them, make another
2370
2393
  # list request using this value as your pagination token. This lets you retrieve
2371
- # complete contents of even larger collections, one page at a time. However, if
2372
- # the contents of the collection change between the first and last paginated
2373
- # list request, the set of elements returned are an inconsistent view of the
2374
- # collection. You cannot retrieve a consistent snapshot of a collection larger
2375
- # than the maximum page size.
2394
+ # the complete contents of even larger collections, one page at a time. However,
2395
+ # if the collection changes between paginated list requests, the set of elements
2396
+ # returned is an inconsistent view of the collection. You cannot retrieve a
2397
+ # consistent snapshot of a collection larger than the maximum page size.
2376
2398
  # Corresponds to the JSON property `nextPageToken`
2377
2399
  # @return [String]
2378
2400
  attr_accessor :next_page_token
@@ -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.33.0"
19
+ GEM_VERSION = "0.35.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230807"
25
+ REVISION = "20231130"
26
26
  end
27
27
  end
28
28
  end
@@ -900,6 +900,7 @@ module Google
900
900
  class Representation < Google::Apis::Core::JsonRepresentation
901
901
  property :geo, as: 'geo', class: Google::Apis::DnsV1::RrSetRoutingPolicyGeoPolicy, decorator: Google::Apis::DnsV1::RrSetRoutingPolicyGeoPolicy::Representation
902
902
 
903
+ property :health_check, as: 'healthCheck'
903
904
  property :kind, as: 'kind'
904
905
  property :primary_backup, as: 'primaryBackup', class: Google::Apis::DnsV1::RrSetRoutingPolicyPrimaryBackupPolicy, decorator: Google::Apis::DnsV1::RrSetRoutingPolicyPrimaryBackupPolicy::Representation
905
906
 
@@ -933,6 +934,7 @@ module Google
933
934
  class RrSetRoutingPolicyHealthCheckTargets
934
935
  # @private
935
936
  class Representation < Google::Apis::Core::JsonRepresentation
937
+ collection :external_endpoints, as: 'externalEndpoints'
936
938
  collection :internal_load_balancers, as: 'internalLoadBalancers', class: Google::Apis::DnsV1::RrSetRoutingPolicyLoadBalancerTarget, decorator: Google::Apis::DnsV1::RrSetRoutingPolicyLoadBalancerTarget::Representation
937
939
 
938
940
  end
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.33.0
4
+ version: 0.35.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: 2023-08-27 00:00:00.000000000 Z
11
+ date: 2023-12-10 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.33.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1/v0.35.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: []