google-apis-dns_v1 0.2.0 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/dns_v1/classes.rb +41 -40
- data/lib/google/apis/dns_v1/gem_version.rb +2 -2
- data/lib/google/apis/dns_v1/service.rb +19 -19
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 22fb3fed7330cdddded6980065c706d6980b5dfeb4aff34c99ed29474dfe8d9e
|
4
|
+
data.tar.gz: 560851e3086ae6576ffd5ea236840dd704f13004b87719178c3f1cd09b3add99
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 57cf89a434beca5b6c72ff38b44844e1c58dab65f10ed0e0d92357d5d3393d1ff524d0ac39215944c45e73bfee5d905edbdb67ddee0dda279b15f04c546fca11
|
7
|
+
data.tar.gz: 3774370383f4931b1bc256bc519e0c0ec272e43e7bdddfce1ba879f6a68c9c171abf87cf4ac907ffd5513176190d19f062a62cb239e3982e8194a02f961e85b7
|
data/CHANGELOG.md
CHANGED
@@ -112,7 +112,7 @@ module Google
|
|
112
112
|
# list request using this value as your pagination token. In this way you can
|
113
113
|
# retrieve the complete contents of even very large collections one page at a
|
114
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
|
115
|
+
# last paginated list request, the set of all elements returned are an
|
116
116
|
# inconsistent view of the collection. There is no way to retrieve a "snapshot"
|
117
117
|
# of collections larger than the maximum page size.
|
118
118
|
# Corresponds to the JSON property `nextPageToken`
|
@@ -166,15 +166,15 @@ module Google
|
|
166
166
|
# @return [String]
|
167
167
|
attr_accessor :id
|
168
168
|
|
169
|
-
# Active keys
|
170
|
-
#
|
171
|
-
#
|
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
|
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, then immutable.
|
178
178
|
# Corresponds to the JSON property `keyLength`
|
179
179
|
# @return [Fixnum]
|
180
180
|
attr_accessor :key_length
|
@@ -200,10 +200,10 @@ module Google
|
|
200
200
|
attr_accessor :public_key
|
201
201
|
|
202
202
|
# One of "KEY_SIGNING" or "ZONE_SIGNING". Keys of type KEY_SIGNING have the
|
203
|
-
# Secure Entry Point flag set and, when active,
|
204
|
-
#
|
205
|
-
#
|
206
|
-
#
|
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
|
205
|
+
# and this key is used to sign only resource record sets of other types.
|
206
|
+
# Immutable after creation time.
|
207
207
|
# Corresponds to the JSON property `type`
|
208
208
|
# @return [String]
|
209
209
|
attr_accessor :type
|
@@ -270,10 +270,10 @@ module Google
|
|
270
270
|
attr_accessor :key_length
|
271
271
|
|
272
272
|
# Specifies whether this is a key signing key (KSK) or a zone signing key (ZSK).
|
273
|
-
# Key signing keys have the Secure Entry Point flag set and, when active,
|
274
|
-
# only
|
275
|
-
# not have the Secure Entry Point flag set and
|
276
|
-
#
|
273
|
+
# Key signing keys have the Secure Entry Point flag set and, when active, are
|
274
|
+
# only used to sign resource record sets of type DNSKEY. Zone signing keys do
|
275
|
+
# not have the Secure Entry Point flag set and are used to sign all other types
|
276
|
+
# of resource record sets.
|
277
277
|
# Corresponds to the JSON property `keyType`
|
278
278
|
# @return [String]
|
279
279
|
attr_accessor :key_type
|
@@ -320,7 +320,7 @@ module Google
|
|
320
320
|
# list request using this value as your pagination token. In this way you can
|
321
321
|
# retrieve the complete contents of even very large collections one page at a
|
322
322
|
# time. However, if the contents of the collection change between the first and
|
323
|
-
# last paginated list request, the set of all elements returned
|
323
|
+
# last paginated list request, the set of all elements returned are an
|
324
324
|
# inconsistent view of the collection. There is no way to retrieve a "snapshot"
|
325
325
|
# of collections larger than the maximum page size.
|
326
326
|
# Corresponds to the JSON property `nextPageToken`
|
@@ -399,7 +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.
|
402
|
+
# will leave this field unset. If you need to use this field, please reach out
|
403
|
+
# to your account team.
|
403
404
|
# Corresponds to the JSON property `nameServerSet`
|
404
405
|
# @return [String]
|
405
406
|
attr_accessor :name_server_set
|
@@ -423,7 +424,7 @@ module Google
|
|
423
424
|
attr_accessor :private_visibility_config
|
424
425
|
|
425
426
|
# The presence of this field indicates that this is a managed reverse lookup
|
426
|
-
# zone and Cloud DNS
|
427
|
+
# zone and Cloud DNS resolves reverse lookup queries using automatically
|
427
428
|
# configured records for VPC resources. This only applies to networks listed
|
428
429
|
# under private_visibility_config.
|
429
430
|
# Corresponds to the JSON property `reverseLookupConfig`
|
@@ -514,7 +515,7 @@ module Google
|
|
514
515
|
# @return [String]
|
515
516
|
attr_accessor :kind
|
516
517
|
|
517
|
-
# List of target name servers to forward to. Cloud DNS
|
518
|
+
# List of target name servers to forward to. Cloud DNS selects the best
|
518
519
|
# available name server if more than one target is given.
|
519
520
|
# Corresponds to the JSON property `targetNameServers`
|
520
521
|
# @return [Array<Google::Apis::DnsV1::ManagedZoneForwardingConfigNameServerTarget>]
|
@@ -536,9 +537,9 @@ module Google
|
|
536
537
|
include Google::Apis::Core::Hashable
|
537
538
|
|
538
539
|
# Forwarding path for this NameServerTarget. If unset or set to DEFAULT, Cloud
|
539
|
-
# DNS
|
540
|
-
# addresses go to the VPC, non-RFC1918 addresses go to the
|
541
|
-
# PRIVATE, Cloud DNS
|
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.
|
542
543
|
# Corresponds to the JSON property `forwardingPath`
|
543
544
|
# @return [String]
|
544
545
|
attr_accessor :forwarding_path
|
@@ -584,9 +585,9 @@ module Google
|
|
584
585
|
# list request using this value as your page token. In this way you can retrieve
|
585
586
|
# the complete contents of even very large collections one page at a time.
|
586
587
|
# However, if the contents of the collection change between the first and last
|
587
|
-
# paginated list request, the set of all elements returned
|
588
|
-
#
|
589
|
-
#
|
588
|
+
# paginated list request, the set of all elements returned are an inconsistent
|
589
|
+
# view of the collection. There is no way to retrieve a consistent snapshot of a
|
590
|
+
# collection larger than the maximum page size.
|
590
591
|
# Corresponds to the JSON property `nextPageToken`
|
591
592
|
# @return [String]
|
592
593
|
attr_accessor :next_page_token
|
@@ -824,9 +825,9 @@ module Google
|
|
824
825
|
# list request using this value as your page token. In this way you can retrieve
|
825
826
|
# the complete contents of even very large collections one page at a time.
|
826
827
|
# However, if the contents of the collection change between the first and last
|
827
|
-
# paginated list request, the set of all elements returned
|
828
|
-
#
|
829
|
-
#
|
828
|
+
# paginated list request, the set of all elements returned are an inconsistent
|
829
|
+
# view of the collection. There is no way to retrieve a consistent snapshot of a
|
830
|
+
# collection larger than the maximum page size.
|
830
831
|
# Corresponds to the JSON property `nextPageToken`
|
831
832
|
# @return [String]
|
832
833
|
attr_accessor :next_page_token
|
@@ -989,9 +990,9 @@ module Google
|
|
989
990
|
# list request using this value as your page token. In this way you can retrieve
|
990
991
|
# the complete contents of even very large collections one page at a time.
|
991
992
|
# However, if the contents of the collection change between the first and last
|
992
|
-
# paginated list request, the set of all elements returned
|
993
|
-
#
|
994
|
-
#
|
993
|
+
# paginated list request, the set of all elements returned are an inconsistent
|
994
|
+
# view of the collection. There is no way to retrieve a consistent snapshot of a
|
995
|
+
# collection larger than the maximum page size.
|
995
996
|
# Corresponds to the JSON property `nextPageToken`
|
996
997
|
# @return [String]
|
997
998
|
attr_accessor :next_page_token
|
@@ -1085,7 +1086,7 @@ module Google
|
|
1085
1086
|
attr_accessor :description
|
1086
1087
|
|
1087
1088
|
# Allows networks bound to this policy to receive DNS queries sent by VMs or
|
1088
|
-
# applications over VPN connections. When enabled, a virtual IP address
|
1089
|
+
# applications over VPN connections. When enabled, a virtual IP address is
|
1089
1090
|
# allocated from each of the sub-networks that are bound to this policy.
|
1090
1091
|
# Corresponds to the JSON property `enableInboundForwarding`
|
1091
1092
|
# @return [Boolean]
|
@@ -1109,7 +1110,7 @@ module Google
|
|
1109
1110
|
# @return [String]
|
1110
1111
|
attr_accessor :kind
|
1111
1112
|
|
1112
|
-
# User
|
1113
|
+
# User-assigned name for this policy.
|
1113
1114
|
# Corresponds to the JSON property `name`
|
1114
1115
|
# @return [String]
|
1115
1116
|
attr_accessor :name
|
@@ -1168,9 +1169,9 @@ module Google
|
|
1168
1169
|
include Google::Apis::Core::Hashable
|
1169
1170
|
|
1170
1171
|
# Forwarding path for this TargetNameServer. If unset or set to DEFAULT, Cloud
|
1171
|
-
# DNS
|
1172
|
-
# addresses go to the VPC, non-RFC1918 addresses go to the
|
1173
|
-
# PRIVATE, Cloud DNS
|
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.
|
1174
1175
|
# Corresponds to the JSON property `forwardingPath`
|
1175
1176
|
# @return [String]
|
1176
1177
|
attr_accessor :forwarding_path
|
@@ -1436,12 +1437,12 @@ module Google
|
|
1436
1437
|
|
1437
1438
|
# The presence of this field indicates that there exist more results following
|
1438
1439
|
# your last page of results in pagination order. To fetch them, make another
|
1439
|
-
# list request using this value as your pagination token.
|
1440
|
-
#
|
1441
|
-
#
|
1442
|
-
#
|
1443
|
-
#
|
1444
|
-
#
|
1440
|
+
# list request using this value as your pagination token. This lets you retrieve
|
1441
|
+
# complete contents of even larger collections, one page at a time. However, if
|
1442
|
+
# the contents of the collection change between the first and last paginated
|
1443
|
+
# list request, the set of elements returned are an inconsistent view of the
|
1444
|
+
# collection. You cannot retrieve a consistent snapshot of a collection larger
|
1445
|
+
# than the maximum page size.
|
1445
1446
|
# Corresponds to the JSON property `nextPageToken`
|
1446
1447
|
# @return [String]
|
1447
1448
|
attr_accessor :next_page_token
|
@@ -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.3.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 = "
|
25
|
+
REVISION = "20210213"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -49,7 +49,7 @@ module Google
|
|
49
49
|
@batch_path = 'batch'
|
50
50
|
end
|
51
51
|
|
52
|
-
# Atomically
|
52
|
+
# Atomically updates the ResourceRecordSet collection.
|
53
53
|
# @param [String] project
|
54
54
|
# Identifies the project addressed by this request.
|
55
55
|
# @param [String] managed_zone
|
@@ -90,7 +90,7 @@ module Google
|
|
90
90
|
execute_or_queue_command(command, &block)
|
91
91
|
end
|
92
92
|
|
93
|
-
#
|
93
|
+
# Fetches the representation of an existing Change.
|
94
94
|
# @param [String] project
|
95
95
|
# Identifies the project addressed by this request.
|
96
96
|
# @param [String] managed_zone
|
@@ -132,7 +132,7 @@ module Google
|
|
132
132
|
execute_or_queue_command(command, &block)
|
133
133
|
end
|
134
134
|
|
135
|
-
#
|
135
|
+
# Enumerates Changes to a ResourceRecordSet collection.
|
136
136
|
# @param [String] project
|
137
137
|
# Identifies the project addressed by this request.
|
138
138
|
# @param [String] managed_zone
|
@@ -140,7 +140,7 @@ module Google
|
|
140
140
|
# name or ID.
|
141
141
|
# @param [Fixnum] max_results
|
142
142
|
# Optional. Maximum number of results to be returned. If unspecified, the server
|
143
|
-
#
|
143
|
+
# decides how many results to return.
|
144
144
|
# @param [String] page_token
|
145
145
|
# Optional. A tag returned by a previous list request that was truncated. Use
|
146
146
|
# this parameter to continue a previous list request.
|
@@ -193,7 +193,7 @@ module Google
|
|
193
193
|
# client. Must be unique for operation resources in the Operations collection.
|
194
194
|
# @param [String] digest_type
|
195
195
|
# An optional comma-separated list of digest types to compute and display for
|
196
|
-
# key signing keys. If omitted, the recommended digest type
|
196
|
+
# key signing keys. If omitted, the recommended digest type is computed and
|
197
197
|
# displayed.
|
198
198
|
# @param [String] fields
|
199
199
|
# Selector specifying which fields to include in a partial response.
|
@@ -234,11 +234,11 @@ module Google
|
|
234
234
|
# name or ID.
|
235
235
|
# @param [String] digest_type
|
236
236
|
# An optional comma-separated list of digest types to compute and display for
|
237
|
-
# key signing keys. If omitted, the recommended digest type
|
237
|
+
# key signing keys. If omitted, the recommended digest type is computed and
|
238
238
|
# displayed.
|
239
239
|
# @param [Fixnum] max_results
|
240
240
|
# Optional. Maximum number of results to be returned. If unspecified, the server
|
241
|
-
#
|
241
|
+
# decides how many results to return.
|
242
242
|
# @param [String] page_token
|
243
243
|
# Optional. A tag returned by a previous list request that was truncated. Use
|
244
244
|
# this parameter to continue a previous list request.
|
@@ -273,13 +273,13 @@ module Google
|
|
273
273
|
execute_or_queue_command(command, &block)
|
274
274
|
end
|
275
275
|
|
276
|
-
#
|
276
|
+
# Fetches the representation of an existing Operation.
|
277
277
|
# @param [String] project
|
278
278
|
# Identifies the project addressed by this request.
|
279
279
|
# @param [String] managed_zone
|
280
280
|
# Identifies the managed zone addressed by this request.
|
281
281
|
# @param [String] operation
|
282
|
-
# Identifies the operation addressed by this request.
|
282
|
+
# Identifies the operation addressed by this request (ID of the operation).
|
283
283
|
# @param [String] client_operation_id
|
284
284
|
# For mutating operation requests only. An optional identifier specified by the
|
285
285
|
# client. Must be unique for operation resources in the Operations collection.
|
@@ -313,14 +313,14 @@ module Google
|
|
313
313
|
execute_or_queue_command(command, &block)
|
314
314
|
end
|
315
315
|
|
316
|
-
#
|
316
|
+
# Enumerates Operations for the given ManagedZone.
|
317
317
|
# @param [String] project
|
318
318
|
# Identifies the project addressed by this request.
|
319
319
|
# @param [String] managed_zone
|
320
320
|
# Identifies the managed zone addressed by this request.
|
321
321
|
# @param [Fixnum] max_results
|
322
322
|
# Optional. Maximum number of results to be returned. If unspecified, the server
|
323
|
-
#
|
323
|
+
# decides how many results to return.
|
324
324
|
# @param [String] page_token
|
325
325
|
# Optional. A tag returned by a previous list request that was truncated. Use
|
326
326
|
# this parameter to continue a previous list request.
|
@@ -475,7 +475,7 @@ module Google
|
|
475
475
|
# Restricts the list to return only zones with this domain name.
|
476
476
|
# @param [Fixnum] max_results
|
477
477
|
# Optional. Maximum number of results to be returned. If unspecified, the server
|
478
|
-
#
|
478
|
+
# decides how many results to return.
|
479
479
|
# @param [String] page_token
|
480
480
|
# Optional. A tag returned by a previous list request that was truncated. Use
|
481
481
|
# this parameter to continue a previous list request.
|
@@ -591,7 +591,7 @@ module Google
|
|
591
591
|
execute_or_queue_command(command, &block)
|
592
592
|
end
|
593
593
|
|
594
|
-
#
|
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.
|
631
|
+
# Delete 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.
|
@@ -664,7 +664,7 @@ module Google
|
|
664
664
|
execute_or_queue_command(command, &block)
|
665
665
|
end
|
666
666
|
|
667
|
-
#
|
667
|
+
# Fetches the representation of an existing Policy.
|
668
668
|
# @param [String] project
|
669
669
|
# Identifies the project addressed by this request.
|
670
670
|
# @param [String] policy
|
@@ -701,12 +701,12 @@ module Google
|
|
701
701
|
execute_or_queue_command(command, &block)
|
702
702
|
end
|
703
703
|
|
704
|
-
#
|
704
|
+
# Enumerates all Policies associated with a project.
|
705
705
|
# @param [String] project
|
706
706
|
# Identifies the project addressed by this request.
|
707
707
|
# @param [Fixnum] max_results
|
708
708
|
# Optional. Maximum number of results to be returned. If unspecified, the server
|
709
|
-
#
|
709
|
+
# decides how many results to return.
|
710
710
|
# @param [String] page_token
|
711
711
|
# Optional. A tag returned by a previous list request that was truncated. Use
|
712
712
|
# this parameter to continue a previous list request.
|
@@ -853,7 +853,7 @@ module Google
|
|
853
853
|
execute_or_queue_command(command, &block)
|
854
854
|
end
|
855
855
|
|
856
|
-
# Enumerate ResourceRecordSets that have
|
856
|
+
# Enumerate 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
|
@@ -861,7 +861,7 @@ module Google
|
|
861
861
|
# name or ID.
|
862
862
|
# @param [Fixnum] max_results
|
863
863
|
# Optional. Maximum number of results to be returned. If unspecified, the server
|
864
|
-
#
|
864
|
+
# decides how many results to return.
|
865
865
|
# @param [String] name
|
866
866
|
# Restricts the list to return only records with this fully qualified domain
|
867
867
|
# name.
|
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.3.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-
|
11
|
+
date: 2021-03-01 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.3.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.
|
72
|
+
rubygems_version: 3.2.11
|
73
73
|
signing_key:
|
74
74
|
specification_version: 4
|
75
75
|
summary: Simple REST client for Cloud DNS API V1
|