google-apis-dns_v1 0.6.0 → 0.11.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: 68b269c26728f08e385836532e133da561a3c74d8c76b9f5ea9160f80626d1bc
4
- data.tar.gz: f7bad9e81b2056ea942cd3229270a76ad90c0870c0210dd66de4b043a4239670
3
+ metadata.gz: 4590e736306fd1a37fa83f0a6295a24e6242a6a2b497e91ae97441cd6f65a803
4
+ data.tar.gz: 23ab0b8b24982323cb1ecfef45d3d727e903d48e2b8ae5d1e8e773a144d5d154
5
5
  SHA512:
6
- metadata.gz: b5c8c40e33fb457eb0db79baf08a9b3eefa0abce560526f63ab7101b1d4b88fe3d52838751bc6a95cc127b73135628e55e004b78bcb3f0b79e3ae13ea8b1dd5f
7
- data.tar.gz: b5fa50855d0f3a6ff531e3b05bf4a8eff225c068a5dbc76b29cd45fb66c100136b3e31f7071365faaf8c46a35f8ef092079dce59ff4b67379af9afe2f5779022
6
+ metadata.gz: c6447cd98c916868e0ffb59d04863315dcbce228559c3430d7914905beb5a99248a4227d6a7e15f46a2ae20043f93f94488f5b9a0607ca1f376a69beca532fa5
7
+ data.tar.gz: d915eecf5553bb7dd1a9264e3bb9242bf667bea54133faf015eefcfdffe6efcf18a32ebf0418cb956bb74c0505daffd6b94c66f4390803645375c75bb96b6925
data/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # Release history for google-apis-dns_v1
2
2
 
3
+ ### v0.11.0 (2021-06-24)
4
+
5
+ * Regenerated using generator version 0.3.0
6
+
7
+ ### v0.10.0 (2021-05-19)
8
+
9
+ * Unspecified changes
10
+
11
+ ### v0.9.0 (2021-04-29)
12
+
13
+ * Regenerated from discovery document revision 20210423
14
+
15
+ ### v0.8.0 (2021-03-29)
16
+
17
+ * Regenerated from discovery document revision 20210319
18
+
19
+ ### v0.7.0 (2021-03-22)
20
+
21
+ * Regenerated from discovery document revision 20210314
22
+
3
23
  ### v0.6.0 (2021-03-17)
4
24
 
5
25
  * Regenerated from discovery document revision 20210309
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1'
31
31
 
32
- # View and manage your data across Google Cloud Platform services
32
+ # See, edit, configure, and delete your Google Cloud Platform data
33
33
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
34
 
35
35
  # View your data across Google Cloud Platform services
@@ -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
@@ -576,19 +576,19 @@ module Google
576
576
  # @return [Google::Apis::DnsV1::ResponseHeader]
577
577
  attr_accessor :header
578
578
 
579
- #
579
+ # Type of resource.
580
580
  # Corresponds to the JSON property `kind`
581
581
  # @return [String]
582
582
  attr_accessor :kind
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. In this way you can retrieve
587
- # the complete contents of even very large collections one page at a time.
588
- # However, if the contents of the collection change between the first and last
589
- # paginated list request, the set of all elements returned are an inconsistent
590
- # view of the collection. There is no way to retrieve a consistent snapshot of a
591
- # collection larger than the maximum page size.
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. This should
787
- # be formatted like https://servicedirectory.googleapis.com/v1/projects/`project`
788
- # /locations/`location`/namespaces/`namespace`
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. In this way you can retrieve
827
- # the complete contents of even very large collections one page at a time.
828
- # However, if the contents of the collection change between the first and last
829
- # paginated list request, the set of all elements returned are an inconsistent
830
- # view of the collection. There is no way to retrieve a consistent snapshot of a
831
- # collection larger than the maximum page size.
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. In this way you can retrieve
992
- # the complete contents of even very large collections one page at a time.
993
- # However, if the contents of the collection change between the first and last
994
- # paginated list request, the set of all elements returned are an inconsistent
995
- # view of the collection. There is no way to retrieve a consistent snapshot of a
996
- # collection larger than the maximum page size.
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.6.0"
19
+ GEM_VERSION = "0.11.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210309"
25
+ REVISION = "20210423"
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,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dns_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.11.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-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.3'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.3'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Cloud DNS API V1. Simple REST clients
28
34
  are Ruby client libraries that provide access to Google services via their HTTP
29
35
  REST API endpoints. These libraries are generated and updated automatically based
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  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.6.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1/v0.11.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dns_v1
57
63
  post_install_message:
58
64
  rdoc_options: []
@@ -69,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
75
  - !ruby/object:Gem::Version
70
76
  version: '0'
71
77
  requirements: []
72
- rubygems_version: 3.2.13
78
+ rubygems_version: 3.2.17
73
79
  signing_key:
74
80
  specification_version: 4
75
81
  summary: Simple REST client for Cloud DNS API V1