google-apis-dns_v1beta2 0.34.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: 2ec2521e9e837c64d41a78d702bb2bff972d5d59a946da15e3f4c7787f5b49ec
4
- data.tar.gz: b7ae7dd725d736f76a80b4f76ba865132208c6aaf43bef83dcd1f9be99d23643
3
+ metadata.gz: 1df929eac3aa4e2072f55bb0fd9151cd3ad3cbe49ce5ce81e2764a2d4a906500
4
+ data.tar.gz: ff20b0adb65540551fd74753f64a853d89cca2edc1c1924a6fa3d8286b0891e8
5
5
  SHA512:
6
- metadata.gz: 239377d9933fb48e2c2fa3b7d099e32b68d49f5ddecd7813e3e7a84c029660d5b83354491ef6d486806fdf5f1984d7dedc9ff44adfffec9d59001d521ecdcdd8
7
- data.tar.gz: 956933ae419db23e4f4a0ad3e2e8b2ee00edcfa3b861db3e63bf9de0493f52218a72be426be802333eb2cc46404acf5dda3364271d95c3a8e5a574813c6d8cc2
6
+ metadata.gz: fa3dadd34c76a3524ef5dfc266faa881302ee3caffb9ebae1fd041c31b9a22afd166a1506be5d263d8e98a1c355694d014429baa602eae80ad15a7a96b0e0150
7
+ data.tar.gz: 9aa3dcaf52eafef3671b0c34bbc97684ccf44320856853606e3b11818f9b87bb3330c1a867265f29532f30dc97eeec5fc35ffe9cdabaa52d9b893cb84b358ba5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.35.0 (2023-02-26)
8
+
9
+ * Regenerated using generator version 0.12.0
10
+
3
11
  ### v0.34.0 (2023-02-12)
4
12
 
5
13
  * Regenerated from discovery document revision 20230126
@@ -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.34.0"
19
+ GEM_VERSION = "0.36.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.1"
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.34.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-12 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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.11.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.1
29
+ version: 0.11.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.34.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: []