google-apis-dns_v1 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_v1/classes.rb +28 -28
- data/lib/google/apis/dns_v1/gem_version.rb +2 -2
- data/lib/google/apis/dns_v1/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: ec7ae4f0be5513c62f06bf5be088746aedd239e3569f21a8c39a62ad250a07d4
|
|
4
|
+
data.tar.gz: 816098c634b50936f92878744303265aec88284053cea4d22fec1e980847a905
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a7b7d4a21d4ef725d02a419c9b600b7b32d946e8948dbbd51d171a9562cb02683de9d90f2991b6d14d0d5a990b167920d9674d3ab66781a5327810cacd27afab
|
|
7
|
+
data.tar.gz: 1697fa4d589ebeb0a29fc7ba23552148a37abc5da1dc80c9a6a33eaf79061e334884cd9a5a82e95cdbb7749fd0b28ddbf206e48f3ecad4489ca20dd3b44d46b1
|
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
|
|
@@ -583,12 +583,12 @@ module Google
|
|
|
583
583
|
|
|
584
584
|
# The presence of this field indicates that there exist more results following
|
|
585
585
|
# your last page of results in pagination order. To fetch them, make another
|
|
586
|
-
# list request using this value as your page token.
|
|
587
|
-
#
|
|
588
|
-
#
|
|
589
|
-
#
|
|
590
|
-
#
|
|
591
|
-
#
|
|
586
|
+
# list request using this value as your page token. This lets you retrieve the
|
|
587
|
+
# complete contents of even very large collections one page at a time. However,
|
|
588
|
+
# if the contents of the collection change between the first and last paginated
|
|
589
|
+
# list request, the set of all elements returned are an inconsistent view of the
|
|
590
|
+
# collection. You cannot retrieve a consistent snapshot of a collection larger
|
|
591
|
+
# than the maximum page size.
|
|
592
592
|
# Corresponds to the JSON property `nextPageToken`
|
|
593
593
|
# @return [String]
|
|
594
594
|
attr_accessor :next_page_token
|
|
@@ -783,9 +783,9 @@ module Google
|
|
|
783
783
|
# @return [String]
|
|
784
784
|
attr_accessor :kind
|
|
785
785
|
|
|
786
|
-
# The fully qualified URL of the namespace associated with the zone.
|
|
787
|
-
# be
|
|
788
|
-
#
|
|
786
|
+
# The fully qualified URL of the namespace associated with the zone. Format must
|
|
787
|
+
# be https://servicedirectory.googleapis.com/v1/projects/`project`/locations/`
|
|
788
|
+
# location`/namespaces/`namespace`
|
|
789
789
|
# Corresponds to the JSON property `namespaceUrl`
|
|
790
790
|
# @return [String]
|
|
791
791
|
attr_accessor :namespace_url
|
|
@@ -823,12 +823,12 @@ module Google
|
|
|
823
823
|
|
|
824
824
|
# The presence of this field indicates that there exist more results following
|
|
825
825
|
# your last page of results in pagination order. To fetch them, make another
|
|
826
|
-
# list request using this value as your page token.
|
|
827
|
-
#
|
|
828
|
-
#
|
|
829
|
-
#
|
|
830
|
-
#
|
|
831
|
-
#
|
|
826
|
+
# list request using this value as your page token. This lets you the complete
|
|
827
|
+
# contents of even very large collections one page at a time. However, if the
|
|
828
|
+
# contents of the collection change between the first and last paginated list
|
|
829
|
+
# request, the set of all elements returned are an inconsistent view of the
|
|
830
|
+
# collection. You cannot retrieve a consistent snapshot of a collection larger
|
|
831
|
+
# than the maximum page size.
|
|
832
832
|
# Corresponds to the JSON property `nextPageToken`
|
|
833
833
|
# @return [String]
|
|
834
834
|
attr_accessor :next_page_token
|
|
@@ -988,12 +988,12 @@ module Google
|
|
|
988
988
|
|
|
989
989
|
# The presence of this field indicates that there exist more results following
|
|
990
990
|
# your last page of results in pagination order. To fetch them, make another
|
|
991
|
-
# list request using this value as your page token.
|
|
992
|
-
#
|
|
993
|
-
#
|
|
994
|
-
#
|
|
995
|
-
#
|
|
996
|
-
#
|
|
991
|
+
# list request using this value as your page token. This lets you the complete
|
|
992
|
+
# contents of even very large collections one page at a time. However, if the
|
|
993
|
+
# contents of the collection change between the first and last paginated list
|
|
994
|
+
# request, the set of all elements returned are an inconsistent view of the
|
|
995
|
+
# collection. You cannot retrieve a consistent snapshot of a collection larger
|
|
996
|
+
# than the maximum page size.
|
|
997
997
|
# Corresponds to the JSON property `nextPageToken`
|
|
998
998
|
# @return [String]
|
|
999
999
|
attr_accessor :next_page_token
|
|
@@ -1229,7 +1229,7 @@ module Google
|
|
|
1229
1229
|
|
|
1230
1230
|
# A project resource. The project is a top level container for resources
|
|
1231
1231
|
# including Cloud DNS ManagedZones. Projects can be created only in the APIs
|
|
1232
|
-
# console.
|
|
1232
|
+
# console. Next tag: 7.
|
|
1233
1233
|
class Project
|
|
1234
1234
|
include Google::Apis::Core::Hashable
|
|
1235
1235
|
|
|
@@ -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.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_v1
|
|
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_v1/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1/v0.7.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dns_v1
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|