google-apis-dns_v1 0.3.0 → 0.4.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 22fb3fed7330cdddded6980065c706d6980b5dfeb4aff34c99ed29474dfe8d9e
4
- data.tar.gz: 560851e3086ae6576ffd5ea236840dd704f13004b87719178c3f1cd09b3add99
3
+ metadata.gz: 72dac0496ab6daa700b8a7e20bbc2c8ea5472770152dd5ff986beb03c234d0f7
4
+ data.tar.gz: ae48b14fa2d34d81689691bcfdcb7ea5fb356ed484525adc691b2497159dd86b
5
5
  SHA512:
6
- metadata.gz: 57cf89a434beca5b6c72ff38b44844e1c58dab65f10ed0e0d92357d5d3393d1ff524d0ac39215944c45e73bfee5d905edbdb67ddee0dda279b15f04c546fca11
7
- data.tar.gz: 3774370383f4931b1bc256bc519e0c0ec272e43e7bdddfce1ba879f6a68c9c171abf87cf4ac907ffd5513176190d19f062a62cb239e3982e8194a02f961e85b7
6
+ metadata.gz: c6c5f5f4e7f2fd1ce839c13ebf0c97889103f4a0a892753df08634ff4d30bdf86c5b1aa0724619fa0a4f50dd3cbc5f69c781549f246abc323c753d6411c910ef
7
+ data.tar.gz: e00db318bb4ff351db643626024a2584d91997787d59aa041d5ef946cd82251e5a2533af4cd21ce6ade2dd4ea088cd9f2354eb2e02ecb690a16a9818f7bf703f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dns_v1
2
2
 
3
+ ### v0.4.0 (2021-03-04)
4
+
5
+ * Regenerated from discovery document revision 20210227
6
+
3
7
  ### v0.3.0 (2021-02-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20210213
@@ -65,7 +65,7 @@ module Google
65
65
  attr_accessor :start_time
66
66
 
67
67
  # Status of the operation (output only). A status of "done" means that the
68
- # request to update the authoritative servers has been sent but the servers
68
+ # request to update the authoritative servers has been sent, but the servers
69
69
  # might not be updated yet.
70
70
  # Corresponds to the JSON property `status`
71
71
  # @return [String]
@@ -167,14 +167,14 @@ module Google
167
167
  attr_accessor :id
168
168
 
169
169
  # Active keys are used to sign subsequent changes to the ManagedZone. Inactive
170
- # keys will still be present as DNSKEY Resource Records for the use of resolvers
170
+ # keys are still present as DNSKEY Resource Records for the use of resolvers
171
171
  # validating existing signatures.
172
172
  # Corresponds to the JSON property `isActive`
173
173
  # @return [Boolean]
174
174
  attr_accessor :is_active
175
175
  alias_method :is_active?, :is_active
176
176
 
177
- # Length of the key in bits. Specified at creation time, then immutable.
177
+ # Length of the key in bits. Specified at creation time, and then immutable.
178
178
  # Corresponds to the JSON property `keyLength`
179
179
  # @return [Fixnum]
180
180
  attr_accessor :key_length
@@ -201,7 +201,7 @@ module Google
201
201
 
202
202
  # One of "KEY_SIGNING" or "ZONE_SIGNING". Keys of type KEY_SIGNING have the
203
203
  # Secure Entry Point flag set and, when active, are used to sign only resource
204
- # record sets of type DNSKEY. Otherwise, the Secure Entry Point flag is cleared
204
+ # record sets of type DNSKEY. Otherwise, the Secure Entry Point flag is cleared,
205
205
  # and this key is used to sign only resource record sets of other types.
206
206
  # Immutable after creation time.
207
207
  # Corresponds to the JSON property `type`
@@ -399,8 +399,8 @@ module Google
399
399
 
400
400
  # Optionally specifies the NameServerSet for this ManagedZone. A NameServerSet
401
401
  # is a set of DNS name servers that all host the same ManagedZones. Most users
402
- # will leave this field unset. If you need to use this field, please reach out
403
- # to your account team.
402
+ # leave this field unset. If you need to use this field, contact your account
403
+ # team.
404
404
  # Corresponds to the JSON property `nameServerSet`
405
405
  # @return [String]
406
406
  attr_accessor :name_server_set
@@ -537,9 +537,10 @@ module Google
537
537
  include Google::Apis::Core::Hashable
538
538
 
539
539
  # Forwarding path for this NameServerTarget. If unset or set to DEFAULT, Cloud
540
- # DNS makes forwarding decisions based on address ranges; that is, RFC1918
541
- # addresses go to the VPC, non-RFC1918 addresses go to the internet. When set to
542
- # PRIVATE, Cloud DNS always sends queries through VPC for this target.
540
+ # DNS makes forwarding decisions based on IP address ranges; that is, RFC1918
541
+ # addresses go to the VPC network, non-RFC1918 addresses go to the internet.
542
+ # When set to PRIVATE, Cloud DNS always sends queries through the VPC network
543
+ # for this target.
543
544
  # Corresponds to the JSON property `forwardingPath`
544
545
  # @return [String]
545
546
  attr_accessor :forwarding_path
@@ -705,9 +706,9 @@ module Google
705
706
  # @return [String]
706
707
  attr_accessor :kind
707
708
 
708
- # The fully qualified URL of the VPC network to bind to. This should be
709
- # formatted like https://www.googleapis.com/compute/v1/projects/`project`/global/
710
- # networks/`network`
709
+ # The fully qualified URL of the VPC network to bind to. Format this URL like
710
+ # https://www.googleapis.com/compute/v1/projects/`project`/global/networks/`
711
+ # network`
711
712
  # Corresponds to the JSON property `networkUrl`
712
713
  # @return [String]
713
714
  attr_accessor :network_url
@@ -771,8 +772,8 @@ module Google
771
772
  class ManagedZoneServiceDirectoryConfigNamespace
772
773
  include Google::Apis::Core::Hashable
773
774
 
774
- # The time that the namespace backing this zone was deleted, empty string if it
775
- # still exists. This is in RFC3339 text format. Output only.
775
+ # The time that the namespace backing this zone was deleted; an empty string if
776
+ # it still exists. This is in RFC3339 text format. Output only.
776
777
  # Corresponds to the JSON property `deletionTime`
777
778
  # @return [String]
778
779
  attr_accessor :deletion_time
@@ -1087,7 +1088,7 @@ module Google
1087
1088
 
1088
1089
  # Allows networks bound to this policy to receive DNS queries sent by VMs or
1089
1090
  # applications over VPN connections. When enabled, a virtual IP address is
1090
- # allocated from each of the sub-networks that are bound to this policy.
1091
+ # allocated from each of the subnetworks that are bound to this policy.
1091
1092
  # Corresponds to the JSON property `enableInboundForwarding`
1092
1093
  # @return [Boolean]
1093
1094
  attr_accessor :enable_inbound_forwarding
@@ -1169,9 +1170,10 @@ module Google
1169
1170
  include Google::Apis::Core::Hashable
1170
1171
 
1171
1172
  # Forwarding path for this TargetNameServer. If unset or set to DEFAULT, Cloud
1172
- # DNS makes forwarding decision based on address ranges; that is, RFC1918
1173
- # addresses go to the VPC, non-RFC1918 addresses go to the internet. When set to
1174
- # PRIVATE, Cloud DNS always sends queries through VPC for this target.
1173
+ # DNS makes forwarding decisions based on address ranges; that is, RFC1918
1174
+ # addresses go to the VPC network, non-RFC1918 addresses go to the internet.
1175
+ # When set to PRIVATE, Cloud DNS always sends queries through the VPC network
1176
+ # for this target.
1175
1177
  # Corresponds to the JSON property `forwardingPath`
1176
1178
  # @return [String]
1177
1179
  attr_accessor :forwarding_path
@@ -1370,7 +1372,7 @@ module Google
1370
1372
  end
1371
1373
  end
1372
1374
 
1373
- # A unit of data that will be returned by the DNS servers.
1375
+ # A unit of data that is returned by the DNS servers.
1374
1376
  class ResourceRecordSet
1375
1377
  include Google::Apis::Core::Hashable
1376
1378
 
@@ -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.3.0"
19
+ GEM_VERSION = "0.4.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.1.2"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210213"
25
+ REVISION = "20210227"
26
26
  end
27
27
  end
28
28
  end
@@ -591,7 +591,7 @@ module Google
591
591
  execute_or_queue_command(command, &block)
592
592
  end
593
593
 
594
- # Creates a new Policy
594
+ # Creates a new Policy.
595
595
  # @param [String] project
596
596
  # Identifies the project addressed by this request.
597
597
  # @param [Google::Apis::DnsV1::Policy] policy_object
@@ -628,7 +628,7 @@ module Google
628
628
  execute_or_queue_command(command, &block)
629
629
  end
630
630
 
631
- # Delete a previously created Policy. Fails if the policy is still being
631
+ # Deletes a previously created Policy. Fails if the policy is still being
632
632
  # referenced by a network.
633
633
  # @param [String] project
634
634
  # Identifies the project addressed by this request.
@@ -853,7 +853,7 @@ module Google
853
853
  execute_or_queue_command(command, &block)
854
854
  end
855
855
 
856
- # Enumerate ResourceRecordSets that you have created but not yet deleted.
856
+ # Enumerates ResourceRecordSets that you have created but not yet deleted.
857
857
  # @param [String] project
858
858
  # Identifies the project addressed by this request.
859
859
  # @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.3.0
4
+ version: 0.4.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-01 00:00:00.000000000 Z
11
+ date: 2021-03-08 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.3.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1/v0.4.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: []
@@ -62,14 +62,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
62
  requirements:
63
63
  - - ">="
64
64
  - !ruby/object:Gem::Version
65
- version: '2.4'
65
+ version: '2.5'
66
66
  required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - ">="
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.2.11
72
+ rubygems_version: 3.2.13
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Cloud DNS API V1