google-apis-dns_v1beta2 0.35.0 → 0.36.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/dns_v1beta2/classes.rb +10 -8
- data/lib/google/apis/dns_v1beta2/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1df929eac3aa4e2072f55bb0fd9151cd3ad3cbe49ce5ce81e2764a2d4a906500
|
|
4
|
+
data.tar.gz: ff20b0adb65540551fd74753f64a853d89cca2edc1c1924a6fa3d8286b0891e8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fa3dadd34c76a3524ef5dfc266faa881302ee3caffb9ebae1fd041c31b9a22afd166a1506be5d263d8e98a1c355694d014429baa602eae80ad15a7a96b0e0150
|
|
7
|
+
data.tar.gz: 9aa3dcaf52eafef3671b0c34bbc97684ccf44320856853606e3b11818f9b87bb3330c1a867265f29532f30dc97eeec5fc35ffe9cdabaa52d9b893cb84b358ba5
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
-
#
|
|
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
|
-
#
|
|
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
|
|
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.
|
|
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 = "
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|