google-apis-dns_v1beta2 0.6.0 → 0.7.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2ebb56888a2bd1d49fb830da4557a293368a9dfa78a4e6cf0b44313eb1a1781a
4
- data.tar.gz: bb509890120493a08987c6380c31d3b4f3d9ecb11c6776005c68084a0a6d3e4c
3
+ metadata.gz: 170b1bf8ae3a2c89bde30c4e53ada1864074a9f5f9f2774ae05b4a103733ddb5
4
+ data.tar.gz: f76795098a977a115824b77cdd819d2f3ccbf0e10f35af6bf3a8156e3ab6a69c
5
5
  SHA512:
6
- metadata.gz: 20e47faf5d4d041229d0505411109263272e432fafefce2df9b090e04092c73900438909d7bd3f1131c5004dcb63cce949004fc8947c4bc25797c84027e96bd3
7
- data.tar.gz: c0f075d638f262ee5d6fbdc9d76a974c57da367a48de148c3b6a8acd652347cf91fef6974a5c74621779020c1975ff6c95dee63979dca7c6c146bb7a95b5c23c
6
+ metadata.gz: 415cbf1f735b883d455ca9fd4853b3ade8249fba3540df60f41be0ad09d1cf2b42391b81888697f8252ce305857fccd155d2f52c5016be5b0d8ab356d544ddc5
7
+ data.tar.gz: 1b0ec6460dfe531729d14db8328eb0480e5c7923a89248152c8dc2f9302c9d9aa781841e536aef64eba07eb1252cb1cc431327afffc98ebd3f65cbab59e67bc0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dns_v1beta2
2
2
 
3
+ ### v0.7.0 (2021-03-22)
4
+
5
+ * Regenerated from discovery document revision 20210314
6
+
3
7
  ### v0.6.0 (2021-03-17)
4
8
 
5
9
  * Regenerated from discovery document revision 20210309
@@ -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. In this way you can
113
- # retrieve the complete contents of even very large collections one page at a
114
- # time. However, if the contents of the collection change between the first and
115
- # last paginated list request, the set of all elements returned are an
116
- # inconsistent view of the collection. There is no way to retrieve a "snapshot"
117
- # of collections larger than the maximum page size.
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. In this way you can retrieve
594
- # the complete contents of even very large collections one page at a time.
595
- # However, if the contents of the collection change between the first and last
596
- # paginated list request, the set of all elements returned are an inconsistent
597
- # view of the collection. There is no way to retrieve a consistent snapshot of a
598
- # collection larger than the maximum page size.
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. This should
794
- # be formatted like https://servicedirectory.googleapis.com/v1/projects/`project`
795
- # /locations/`location`/namespaces/`namespace`
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. In this way you can retrieve
834
- # the complete contents of even very large collections one page at a time.
835
- # However, if the contents of the collection change between the first and last
836
- # paginated list request, the set of all elements returned are an inconsistent
837
- # view of the collection. There is no way to retrieve a consistent snapshot of a
838
- # collection larger than the maximum page size.
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. In this way you can retrieve
999
- # the complete contents of even very large collections one page at a time.
1000
- # However, if the contents of the collection change between the first and last
1001
- # paginated list request, the set of all elements returned are an inconsistent
1002
- # view of the collection. There is no way to retrieve a consistent snapshot of a
1003
- # collection larger than the maximum page size.
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. In this way you can retrieve
1523
- # the complete contents of even very large collections one page at a time.
1524
- # However, if the contents of the collection change between the first and last
1525
- # paginated list request, the set of all elements returned are an inconsistent
1526
- # view of the collection. There is no way to retrieve a consistent snapshot of a
1527
- # collection larger than the maximum page size.
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. In this way you can retrieve
1755
- # the complete contents of even very large collections one page at a time.
1756
- # However, if the contents of the collection change between the first and last
1757
- # paginated list request, the set of all elements returned are an inconsistent
1758
- # view of the collection. There is no way to retrieve a consistent snapshot of a
1759
- # collection larger than the maximum page size.
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.6.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 = "20210309"
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
- # Fetch the representation of an existing Project.
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.6.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-22 00:00:00.000000000 Z
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.6.0
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: []