google-apis-dns_v1beta2 0.35.0 → 0.36.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: 1e35bc6b9c03308f3461f7bd8e501ee024efbada2f72cc57866a6e9faaa66193
4
- data.tar.gz: 8a8e5abfb1b90fbfca009839ea43ab113f6ed2bff8bb4adfbb2b41bdfd1e36af
3
+ metadata.gz: 1df929eac3aa4e2072f55bb0fd9151cd3ad3cbe49ce5ce81e2764a2d4a906500
4
+ data.tar.gz: ff20b0adb65540551fd74753f64a853d89cca2edc1c1924a6fa3d8286b0891e8
5
5
  SHA512:
6
- metadata.gz: e1d007b99e46761fa23083bbb7b6f7b299626e47680124ed43e4b7b4beee2bb562afedae2d5839d02304deeb66962e83361bc641e2f722040ca3ad705dc15393
7
- data.tar.gz: 0f8c99a2e06af074ab20ecd0f4cf79692bc1f1ee4c010ea9b81b3e5608198195a25e6e6932cc7dd98c9d84072441a15d79edaed069d6f73b04c0caa6deccfde0
6
+ metadata.gz: fa3dadd34c76a3524ef5dfc266faa881302ee3caffb9ebae1fd041c31b9a22afd166a1506be5d263d8e98a1c355694d014429baa602eae80ad15a7a96b0e0150
7
+ data.tar.gz: 9aa3dcaf52eafef3671b0c34bbc97684ccf44320856853606e3b11818f9b87bb3330c1a867265f29532f30dc97eeec5fc35ffe9cdabaa52d9b893cb84b358ba5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dns_v1beta2
2
2
 
3
+ ### v0.36.0 (2023-04-16)
4
+
5
+ * Regenerated from discovery document revision 20230330
6
+
3
7
  ### v0.35.0 (2023-02-26)
4
8
 
5
9
  * Regenerated using generator version 0.12.0
@@ -2113,7 +2113,7 @@ module Google
2113
2113
  class RrSetRoutingPolicyLoadBalancerTarget
2114
2114
  include Google::Apis::Core::Hashable
2115
2115
 
2116
- # The frontend IP address of the
2116
+ # The frontend IP address of the Load Balancer to health check.
2117
2117
  # Corresponds to the JSON property `ipAddress`
2118
2118
  # @return [String]
2119
2119
  attr_accessor :ip_address
@@ -2128,29 +2128,31 @@ module Google
2128
2128
  # @return [String]
2129
2129
  attr_accessor :kind
2130
2130
 
2131
- #
2131
+ # The type of Load Balancer specified by this target. Must match the
2132
+ # configuration of the Load Balancer located at the LoadBalancerTarget's IP
2133
+ # address/port and region.
2132
2134
  # Corresponds to the JSON property `loadBalancerType`
2133
2135
  # @return [String]
2134
2136
  attr_accessor :load_balancer_type
2135
2137
 
2136
- # The fully qualified url of the network on which the ILB is
2138
+ # The fully qualified url of the network on which the ILB is present. This
2139
+ # should be formatted like https://www.googleapis.com/compute/v1/projects/`
2140
+ # project`/global/networks/`network`
2137
2141
  # Corresponds to the JSON property `networkUrl`
2138
2142
  # @return [String]
2139
2143
  attr_accessor :network_url
2140
2144
 
2141
- # Load Balancer to health check. The configured port of the Load Balancer.
2145
+ # The configured port of the Load Balancer.
2142
2146
  # Corresponds to the JSON property `port`
2143
2147
  # @return [String]
2144
2148
  attr_accessor :port
2145
2149
 
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.
2150
+ # The project ID in which the ILB exists.
2149
2151
  # Corresponds to the JSON property `project`
2150
2152
  # @return [String]
2151
2153
  attr_accessor :project
2152
2154
 
2153
- # The region for regional ILBs.
2155
+ # The region in which the ILB exists.
2154
2156
  # Corresponds to the JSON property `region`
2155
2157
  # @return [String]
2156
2158
  attr_accessor :region
@@ -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.35.0"
19
+ GEM_VERSION = "0.36.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_v1beta2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.35.0
4
+ version: 0.36.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-26 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_v1beta2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1beta2/v0.35.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1beta2/v0.36.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: []