google-apis-dns_v1beta2 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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6bd660cf6177ff51cd4a156ec625a39a0e232778195c8e1cdec1ddd78a8ccdf5
|
|
4
|
+
data.tar.gz: a166a42e938691832aa89326a440515ab8b5763b57faae1fe703c8fae2d987b2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e9e7312479be2f004910ef82cf4ad2a9acf5bd93c2d4efad84d5f60d669002b5bc996bcaef7cb07d23edbb41219f308c3915c515d2e77626afebe6cd07223c3b
|
|
7
|
+
data.tar.gz: 41a6cb34a489b6e72a4345ae65a0d8cc390aba409aacd4010af53b035f13a6572dba7e6ee30cfb60af19769b42ff47443d557777164d5c331ede47529d29f1e5
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-dns_v1beta2
|
|
2
2
|
|
|
3
|
+
### v0.32.0 (2022-10-27)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20221013
|
|
6
|
+
* Regenerated using generator version 0.11.0
|
|
7
|
+
|
|
3
8
|
### v0.31.0 (2022-09-30)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20220915
|
|
@@ -1688,7 +1688,7 @@ module Google
|
|
|
1688
1688
|
# @return [String]
|
|
1689
1689
|
attr_accessor :forwarding_path
|
|
1690
1690
|
|
|
1691
|
-
# IPv4 address to forward to.
|
|
1691
|
+
# IPv4 address to forward queries to.
|
|
1692
1692
|
# Corresponds to the JSON property `ipv4Address`
|
|
1693
1693
|
# @return [String]
|
|
1694
1694
|
attr_accessor :ipv4_address
|
|
@@ -2423,12 +2423,12 @@ module Google
|
|
|
2423
2423
|
# @return [Google::Apis::DnsV1beta2::ResponseHeader]
|
|
2424
2424
|
attr_accessor :header
|
|
2425
2425
|
|
|
2426
|
-
# The presence of this field indicates that
|
|
2427
|
-
#
|
|
2428
|
-
#
|
|
2429
|
-
# contents of even very large collections one page at a time. However,
|
|
2430
|
-
# contents of the collection change between the first and last paginated
|
|
2431
|
-
# request, the set of all elements returned are an inconsistent view of the
|
|
2426
|
+
# The presence of this field indicates that more results exist following your
|
|
2427
|
+
# last page of results in pagination order. To fetch them, make another list
|
|
2428
|
+
# request by using this value as your page token. This lets you view the
|
|
2429
|
+
# complete contents of even very large collections one page at a time. However,
|
|
2430
|
+
# if the contents of the collection change between the first and last paginated
|
|
2431
|
+
# list request, the set of all elements returned are an inconsistent view of the
|
|
2432
2432
|
# collection. You cannot retrieve a consistent snapshot of a collection larger
|
|
2433
2433
|
# than the maximum page size.
|
|
2434
2434
|
# Corresponds to the JSON property `nextPageToken`
|
|
@@ -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.32.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.11.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20221013"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -624,7 +624,7 @@ module Google
|
|
|
624
624
|
end
|
|
625
625
|
|
|
626
626
|
# Returns permissions that a caller has on the specified resource. If the
|
|
627
|
-
# resource does not exist, this
|
|
627
|
+
# resource does not exist, this returns an empty set of permissions, not a `
|
|
628
628
|
# NOT_FOUND` error. Note: This operation is designed to be used for building
|
|
629
629
|
# permission-aware UIs and command-line tools, not for authorization checking.
|
|
630
630
|
# This operation may "fail open" without warning.
|
|
@@ -1341,7 +1341,7 @@ module Google
|
|
|
1341
1341
|
# @param [String] project
|
|
1342
1342
|
# Identifies the project addressed by this request.
|
|
1343
1343
|
# @param [String] response_policy
|
|
1344
|
-
# User assigned name of the
|
|
1344
|
+
# User assigned name of the response policy addressed by this request.
|
|
1345
1345
|
# @param [Google::Apis::DnsV1beta2::ResponsePolicy] response_policy_object
|
|
1346
1346
|
# @param [String] client_operation_id
|
|
1347
1347
|
# For mutating operation requests only. An optional identifier specified by the
|
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.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: 2022-10-
|
|
11
|
+
date: 2022-10-31 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.
|
|
19
|
+
version: 0.9.1
|
|
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.
|
|
29
|
+
version: 0.9.1
|
|
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.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1beta2/v0.32.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: []
|