google-apis-dns_v1 0.5.0 → 0.10.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: 4520f42abdea05fc7a6f7ffa8dd91b6ea9f619c4edd1c02e6be4e13f2d0c2523
4
- data.tar.gz: ec0105c4373eeeb53711ac501ac9dbbf58de99ad39f6466370703c3424d6bbbd
3
+ metadata.gz: c8ea65e36440d57b1757f153efae346b9a789b36f47d6cf75065c27d66777e1a
4
+ data.tar.gz: 9f90618da138ef8bd1ffc6440b109e7e576d2edbc68d56c32632471e397e539c
5
5
  SHA512:
6
- metadata.gz: e31b3982d0983d1a846fe3083013317cd90b391b776a6b460807ee57b9819141fc9064fc97218586e564ff92a0a563dfebac94d353a26be2b34de1558da957d1
7
- data.tar.gz: 53de4e9da2f29acab4056eeb96e62c98e795637df081151a2a42c8710e340e700f78f5f8b8c497ea06ba86127e0b6fa5d052dd02867b77aa9b3e10576a9a82ad
6
+ metadata.gz: 630d538c1ae4544483b98e5f43eaba86d6b96b5689cf69730d37d5907f00740c72ecc532e327cdd312326a6c2af7081409144835c77d50ae56b0622c47544398
7
+ data.tar.gz: b3b63948ea67fce4ad036532bae2ce9530767bc5823738a72c118ad5126aa57c7ba4db9330175a285d243ce8edb331b68fe8d89ebe17ab1d5a7ca1cef74c855c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # Release history for google-apis-dns_v1
2
2
 
3
+ ### v0.10.0 (2021-05-19)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.9.0 (2021-04-29)
8
+
9
+ * Regenerated from discovery document revision 20210423
10
+
11
+ ### v0.8.0 (2021-03-29)
12
+
13
+ * Regenerated from discovery document revision 20210319
14
+
15
+ ### v0.7.0 (2021-03-22)
16
+
17
+ * Regenerated from discovery document revision 20210314
18
+
19
+ ### v0.6.0 (2021-03-17)
20
+
21
+ * Regenerated from discovery document revision 20210309
22
+
3
23
  ### v0.5.0 (2021-03-08)
4
24
 
5
25
  * Regenerated from discovery document revision 20210303
@@ -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.5.0"
19
+ GEM_VERSION = "0.10.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 = "20210303"
25
+ REVISION = "20210423"
26
26
  end
27
27
  end
28
28
  end
@@ -180,7 +180,7 @@ module Google
180
180
  execute_or_queue_command(command, &block)
181
181
  end
182
182
 
183
- # Fetch the representation of an existing DnsKey.
183
+ # Fetches the representation of an existing DnsKey.
184
184
  # @param [String] project
185
185
  # Identifies the project addressed by this request.
186
186
  # @param [String] managed_zone
@@ -226,7 +226,7 @@ module Google
226
226
  execute_or_queue_command(command, &block)
227
227
  end
228
228
 
229
- # Enumerate DnsKeys to a ResourceRecordSet collection.
229
+ # Enumerates DnsKeys to a ResourceRecordSet collection.
230
230
  # @param [String] project
231
231
  # Identifies the project addressed by this request.
232
232
  # @param [String] managed_zone
@@ -357,7 +357,7 @@ module Google
357
357
  execute_or_queue_command(command, &block)
358
358
  end
359
359
 
360
- # Create a new ManagedZone.
360
+ # Creates a new ManagedZone.
361
361
  # @param [String] project
362
362
  # Identifies the project addressed by this request.
363
363
  # @param [Google::Apis::DnsV1::ManagedZone] managed_zone_object
@@ -394,7 +394,7 @@ module Google
394
394
  execute_or_queue_command(command, &block)
395
395
  end
396
396
 
397
- # Delete a previously created ManagedZone.
397
+ # Deletes a previously created ManagedZone.
398
398
  # @param [String] project
399
399
  # Identifies the project addressed by this request.
400
400
  # @param [String] managed_zone
@@ -430,7 +430,7 @@ module Google
430
430
  execute_or_queue_command(command, &block)
431
431
  end
432
432
 
433
- # Fetch the representation of an existing ManagedZone.
433
+ # Fetches the representation of an existing ManagedZone.
434
434
  # @param [String] project
435
435
  # Identifies the project addressed by this request.
436
436
  # @param [String] managed_zone
@@ -468,7 +468,7 @@ module Google
468
468
  execute_or_queue_command(command, &block)
469
469
  end
470
470
 
471
- # Enumerate ManagedZones that have been created but not yet deleted.
471
+ # Enumerates ManagedZones that have been created but not yet deleted.
472
472
  # @param [String] project
473
473
  # Identifies the project addressed by this request.
474
474
  # @param [String] dns_name
@@ -509,7 +509,7 @@ module Google
509
509
  execute_or_queue_command(command, &block)
510
510
  end
511
511
 
512
- # Apply a partial update to an existing ManagedZone.
512
+ # Applies a partial update to an existing ManagedZone.
513
513
  # @param [String] project
514
514
  # Identifies the project addressed by this request.
515
515
  # @param [String] managed_zone
@@ -550,7 +550,7 @@ module Google
550
550
  execute_or_queue_command(command, &block)
551
551
  end
552
552
 
553
- # Update an existing ManagedZone.
553
+ # Updates an existing ManagedZone.
554
554
  # @param [String] project
555
555
  # Identifies the project addressed by this request.
556
556
  # @param [String] managed_zone
@@ -739,7 +739,7 @@ module Google
739
739
  execute_or_queue_command(command, &block)
740
740
  end
741
741
 
742
- # Apply a partial update to an existing Policy.
742
+ # Applies a partial update to an existing Policy.
743
743
  # @param [String] project
744
744
  # Identifies the project addressed by this request.
745
745
  # @param [String] policy
@@ -779,7 +779,7 @@ module Google
779
779
  execute_or_queue_command(command, &block)
780
780
  end
781
781
 
782
- # Update an existing Policy.
782
+ # Updates an existing Policy.
783
783
  # @param [String] project
784
784
  # Identifies the project addressed by this request.
785
785
  # @param [String] policy
@@ -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
@@ -853,7 +853,7 @@ module Google
853
853
  execute_or_queue_command(command, &block)
854
854
  end
855
855
 
856
- # Create a new ResourceRecordSet.
856
+ # Creates a new ResourceRecordSet.
857
857
  # @param [String] project
858
858
  # Identifies the project addressed by this request.
859
859
  # @param [String] managed_zone
@@ -894,7 +894,7 @@ module Google
894
894
  execute_or_queue_command(command, &block)
895
895
  end
896
896
 
897
- # Delete a previously created ResourceRecordSet.
897
+ # Deletes a previously created ResourceRecordSet.
898
898
  # @param [String] project
899
899
  # Identifies the project addressed by this request.
900
900
  # @param [String] managed_zone
@@ -938,7 +938,7 @@ module Google
938
938
  execute_or_queue_command(command, &block)
939
939
  end
940
940
 
941
- # Fetch the representation of an existing ResourceRecordSet.
941
+ # Fetches the representation of an existing ResourceRecordSet.
942
942
  # @param [String] project
943
943
  # Identifies the project addressed by this request.
944
944
  # @param [String] managed_zone
@@ -982,7 +982,7 @@ module Google
982
982
  execute_or_queue_command(command, &block)
983
983
  end
984
984
 
985
- # Apply a partial update to an existing ResourceRecordSet.
985
+ # Applies a partial update to an existing ResourceRecordSet.
986
986
  # @param [String] project
987
987
  # Identifies the project addressed by this request.
988
988
  # @param [String] managed_zone
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.5.0
4
+ version: 0.10.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-15 00:00:00.000000000 Z
11
+ date: 2021-05-24 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.5.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1/v0.10.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: []
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.2.13
72
+ rubygems_version: 3.2.17
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Cloud DNS API V1