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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/dns_v1/classes.rb +10 -8
- data/lib/google/apis/dns_v1/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: 75f95d46e3044dee1740b378cf9ce1505d5e0ddda5cbbb2793aa25203dec553a
|
|
4
|
+
data.tar.gz: 6a3eed021af413c5335776c0ffdb5890fa553fc42c4b58ab2410fdd05fea40a9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c68b7090c05e822815a8bd21e1191b5da15ce9b889b270022a27505db4100a9919780bd12ac4bd4747e8999ddd1f9b5a71331c6934c31b9ab16fdf982b568767
|
|
7
|
+
data.tar.gz: 7d3d2fec3ac9ab7e25078ea5300891657a5ced6daaac7eba5e6291f5f630d3ad5d29c5ee234a483eb14bd027c4f9e0c7c1d5944dd18ed1266bdd93a9ff68c7b5
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
-
#
|
|
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
|
-
#
|
|
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
|
|
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.
|
|
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 = "
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|