google-apis-dns_v1beta2 0.6.0 → 0.7.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 +40 -40
- data/lib/google/apis/dns_v1beta2/gem_version.rb +2 -2
- data/lib/google/apis/dns_v1beta2/service.rb +1 -1
- 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: 170b1bf8ae3a2c89bde30c4e53ada1864074a9f5f9f2774ae05b4a103733ddb5
|
|
4
|
+
data.tar.gz: f76795098a977a115824b77cdd819d2f3ccbf0e10f35af6bf3a8156e3ab6a69c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 415cbf1f735b883d455ca9fd4853b3ade8249fba3540df60f41be0ad09d1cf2b42391b81888697f8252ce305857fccd155d2f52c5016be5b0d8ab356d544ddc5
|
|
7
|
+
data.tar.gz: 1b0ec6460dfe531729d14db8328eb0480e5c7923a89248152c8dc2f9302c9d9aa781841e536aef64eba07eb1252cb1cc431327afffc98ebd3f65cbab59e67bc0
|
data/CHANGELOG.md
CHANGED
|
@@ -109,12 +109,12 @@ module Google
|
|
|
109
109
|
|
|
110
110
|
# The presence of this field indicates that there exist more results following
|
|
111
111
|
# your last page of results in pagination order. To fetch them, make another
|
|
112
|
-
# list request using this value as your pagination token.
|
|
113
|
-
#
|
|
114
|
-
#
|
|
115
|
-
#
|
|
116
|
-
#
|
|
117
|
-
#
|
|
112
|
+
# list request using this value as your pagination token. This lets you retrieve
|
|
113
|
+
# the complete contents of even very large collections one page at a time.
|
|
114
|
+
# However, if the contents of the collection change between the first and last
|
|
115
|
+
# paginated list request, the set of all elements returned are an inconsistent
|
|
116
|
+
# view of the collection. You cannot retrieve a "snapshot" of collections larger
|
|
117
|
+
# than the maximum page size.
|
|
118
118
|
# Corresponds to the JSON property `nextPageToken`
|
|
119
119
|
# @return [String]
|
|
120
120
|
attr_accessor :next_page_token
|
|
@@ -590,12 +590,12 @@ module Google
|
|
|
590
590
|
|
|
591
591
|
# The presence of this field indicates that there exist more results following
|
|
592
592
|
# your last page of results in pagination order. To fetch them, make another
|
|
593
|
-
# list request using this value as your page token.
|
|
594
|
-
#
|
|
595
|
-
#
|
|
596
|
-
#
|
|
597
|
-
#
|
|
598
|
-
#
|
|
593
|
+
# list request using this value as your page token. This lets you retrieve the
|
|
594
|
+
# complete contents of even very large collections one page at a time. However,
|
|
595
|
+
# if the contents of the collection change between the first and last paginated
|
|
596
|
+
# list request, the set of all elements returned are an inconsistent view of the
|
|
597
|
+
# collection. You cannot retrieve a consistent snapshot of a collection larger
|
|
598
|
+
# than the maximum page size.
|
|
599
599
|
# Corresponds to the JSON property `nextPageToken`
|
|
600
600
|
# @return [String]
|
|
601
601
|
attr_accessor :next_page_token
|
|
@@ -790,9 +790,9 @@ module Google
|
|
|
790
790
|
# @return [String]
|
|
791
791
|
attr_accessor :kind
|
|
792
792
|
|
|
793
|
-
# The fully qualified URL of the namespace associated with the zone.
|
|
794
|
-
# be
|
|
795
|
-
#
|
|
793
|
+
# The fully qualified URL of the namespace associated with the zone. Format must
|
|
794
|
+
# be https://servicedirectory.googleapis.com/v1/projects/`project`/locations/`
|
|
795
|
+
# location`/namespaces/`namespace`
|
|
796
796
|
# Corresponds to the JSON property `namespaceUrl`
|
|
797
797
|
# @return [String]
|
|
798
798
|
attr_accessor :namespace_url
|
|
@@ -830,12 +830,12 @@ module Google
|
|
|
830
830
|
|
|
831
831
|
# The presence of this field indicates that there exist more results following
|
|
832
832
|
# your last page of results in pagination order. To fetch them, make another
|
|
833
|
-
# list request using this value as your page token.
|
|
834
|
-
#
|
|
835
|
-
#
|
|
836
|
-
#
|
|
837
|
-
#
|
|
838
|
-
#
|
|
833
|
+
# list request using this value as your page token. This lets you the complete
|
|
834
|
+
# contents of even very large collections one page at a time. However, if the
|
|
835
|
+
# contents of the collection change between the first and last paginated list
|
|
836
|
+
# request, the set of all elements returned are an inconsistent view of the
|
|
837
|
+
# collection. You cannot retrieve a consistent snapshot of a collection larger
|
|
838
|
+
# than the maximum page size.
|
|
839
839
|
# Corresponds to the JSON property `nextPageToken`
|
|
840
840
|
# @return [String]
|
|
841
841
|
attr_accessor :next_page_token
|
|
@@ -995,12 +995,12 @@ module Google
|
|
|
995
995
|
|
|
996
996
|
# The presence of this field indicates that there exist more results following
|
|
997
997
|
# your last page of results in pagination order. To fetch them, make another
|
|
998
|
-
# list request using this value as your page token.
|
|
999
|
-
#
|
|
1000
|
-
#
|
|
1001
|
-
#
|
|
1002
|
-
#
|
|
1003
|
-
#
|
|
998
|
+
# list request using this value as your page token. This lets you the complete
|
|
999
|
+
# contents of even very large collections one page at a time. However, if the
|
|
1000
|
+
# contents of the collection change between the first and last paginated list
|
|
1001
|
+
# request, the set of all elements returned are an inconsistent view of the
|
|
1002
|
+
# collection. You cannot retrieve a consistent snapshot of a collection larger
|
|
1003
|
+
# than the maximum page size.
|
|
1004
1004
|
# Corresponds to the JSON property `nextPageToken`
|
|
1005
1005
|
# @return [String]
|
|
1006
1006
|
attr_accessor :next_page_token
|
|
@@ -1243,7 +1243,7 @@ module Google
|
|
|
1243
1243
|
|
|
1244
1244
|
# A project resource. The project is a top level container for resources
|
|
1245
1245
|
# including Cloud DNS ManagedZones. Projects can be created only in the APIs
|
|
1246
|
-
# console.
|
|
1246
|
+
# console. Next tag: 7.
|
|
1247
1247
|
class Project
|
|
1248
1248
|
include Google::Apis::Core::Hashable
|
|
1249
1249
|
|
|
@@ -1519,12 +1519,12 @@ module Google
|
|
|
1519
1519
|
|
|
1520
1520
|
# The presence of this field indicates that there exist more results following
|
|
1521
1521
|
# your last page of results in pagination order. To fetch them, make another
|
|
1522
|
-
# list request using this value as your page token.
|
|
1523
|
-
#
|
|
1524
|
-
#
|
|
1525
|
-
#
|
|
1526
|
-
#
|
|
1527
|
-
#
|
|
1522
|
+
# list request using this value as your page token. This lets you the complete
|
|
1523
|
+
# contents of even very large collections one page at a time. However, if the
|
|
1524
|
+
# contents of the collection change between the first and last paginated list
|
|
1525
|
+
# request, the set of all elements returned are an inconsistent view of the
|
|
1526
|
+
# collection. You cannot retrieve a consistent snapshot of a collection larger
|
|
1527
|
+
# than the maximum page size.
|
|
1528
1528
|
# Corresponds to the JSON property `nextPageToken`
|
|
1529
1529
|
# @return [String]
|
|
1530
1530
|
attr_accessor :next_page_token
|
|
@@ -1751,12 +1751,12 @@ module Google
|
|
|
1751
1751
|
|
|
1752
1752
|
# The presence of this field indicates that there exist more results following
|
|
1753
1753
|
# your last page of results in pagination order. To fetch them, make another
|
|
1754
|
-
# list request using this value as your page token.
|
|
1755
|
-
#
|
|
1756
|
-
#
|
|
1757
|
-
#
|
|
1758
|
-
#
|
|
1759
|
-
#
|
|
1754
|
+
# list request using this value as your page token. This lets you the complete
|
|
1755
|
+
# contents of even very large collections one page at a time. However, if the
|
|
1756
|
+
# contents of the collection change between the first and last paginated list
|
|
1757
|
+
# request, the set of all elements returned are an inconsistent view of the
|
|
1758
|
+
# collection. You cannot retrieve a consistent snapshot of a collection larger
|
|
1759
|
+
# than the maximum page size.
|
|
1760
1760
|
# Corresponds to the JSON property `nextPageToken`
|
|
1761
1761
|
# @return [String]
|
|
1762
1762
|
attr_accessor :next_page_token
|
|
@@ -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.7.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.2.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210314"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -819,7 +819,7 @@ module Google
|
|
|
819
819
|
execute_or_queue_command(command, &block)
|
|
820
820
|
end
|
|
821
821
|
|
|
822
|
-
#
|
|
822
|
+
# Fetches the representation of an existing Project.
|
|
823
823
|
# @param [String] project
|
|
824
824
|
# Identifies the project addressed by this request.
|
|
825
825
|
# @param [String] client_operation_id
|
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.7.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: 2021-03-
|
|
11
|
+
date: 2021-03-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -52,7 +52,7 @@ licenses:
|
|
|
52
52
|
metadata:
|
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dns_v1beta2/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1beta2/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1beta2/v0.7.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dns_v1beta2
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|