google-apis-dns_v1 0.33.0 → 0.34.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: d79fdaebf225873453630c308103ce00981877fbde39ba4d8c0ce5765e5514d9
4
- data.tar.gz: 4956fbb2383b755cbc91b5b76f2df8af9976a2199cfe61dbf80a73dbd12f747b
3
+ metadata.gz: 0d7d9f1b3bc4d0ebddbf8ebe7a6b28a58a6db490addb62af2045e91aa772be19
4
+ data.tar.gz: 4c674ec57102496ac80b507c543727b824c405cc7b3e4bf045456a6a79a62245
5
5
  SHA512:
6
- metadata.gz: 50605cc31544623f2ea079dcbe05690846333d6688ba706a7d1e829c96b37490595c48f79a590fec57520c4e189bc4d16cd4901433fe626a77c4d2c2e3af2e63
7
- data.tar.gz: 6ef63f093c049be3485e9536b2e616d976127b5d10c1190353970dcb4b756204201acc5abd7cc820377a53c301b2f97d3246f9d5a0656be422975c15e0f16cc6
6
+ metadata.gz: b716047d4d06803f5bc7913d15144199265740bf86db4e94b469e2c1707d07bd3762ea033fc58687e26e76df7fb5098bf5850074d5bc9f746a14e720f53f32bf
7
+ data.tar.gz: efd6a61f2f9ae5a23ae750ad2e588d3e09e4c3817b222ddfc7d17635c781a4da50312c2e38fb2fc39d328099c7e87c5f29591163c665e0352690c87099a8596a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dns_v1
2
2
 
3
+ ### v0.34.0 (2023-09-10)
4
+
5
+ * Regenerated from discovery document revision 20230831
6
+
3
7
  ### v0.33.0 (2023-08-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20230807
@@ -1993,11 +1993,11 @@ module Google
1993
1993
  include Google::Apis::Core::Hashable
1994
1994
 
1995
1995
  # 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.
1996
+ # geo bucket, we failover to the next nearest geo bucket. With fencing, if
1997
+ # health checking is enabled, as long as some targets in the current geo bucket
1998
+ # are healthy, we return only the healthy targets. However, if all targets are
1999
+ # unhealthy, we don't failover to the next nearest bucket; instead, we return
2000
+ # all the items in the current bucket even when all targets are unhealthy.
2001
2001
  # Corresponds to the JSON property `enableFencing`
2002
2002
  # @return [Boolean]
2003
2003
  attr_accessor :enable_fencing
@@ -2054,9 +2054,9 @@ module Google
2054
2054
  # @return [Array<String>]
2055
2055
  attr_accessor :rrdatas
2056
2056
 
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. .
2057
+ # DNSSEC generated signatures for all the rrdata within this item. If health
2058
+ # checked targets are provided for DNSSEC enabled zones, there's a restriction
2059
+ # of 1 IP address per item.
2060
2060
  # Corresponds to the JSON property `signatureRrdatas`
2061
2061
  # @return [Array<String>]
2062
2062
  attr_accessor :signature_rrdatas
@@ -2096,16 +2096,16 @@ module Google
2096
2096
  end
2097
2097
  end
2098
2098
 
2099
- #
2099
+ # The configuration for an individual load balancer to health check.
2100
2100
  class RrSetRoutingPolicyLoadBalancerTarget
2101
2101
  include Google::Apis::Core::Hashable
2102
2102
 
2103
- # The frontend IP address of the Load Balancer to health check.
2103
+ # The frontend IP address of the load balancer to health check.
2104
2104
  # Corresponds to the JSON property `ipAddress`
2105
2105
  # @return [String]
2106
2106
  attr_accessor :ip_address
2107
2107
 
2108
- #
2108
+ # The protocol of the load balancer to health check.
2109
2109
  # Corresponds to the JSON property `ipProtocol`
2110
2110
  # @return [String]
2111
2111
  attr_accessor :ip_protocol
@@ -2115,31 +2115,34 @@ module Google
2115
2115
  # @return [String]
2116
2116
  attr_accessor :kind
2117
2117
 
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.
2118
+ # The type of load balancer specified by this target. This value must match the
2119
+ # configuration of the load balancer located at the LoadBalancerTarget's IP
2120
+ # address, port, and region. Use the following: - *regionalL4ilb*: for a
2121
+ # regional internal passthrough Network Load Balancer. - *regionalL7ilb*: for a
2122
+ # regional internal Application Load Balancer. - *globalL7ilb*: for a global
2123
+ # internal Application Load Balancer.
2121
2124
  # Corresponds to the JSON property `loadBalancerType`
2122
2125
  # @return [String]
2123
2126
  attr_accessor :load_balancer_type
2124
2127
 
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`
2128
+ # The fully qualified URL of the network that the load balancer is attached to.
2129
+ # This should be formatted like https://www.googleapis.com/compute/v1/projects/`
2130
+ # project`/global/networks/`network` .
2128
2131
  # Corresponds to the JSON property `networkUrl`
2129
2132
  # @return [String]
2130
2133
  attr_accessor :network_url
2131
2134
 
2132
- # The configured port of the Load Balancer.
2135
+ # The configured port of the load balancer.
2133
2136
  # Corresponds to the JSON property `port`
2134
2137
  # @return [String]
2135
2138
  attr_accessor :port
2136
2139
 
2137
- # The project ID in which the ILB exists.
2140
+ # The project ID in which the load balancer is located.
2138
2141
  # Corresponds to the JSON property `project`
2139
2142
  # @return [String]
2140
2143
  attr_accessor :project
2141
2144
 
2142
- # The region in which the ILB exists.
2145
+ # The region in which the load balancer is located.
2143
2146
  # Corresponds to the JSON property `region`
2144
2147
  # @return [String]
2145
2148
  attr_accessor :region
@@ -2252,15 +2255,15 @@ module Google
2252
2255
 
2253
2256
  # DNSSEC generated signatures for all the rrdata within this item. Note that if
2254
2257
  # health checked targets are provided for DNSSEC enabled zones, there's a
2255
- # restriction of 1 ip per item. .
2258
+ # restriction of 1 IP address per item.
2256
2259
  # Corresponds to the JSON property `signatureRrdatas`
2257
2260
  # @return [Array<String>]
2258
2261
  attr_accessor :signature_rrdatas
2259
2262
 
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.
2263
+ # The weight corresponding to this WrrPolicyItem object. When multiple
2264
+ # WrrPolicyItem objects are configured, the probability of returning an
2265
+ # WrrPolicyItem object's data is proportional to its weight relative to the sum
2266
+ # of weights configured for all items. This weight must be non-negative.
2264
2267
  # Corresponds to the JSON property `weight`
2265
2268
  # @return [Float]
2266
2269
  attr_accessor :weight
@@ -2368,11 +2371,10 @@ module Google
2368
2371
  # The presence of this field indicates that there exist more results following
2369
2372
  # your last page of results in pagination order. To fetch them, make another
2370
2373
  # 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.
2374
+ # the complete contents of even larger collections, one page at a time. However,
2375
+ # if the collection changes between paginated list requests, the set of elements
2376
+ # returned is an inconsistent view of the collection. You cannot retrieve a
2377
+ # consistent snapshot of a collection larger than the maximum page size.
2376
2378
  # Corresponds to the JSON property `nextPageToken`
2377
2379
  # @return [String]
2378
2380
  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.34.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 = "20230831"
26
26
  end
27
27
  end
28
28
  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.34.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-09-17 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.34.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: []