google-apis-dns_v1beta2 0.32.0 → 0.33.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/dns_v1beta2/classes.rb +2 -2
- 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: c3151cb421f16fc5d6e94b2ecf6a43a07e56add3f6329352543b956274abf60d
|
4
|
+
data.tar.gz: 94ae7fd733cc54c4b8825fa3a2b2b62d6b0b139235d36e7d2f77f1ef37af575b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 650766bcb83f31502dc81666a89cdd3314a3236c932dbcd7f3ec5e13c85819cecbc8221828656e364c9c9482aaefb1a1548259ba54b03175c275df71d727a039
|
7
|
+
data.tar.gz: 331f2cc5071eeb9b3e8c08a1a8b8395183f4eee3e22e28883cba0489b14516bad62a796bc71d3a9c7032bace0e72cf863d70be8a1163f9fec75e5ccb46bfff39
|
data/CHANGELOG.md
CHANGED
@@ -1020,7 +1020,7 @@ module Google
|
|
1020
1020
|
attr_accessor :ipv4_address
|
1021
1021
|
|
1022
1022
|
# IPv6 address of a target name server. Does not accept both fields (ipv4 & ipv6)
|
1023
|
-
# being populated.
|
1023
|
+
# being populated. Public preview as of November 2022.
|
1024
1024
|
# Corresponds to the JSON property `ipv6Address`
|
1025
1025
|
# @return [String]
|
1026
1026
|
attr_accessor :ipv6_address
|
@@ -1694,7 +1694,7 @@ module Google
|
|
1694
1694
|
attr_accessor :ipv4_address
|
1695
1695
|
|
1696
1696
|
# IPv6 address to forward to. Does not accept both fields (ipv4 & ipv6) being
|
1697
|
-
# populated.
|
1697
|
+
# populated. Public preview as of November 2022.
|
1698
1698
|
# Corresponds to the JSON property `ipv6Address`
|
1699
1699
|
# @return [String]
|
1700
1700
|
attr_accessor :ipv6_address
|
@@ -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.33.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.11.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20221110"
|
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.33.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: 2022-
|
11
|
+
date: 2022-12-12 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.33.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: []
|