google-apis-dns_v1 0.31.0 → 0.32.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: e4ea298bd21e3365776546d8a823fbc8d34ae03f536d0965263337513a107e95
4
- data.tar.gz: 8f6d314bd98431e1155b375d427453e9c8beb1484262d07b9be96fb80354cd16
3
+ metadata.gz: 75f95d46e3044dee1740b378cf9ce1505d5e0ddda5cbbb2793aa25203dec553a
4
+ data.tar.gz: 6a3eed021af413c5335776c0ffdb5890fa553fc42c4b58ab2410fdd05fea40a9
5
5
  SHA512:
6
- metadata.gz: 51a708e043805fcbc55229147cca6767ab0aa73bc2fa98272aeed61a4f71ef760e883e5d69b5c3cb466b784cced35b23b0fbf2ffccaf69563c47718887aa2f1a
7
- data.tar.gz: bf7d1275b8868e65052db19d65d8f255ff1bb452a51db6d9be7b8f6fea4da9aac046641ae654096fda170a4226b7b4cf89936a4b7ade798ba5db4e577dcd2e7f
6
+ metadata.gz: c68b7090c05e822815a8bd21e1191b5da15ce9b889b270022a27505db4100a9919780bd12ac4bd4747e8999ddd1f9b5a71331c6934c31b9ab16fdf982b568767
7
+ data.tar.gz: 7d3d2fec3ac9ab7e25078ea5300891657a5ced6daaac7eba5e6291f5f630d3ad5d29c5ee234a483eb14bd027c4f9e0c7c1d5944dd18ed1266bdd93a9ff68c7b5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dns_v1
2
2
 
3
+ ### v0.32.0 (2023-04-16)
4
+
5
+ * Regenerated from discovery document revision 20230330
6
+
3
7
  ### v0.31.0 (2023-02-19)
4
8
 
5
9
  * Regenerated using generator version 0.12.0
@@ -2100,7 +2100,7 @@ module Google
2100
2100
  class RrSetRoutingPolicyLoadBalancerTarget
2101
2101
  include Google::Apis::Core::Hashable
2102
2102
 
2103
- # The frontend IP address of the
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
@@ -2115,29 +2115,31 @@ module Google
2115
2115
  # @return [String]
2116
2116
  attr_accessor :kind
2117
2117
 
2118
- #
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.
2119
2121
  # Corresponds to the JSON property `loadBalancerType`
2120
2122
  # @return [String]
2121
2123
  attr_accessor :load_balancer_type
2122
2124
 
2123
- # The fully qualified url of the network on which the ILB is
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`
2124
2128
  # Corresponds to the JSON property `networkUrl`
2125
2129
  # @return [String]
2126
2130
  attr_accessor :network_url
2127
2131
 
2128
- # Load Balancer to health check. The configured port of the Load Balancer.
2132
+ # The configured port of the Load Balancer.
2129
2133
  # Corresponds to the JSON property `port`
2130
2134
  # @return [String]
2131
2135
  attr_accessor :port
2132
2136
 
2133
- # present. This should be formatted like https://www.googleapis.com/compute/v1/
2134
- # projects/`project`/global/networks/`network` The project ID in which the ILB
2135
- # exists.
2137
+ # The project ID in which the ILB exists.
2136
2138
  # Corresponds to the JSON property `project`
2137
2139
  # @return [String]
2138
2140
  attr_accessor :project
2139
2141
 
2140
- # The region for regional ILBs.
2142
+ # The region in which the ILB exists.
2141
2143
  # Corresponds to the JSON property `region`
2142
2144
  # @return [String]
2143
2145
  attr_accessor :region
@@ -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.31.0"
19
+ GEM_VERSION = "0.32.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 = "20230126"
25
+ REVISION = "20230330"
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.31.0
4
+ version: 0.32.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-02-19 00:00:00.000000000 Z
11
+ date: 2023-04-16 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.31.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1/v0.32.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: []