google-apis-dns_v1 0.42.0 → 0.43.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/dns_v1/classes.rb +97 -205
- data/lib/google/apis/dns_v1/gem_version.rb +2 -2
- data/lib/google/apis/dns_v1/representations.rb +0 -41
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 77aca6b3292d8fa6a073a84c1e87441d88bd80ab7dbae49984f2e46372b69ff9
|
4
|
+
data.tar.gz: cc6e7737f70bdb75cca20476920fc7ebcd31111a6b5c74b4d06f8fee8b3ee401
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 84e76b46c8b5c911ac4d4728ae377488d7b238f1496197f5e1f3991a3f95ea1754fa0f85ce70cff6cb3e88a5ac481580a45f3475a0f88b4130c2ea270138fdc6
|
7
|
+
data.tar.gz: ff7a7cc695d0e3d441a34d1220a0680ec42470f11b046511afed6ff565ccefabc4670a4ac546019b76019fbdd18c304b7af3ef1aea35a2ffb32d62777e480ea0
|
data/CHANGELOG.md
CHANGED
@@ -22,13 +22,13 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module DnsV1
|
24
24
|
|
25
|
-
# A Change represents a set of ResourceRecordSet additions and deletions
|
26
|
-
# atomically to a ManagedZone. ResourceRecordSets within a ManagedZone
|
27
|
-
# modified by creating a new Change element in the Changes collection. In
|
28
|
-
# the Changes collection also records the past modifications to the
|
29
|
-
# ResourceRecordSets in a ManagedZone
|
30
|
-
# the sum effect of applying all Change elements in the Changes
|
31
|
-
# sequence.
|
25
|
+
# A Change represents a set of `ResourceRecordSet` additions and deletions
|
26
|
+
# applied atomically to a ManagedZone. ResourceRecordSets within a ManagedZone
|
27
|
+
# are modified by creating a new Change element in the Changes collection. In
|
28
|
+
# turn the Changes collection also records the past modifications to the `
|
29
|
+
# ResourceRecordSets` in a `ManagedZone`. The current state of the `ManagedZone`
|
30
|
+
# is the sum effect of applying all `Change` elements in the `Changes`
|
31
|
+
# collection in sequence.
|
32
32
|
class Change
|
33
33
|
include Google::Apis::Core::Hashable
|
34
34
|
|
@@ -97,24 +97,19 @@ module Google
|
|
97
97
|
# @return [Array<Google::Apis::DnsV1::Change>]
|
98
98
|
attr_accessor :changes
|
99
99
|
|
100
|
-
# Elements common to every response.
|
101
|
-
# Corresponds to the JSON property `header`
|
102
|
-
# @return [Google::Apis::DnsV1::ResponseHeader]
|
103
|
-
attr_accessor :header
|
104
|
-
|
105
100
|
# Type of resource.
|
106
101
|
# Corresponds to the JSON property `kind`
|
107
102
|
# @return [String]
|
108
103
|
attr_accessor :kind
|
109
104
|
|
110
|
-
#
|
111
|
-
#
|
112
|
-
#
|
113
|
-
#
|
114
|
-
#
|
115
|
-
#
|
116
|
-
#
|
117
|
-
#
|
105
|
+
# This field indicates that more results are available beyond the last page
|
106
|
+
# displayed. To fetch the results, make another list request and use this value
|
107
|
+
# as your page token. This lets you retrieve the complete contents of a very
|
108
|
+
# large collection one page at a time. However, if the contents of the
|
109
|
+
# collection change between the first and last paginated list request, the set
|
110
|
+
# of all elements returned are an inconsistent view of the collection. You can't
|
111
|
+
# retrieve a consistent snapshot of a collection larger than the maximum page
|
112
|
+
# size.
|
118
113
|
# Corresponds to the JSON property `nextPageToken`
|
119
114
|
# @return [String]
|
120
115
|
attr_accessor :next_page_token
|
@@ -126,7 +121,6 @@ module Google
|
|
126
121
|
# Update properties of this object
|
127
122
|
def update!(**args)
|
128
123
|
@changes = args[:changes] if args.key?(:changes)
|
129
|
-
@header = args[:header] if args.key?(:header)
|
130
124
|
@kind = args[:kind] if args.key?(:kind)
|
131
125
|
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
132
126
|
end
|
@@ -305,24 +299,19 @@ module Google
|
|
305
299
|
# @return [Array<Google::Apis::DnsV1::DnsKey>]
|
306
300
|
attr_accessor :dns_keys
|
307
301
|
|
308
|
-
# Elements common to every response.
|
309
|
-
# Corresponds to the JSON property `header`
|
310
|
-
# @return [Google::Apis::DnsV1::ResponseHeader]
|
311
|
-
attr_accessor :header
|
312
|
-
|
313
302
|
# Type of resource.
|
314
303
|
# Corresponds to the JSON property `kind`
|
315
304
|
# @return [String]
|
316
305
|
attr_accessor :kind
|
317
306
|
|
318
|
-
#
|
319
|
-
#
|
320
|
-
#
|
321
|
-
#
|
322
|
-
#
|
323
|
-
#
|
324
|
-
#
|
325
|
-
#
|
307
|
+
# This field indicates that more results are available beyond the last page
|
308
|
+
# displayed. To fetch the results, make another list request and use this value
|
309
|
+
# as your page token. This lets you retrieve the complete contents of a very
|
310
|
+
# large collection one page at a time. However, if the contents of the
|
311
|
+
# collection change between the first and last paginated list request, the set
|
312
|
+
# of all elements returned are an inconsistent view of the collection. You can't
|
313
|
+
# retrieve a consistent snapshot of a collection larger than the maximum page
|
314
|
+
# size.
|
326
315
|
# Corresponds to the JSON property `nextPageToken`
|
327
316
|
# @return [String]
|
328
317
|
attr_accessor :next_page_token
|
@@ -334,7 +323,6 @@ module Google
|
|
334
323
|
# Update properties of this object
|
335
324
|
def update!(**args)
|
336
325
|
@dns_keys = args[:dns_keys] if args.key?(:dns_keys)
|
337
|
-
@header = args[:header] if args.key?(:header)
|
338
326
|
@kind = args[:kind] if args.key?(:kind)
|
339
327
|
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
340
328
|
end
|
@@ -1072,24 +1060,19 @@ module Google
|
|
1072
1060
|
class ManagedZoneOperationsListResponse
|
1073
1061
|
include Google::Apis::Core::Hashable
|
1074
1062
|
|
1075
|
-
# Elements common to every response.
|
1076
|
-
# Corresponds to the JSON property `header`
|
1077
|
-
# @return [Google::Apis::DnsV1::ResponseHeader]
|
1078
|
-
attr_accessor :header
|
1079
|
-
|
1080
1063
|
# Type of resource.
|
1081
1064
|
# Corresponds to the JSON property `kind`
|
1082
1065
|
# @return [String]
|
1083
1066
|
attr_accessor :kind
|
1084
1067
|
|
1085
|
-
#
|
1086
|
-
#
|
1087
|
-
#
|
1088
|
-
#
|
1089
|
-
#
|
1090
|
-
#
|
1091
|
-
#
|
1092
|
-
#
|
1068
|
+
# This field indicates that more results are available beyond the last page
|
1069
|
+
# displayed. To fetch the results, make another list request and use this value
|
1070
|
+
# as your page token. This lets you retrieve the complete contents of a very
|
1071
|
+
# large collection one page at a time. However, if the contents of the
|
1072
|
+
# collection change between the first and last paginated list request, the set
|
1073
|
+
# of all elements returned are an inconsistent view of the collection. You can't
|
1074
|
+
# retrieve a consistent snapshot of a collection larger than the maximum page
|
1075
|
+
# size.
|
1093
1076
|
# Corresponds to the JSON property `nextPageToken`
|
1094
1077
|
# @return [String]
|
1095
1078
|
attr_accessor :next_page_token
|
@@ -1105,7 +1088,6 @@ module Google
|
|
1105
1088
|
|
1106
1089
|
# Update properties of this object
|
1107
1090
|
def update!(**args)
|
1108
|
-
@header = args[:header] if args.key?(:header)
|
1109
1091
|
@kind = args[:kind] if args.key?(:kind)
|
1110
1092
|
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
1111
1093
|
@operations = args[:operations] if args.key?(:operations)
|
@@ -1155,8 +1137,8 @@ module Google
|
|
1155
1137
|
attr_accessor :kind
|
1156
1138
|
|
1157
1139
|
# The fully qualified URL of the VPC network to forward queries to. This should
|
1158
|
-
# be formatted like https://www.googleapis.com/compute/v1/projects/`project`/
|
1159
|
-
# global/networks/`network
|
1140
|
+
# be formatted like `https://www.googleapis.com/compute/v1/projects/`project`/
|
1141
|
+
# global/networks/`network``
|
1160
1142
|
# Corresponds to the JSON property `networkUrl`
|
1161
1143
|
# @return [String]
|
1162
1144
|
attr_accessor :network_url
|
@@ -1241,9 +1223,9 @@ module Google
|
|
1241
1223
|
# @return [String]
|
1242
1224
|
attr_accessor :kind
|
1243
1225
|
|
1244
|
-
# The fully qualified URL of the VPC network to bind to. Format this URL like
|
1226
|
+
# The fully qualified URL of the VPC network to bind to. Format this URL like `
|
1245
1227
|
# https://www.googleapis.com/compute/v1/projects/`project`/global/networks/`
|
1246
|
-
# network
|
1228
|
+
# network``
|
1247
1229
|
# Corresponds to the JSON property `networkUrl`
|
1248
1230
|
# @return [String]
|
1249
1231
|
attr_accessor :network_url
|
@@ -1319,8 +1301,8 @@ module Google
|
|
1319
1301
|
attr_accessor :kind
|
1320
1302
|
|
1321
1303
|
# The fully qualified URL of the namespace associated with the zone. Format must
|
1322
|
-
# be https://servicedirectory.googleapis.com/v1/projects/`project`/locations/`
|
1323
|
-
# location`/namespaces/`namespace
|
1304
|
+
# be `https://servicedirectory.googleapis.com/v1/projects/`project`/locations/`
|
1305
|
+
# location`/namespaces/`namespace``
|
1324
1306
|
# Corresponds to the JSON property `namespaceUrl`
|
1325
1307
|
# @return [String]
|
1326
1308
|
attr_accessor :namespace_url
|
@@ -1341,11 +1323,6 @@ module Google
|
|
1341
1323
|
class ListManagedZonesResponse
|
1342
1324
|
include Google::Apis::Core::Hashable
|
1343
1325
|
|
1344
|
-
# Elements common to every response.
|
1345
|
-
# Corresponds to the JSON property `header`
|
1346
|
-
# @return [Google::Apis::DnsV1::ResponseHeader]
|
1347
|
-
attr_accessor :header
|
1348
|
-
|
1349
1326
|
# Type of resource.
|
1350
1327
|
# Corresponds to the JSON property `kind`
|
1351
1328
|
# @return [String]
|
@@ -1356,14 +1333,14 @@ module Google
|
|
1356
1333
|
# @return [Array<Google::Apis::DnsV1::ManagedZone>]
|
1357
1334
|
attr_accessor :managed_zones
|
1358
1335
|
|
1359
|
-
#
|
1360
|
-
#
|
1361
|
-
#
|
1362
|
-
#
|
1363
|
-
#
|
1364
|
-
#
|
1365
|
-
#
|
1366
|
-
#
|
1336
|
+
# This field indicates that more results are available beyond the last page
|
1337
|
+
# displayed. To fetch the results, make another list request and use this value
|
1338
|
+
# as your page token. This lets you retrieve the complete contents of a very
|
1339
|
+
# large collection one page at a time. However, if the contents of the
|
1340
|
+
# collection change between the first and last paginated list request, the set
|
1341
|
+
# of all elements returned are an inconsistent view of the collection. You can't
|
1342
|
+
# retrieve a consistent snapshot of a collection larger than the maximum page
|
1343
|
+
# size.
|
1367
1344
|
# Corresponds to the JSON property `nextPageToken`
|
1368
1345
|
# @return [String]
|
1369
1346
|
attr_accessor :next_page_token
|
@@ -1374,7 +1351,6 @@ module Google
|
|
1374
1351
|
|
1375
1352
|
# Update properties of this object
|
1376
1353
|
def update!(**args)
|
1377
|
-
@header = args[:header] if args.key?(:header)
|
1378
1354
|
@kind = args[:kind] if args.key?(:kind)
|
1379
1355
|
@managed_zones = args[:managed_zones] if args.key?(:managed_zones)
|
1380
1356
|
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
@@ -1511,24 +1487,19 @@ module Google
|
|
1511
1487
|
class PoliciesListResponse
|
1512
1488
|
include Google::Apis::Core::Hashable
|
1513
1489
|
|
1514
|
-
# Elements common to every response.
|
1515
|
-
# Corresponds to the JSON property `header`
|
1516
|
-
# @return [Google::Apis::DnsV1::ResponseHeader]
|
1517
|
-
attr_accessor :header
|
1518
|
-
|
1519
1490
|
# Type of resource.
|
1520
1491
|
# Corresponds to the JSON property `kind`
|
1521
1492
|
# @return [String]
|
1522
1493
|
attr_accessor :kind
|
1523
1494
|
|
1524
|
-
#
|
1525
|
-
#
|
1526
|
-
#
|
1527
|
-
#
|
1528
|
-
#
|
1529
|
-
#
|
1530
|
-
#
|
1531
|
-
#
|
1495
|
+
# This field indicates that more results are available beyond the last page
|
1496
|
+
# displayed. To fetch the results, make another list request and use this value
|
1497
|
+
# as your page token. This lets you retrieve the complete contents of a very
|
1498
|
+
# large collection one page at a time. However, if the contents of the
|
1499
|
+
# collection change between the first and last paginated list request, the set
|
1500
|
+
# of all elements returned are an inconsistent view of the collection. You can't
|
1501
|
+
# retrieve a consistent snapshot of a collection larger than the maximum page
|
1502
|
+
# size.
|
1532
1503
|
# Corresponds to the JSON property `nextPageToken`
|
1533
1504
|
# @return [String]
|
1534
1505
|
attr_accessor :next_page_token
|
@@ -1544,7 +1515,6 @@ module Google
|
|
1544
1515
|
|
1545
1516
|
# Update properties of this object
|
1546
1517
|
def update!(**args)
|
1547
|
-
@header = args[:header] if args.key?(:header)
|
1548
1518
|
@kind = args[:kind] if args.key?(:kind)
|
1549
1519
|
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
1550
1520
|
@policies = args[:policies] if args.key?(:policies)
|
@@ -1555,11 +1525,6 @@ module Google
|
|
1555
1525
|
class PoliciesPatchResponse
|
1556
1526
|
include Google::Apis::Core::Hashable
|
1557
1527
|
|
1558
|
-
# Elements common to every response.
|
1559
|
-
# Corresponds to the JSON property `header`
|
1560
|
-
# @return [Google::Apis::DnsV1::ResponseHeader]
|
1561
|
-
attr_accessor :header
|
1562
|
-
|
1563
1528
|
# A policy is a collection of DNS rules applied to one or more Virtual Private
|
1564
1529
|
# Cloud resources.
|
1565
1530
|
# Corresponds to the JSON property `policy`
|
@@ -1572,7 +1537,6 @@ module Google
|
|
1572
1537
|
|
1573
1538
|
# Update properties of this object
|
1574
1539
|
def update!(**args)
|
1575
|
-
@header = args[:header] if args.key?(:header)
|
1576
1540
|
@policy = args[:policy] if args.key?(:policy)
|
1577
1541
|
end
|
1578
1542
|
end
|
@@ -1581,11 +1545,6 @@ module Google
|
|
1581
1545
|
class PoliciesUpdateResponse
|
1582
1546
|
include Google::Apis::Core::Hashable
|
1583
1547
|
|
1584
|
-
# Elements common to every response.
|
1585
|
-
# Corresponds to the JSON property `header`
|
1586
|
-
# @return [Google::Apis::DnsV1::ResponseHeader]
|
1587
|
-
attr_accessor :header
|
1588
|
-
|
1589
1548
|
# A policy is a collection of DNS rules applied to one or more Virtual Private
|
1590
1549
|
# Cloud resources.
|
1591
1550
|
# Corresponds to the JSON property `policy`
|
@@ -1598,7 +1557,6 @@ module Google
|
|
1598
1557
|
|
1599
1558
|
# Update properties of this object
|
1600
1559
|
def update!(**args)
|
1601
|
-
@header = args[:header] if args.key?(:header)
|
1602
1560
|
@policy = args[:policy] if args.key?(:policy)
|
1603
1561
|
end
|
1604
1562
|
end
|
@@ -1771,7 +1729,7 @@ module Google
|
|
1771
1729
|
|
1772
1730
|
# A project resource. The project is a top level container for resources
|
1773
1731
|
# including Cloud DNS ManagedZones. Projects can be created only in the APIs
|
1774
|
-
# console.
|
1732
|
+
# console.
|
1775
1733
|
class Project
|
1776
1734
|
include Google::Apis::Core::Hashable
|
1777
1735
|
|
@@ -1982,7 +1940,7 @@ module Google
|
|
1982
1940
|
class RrSetRoutingPolicy
|
1983
1941
|
include Google::Apis::Core::Hashable
|
1984
1942
|
|
1985
|
-
# Configures a RRSetRoutingPolicy that routes based on the geo location of the
|
1943
|
+
# Configures a `RRSetRoutingPolicy` that routes based on the geo location of the
|
1986
1944
|
# querying user.
|
1987
1945
|
# Corresponds to the JSON property `geo`
|
1988
1946
|
# @return [Google::Apis::DnsV1::RrSetRoutingPolicyGeoPolicy]
|
@@ -2018,7 +1976,7 @@ module Google
|
|
2018
1976
|
end
|
2019
1977
|
end
|
2020
1978
|
|
2021
|
-
# Configures a RRSetRoutingPolicy that routes based on the geo location of the
|
1979
|
+
# Configures a `RRSetRoutingPolicy` that routes based on the geo location of the
|
2022
1980
|
# querying user.
|
2023
1981
|
class RrSetRoutingPolicyGeoPolicy
|
2024
1982
|
include Google::Apis::Core::Hashable
|
@@ -2063,8 +2021,7 @@ module Google
|
|
2063
2021
|
|
2064
2022
|
# HealthCheckTargets describes endpoints to health-check when responding to
|
2065
2023
|
# Routing Policy queries. Only the healthy endpoints will be included in the
|
2066
|
-
# response.
|
2067
|
-
# set.
|
2024
|
+
# response.
|
2068
2025
|
# Corresponds to the JSON property `healthCheckedTargets`
|
2069
2026
|
# @return [Google::Apis::DnsV1::RrSetRoutingPolicyHealthCheckTargets]
|
2070
2027
|
attr_accessor :health_checked_targets
|
@@ -2086,7 +2043,7 @@ module Google
|
|
2086
2043
|
# @return [Array<String>]
|
2087
2044
|
attr_accessor :rrdatas
|
2088
2045
|
|
2089
|
-
# DNSSEC generated signatures for all the rrdata within this item. If health
|
2046
|
+
# DNSSEC generated signatures for all the `rrdata` within this item. If health
|
2090
2047
|
# checked targets are provided for DNSSEC enabled zones, there's a restriction
|
2091
2048
|
# of 1 IP address per item.
|
2092
2049
|
# Corresponds to the JSON property `signatureRrdatas`
|
@@ -2109,8 +2066,7 @@ module Google
|
|
2109
2066
|
|
2110
2067
|
# HealthCheckTargets describes endpoints to health-check when responding to
|
2111
2068
|
# Routing Policy queries. Only the healthy endpoints will be included in the
|
2112
|
-
# response.
|
2113
|
-
# set.
|
2069
|
+
# response.
|
2114
2070
|
class RrSetRoutingPolicyHealthCheckTargets
|
2115
2071
|
include Google::Apis::Core::Hashable
|
2116
2072
|
|
@@ -2159,8 +2115,8 @@ module Google
|
|
2159
2115
|
attr_accessor :load_balancer_type
|
2160
2116
|
|
2161
2117
|
# The fully qualified URL of the network that the load balancer is attached to.
|
2162
|
-
# This should be formatted like https://www.googleapis.com/compute/v1/projects/`
|
2163
|
-
# project`/global/networks/`network
|
2118
|
+
# This should be formatted like `https://www.googleapis.com/compute/v1/projects/`
|
2119
|
+
# project`/global/networks/`network``.
|
2164
2120
|
# Corresponds to the JSON property `networkUrl`
|
2165
2121
|
# @return [String]
|
2166
2122
|
attr_accessor :network_url
|
@@ -2203,7 +2159,7 @@ module Google
|
|
2203
2159
|
class RrSetRoutingPolicyPrimaryBackupPolicy
|
2204
2160
|
include Google::Apis::Core::Hashable
|
2205
2161
|
|
2206
|
-
# Configures a RRSetRoutingPolicy that routes based on the geo location of the
|
2162
|
+
# Configures a `RRSetRoutingPolicy` that routes based on the geo location of the
|
2207
2163
|
# querying user.
|
2208
2164
|
# Corresponds to the JSON property `backupGeoTargets`
|
2209
2165
|
# @return [Google::Apis::DnsV1::RrSetRoutingPolicyGeoPolicy]
|
@@ -2216,13 +2172,12 @@ module Google
|
|
2216
2172
|
|
2217
2173
|
# HealthCheckTargets describes endpoints to health-check when responding to
|
2218
2174
|
# Routing Policy queries. Only the healthy endpoints will be included in the
|
2219
|
-
# response.
|
2220
|
-
# set.
|
2175
|
+
# response.
|
2221
2176
|
# Corresponds to the JSON property `primaryTargets`
|
2222
2177
|
# @return [Google::Apis::DnsV1::RrSetRoutingPolicyHealthCheckTargets]
|
2223
2178
|
attr_accessor :primary_targets
|
2224
2179
|
|
2225
|
-
# When serving state is PRIMARY
|
2180
|
+
# When serving state is `PRIMARY`, this field provides the option of sending a
|
2226
2181
|
# small percentage of the traffic to the backup targets.
|
2227
2182
|
# Corresponds to the JSON property `trickleTraffic`
|
2228
2183
|
# @return [Float]
|
@@ -2272,8 +2227,7 @@ module Google
|
|
2272
2227
|
|
2273
2228
|
# HealthCheckTargets describes endpoints to health-check when responding to
|
2274
2229
|
# Routing Policy queries. Only the healthy endpoints will be included in the
|
2275
|
-
# response.
|
2276
|
-
# set.
|
2230
|
+
# response.
|
2277
2231
|
# Corresponds to the JSON property `healthCheckedTargets`
|
2278
2232
|
# @return [Google::Apis::DnsV1::RrSetRoutingPolicyHealthCheckTargets]
|
2279
2233
|
attr_accessor :health_checked_targets
|
@@ -2288,16 +2242,16 @@ module Google
|
|
2288
2242
|
# @return [Array<String>]
|
2289
2243
|
attr_accessor :rrdatas
|
2290
2244
|
|
2291
|
-
# DNSSEC generated signatures for all the rrdata within this item. Note that
|
2292
|
-
# health checked targets are provided for DNSSEC enabled zones, there's a
|
2245
|
+
# DNSSEC generated signatures for all the `rrdata` within this item. Note that
|
2246
|
+
# if health checked targets are provided for DNSSEC enabled zones, there's a
|
2293
2247
|
# restriction of 1 IP address per item.
|
2294
2248
|
# Corresponds to the JSON property `signatureRrdatas`
|
2295
2249
|
# @return [Array<String>]
|
2296
2250
|
attr_accessor :signature_rrdatas
|
2297
2251
|
|
2298
|
-
# The weight corresponding to this WrrPolicyItem object. When multiple
|
2299
|
-
# WrrPolicyItem objects are configured, the probability of returning an
|
2300
|
-
# WrrPolicyItem object's data is proportional to its weight relative to the sum
|
2252
|
+
# The weight corresponding to this `WrrPolicyItem` object. When multiple `
|
2253
|
+
# WrrPolicyItem` objects are configured, the probability of returning an `
|
2254
|
+
# WrrPolicyItem` object's data is proportional to its weight relative to the sum
|
2301
2255
|
# of weights configured for all items. This weight must be non-negative.
|
2302
2256
|
# Corresponds to the JSON property `weight`
|
2303
2257
|
# @return [Float]
|
@@ -2349,7 +2303,7 @@ module Google
|
|
2349
2303
|
# @return [Array<String>]
|
2350
2304
|
attr_accessor :signature_rrdatas
|
2351
2305
|
|
2352
|
-
# Number of seconds that this ResourceRecordSet can be cached by resolvers.
|
2306
|
+
# Number of seconds that this `ResourceRecordSet` can be cached by resolvers.
|
2353
2307
|
# Corresponds to the JSON property `ttl`
|
2354
2308
|
# @return [Fixnum]
|
2355
2309
|
attr_accessor :ttl
|
@@ -2393,23 +2347,19 @@ module Google
|
|
2393
2347
|
class ListResourceRecordSetsResponse
|
2394
2348
|
include Google::Apis::Core::Hashable
|
2395
2349
|
|
2396
|
-
# Elements common to every response.
|
2397
|
-
# Corresponds to the JSON property `header`
|
2398
|
-
# @return [Google::Apis::DnsV1::ResponseHeader]
|
2399
|
-
attr_accessor :header
|
2400
|
-
|
2401
2350
|
# Type of resource.
|
2402
2351
|
# Corresponds to the JSON property `kind`
|
2403
2352
|
# @return [String]
|
2404
2353
|
attr_accessor :kind
|
2405
2354
|
|
2406
|
-
#
|
2407
|
-
#
|
2408
|
-
#
|
2409
|
-
#
|
2410
|
-
#
|
2411
|
-
# returned
|
2412
|
-
# consistent snapshot of a collection larger than the maximum page
|
2355
|
+
# This field indicates that more results are available beyond the last page
|
2356
|
+
# displayed. To fetch the results, make another list request and use this value
|
2357
|
+
# as your page token. This lets you retrieve the complete contents of a very
|
2358
|
+
# large collection one page at a time. However, if the contents of the
|
2359
|
+
# collection change between the first and last paginated list request, the set
|
2360
|
+
# of all elements returned are an inconsistent view of the collection. You can't
|
2361
|
+
# retrieve a consistent snapshot of a collection larger than the maximum page
|
2362
|
+
# size.
|
2413
2363
|
# Corresponds to the JSON property `nextPageToken`
|
2414
2364
|
# @return [String]
|
2415
2365
|
attr_accessor :next_page_token
|
@@ -2425,51 +2375,24 @@ module Google
|
|
2425
2375
|
|
2426
2376
|
# Update properties of this object
|
2427
2377
|
def update!(**args)
|
2428
|
-
@header = args[:header] if args.key?(:header)
|
2429
2378
|
@kind = args[:kind] if args.key?(:kind)
|
2430
2379
|
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
2431
2380
|
@rrsets = args[:rrsets] if args.key?(:rrsets)
|
2432
2381
|
end
|
2433
2382
|
end
|
2434
2383
|
|
2435
|
-
# Elements common to every response.
|
2436
|
-
class ResponseHeader
|
2437
|
-
include Google::Apis::Core::Hashable
|
2438
|
-
|
2439
|
-
# For mutating operation requests that completed successfully. This is the
|
2440
|
-
# client_operation_id if the client specified it, otherwise it is generated by
|
2441
|
-
# the server (output only).
|
2442
|
-
# Corresponds to the JSON property `operationId`
|
2443
|
-
# @return [String]
|
2444
|
-
attr_accessor :operation_id
|
2445
|
-
|
2446
|
-
def initialize(**args)
|
2447
|
-
update!(**args)
|
2448
|
-
end
|
2449
|
-
|
2450
|
-
# Update properties of this object
|
2451
|
-
def update!(**args)
|
2452
|
-
@operation_id = args[:operation_id] if args.key?(:operation_id)
|
2453
|
-
end
|
2454
|
-
end
|
2455
|
-
|
2456
2384
|
#
|
2457
2385
|
class ResponsePoliciesListResponse
|
2458
2386
|
include Google::Apis::Core::Hashable
|
2459
2387
|
|
2460
|
-
#
|
2461
|
-
#
|
2462
|
-
#
|
2463
|
-
|
2464
|
-
|
2465
|
-
#
|
2466
|
-
#
|
2467
|
-
#
|
2468
|
-
# complete contents of even very large collections one page at a time. However,
|
2469
|
-
# if the contents of the collection change between the first and last paginated
|
2470
|
-
# list request, the set of all elements returned are an inconsistent view of the
|
2471
|
-
# collection. You cannot retrieve a consistent snapshot of a collection larger
|
2472
|
-
# than the maximum page size.
|
2388
|
+
# This field indicates that more results are available beyond the last page
|
2389
|
+
# displayed. To fetch the results, make another list request and use this value
|
2390
|
+
# as your page token. This lets you retrieve the complete contents of a very
|
2391
|
+
# large collection one page at a time. However, if the contents of the
|
2392
|
+
# collection change between the first and last paginated list request, the set
|
2393
|
+
# of all elements returned are an inconsistent view of the collection. You can't
|
2394
|
+
# retrieve a consistent snapshot of a collection larger than the maximum page
|
2395
|
+
# size.
|
2473
2396
|
# Corresponds to the JSON property `nextPageToken`
|
2474
2397
|
# @return [String]
|
2475
2398
|
attr_accessor :next_page_token
|
@@ -2485,7 +2408,6 @@ module Google
|
|
2485
2408
|
|
2486
2409
|
# Update properties of this object
|
2487
2410
|
def update!(**args)
|
2488
|
-
@header = args[:header] if args.key?(:header)
|
2489
2411
|
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
2490
2412
|
@response_policies = args[:response_policies] if args.key?(:response_policies)
|
2491
2413
|
end
|
@@ -2495,11 +2417,6 @@ module Google
|
|
2495
2417
|
class ResponsePoliciesPatchResponse
|
2496
2418
|
include Google::Apis::Core::Hashable
|
2497
2419
|
|
2498
|
-
# Elements common to every response.
|
2499
|
-
# Corresponds to the JSON property `header`
|
2500
|
-
# @return [Google::Apis::DnsV1::ResponseHeader]
|
2501
|
-
attr_accessor :header
|
2502
|
-
|
2503
2420
|
# A Response Policy is a collection of selectors that apply to queries made
|
2504
2421
|
# against one or more Virtual Private Cloud networks.
|
2505
2422
|
# Corresponds to the JSON property `responsePolicy`
|
@@ -2512,7 +2429,6 @@ module Google
|
|
2512
2429
|
|
2513
2430
|
# Update properties of this object
|
2514
2431
|
def update!(**args)
|
2515
|
-
@header = args[:header] if args.key?(:header)
|
2516
2432
|
@response_policy = args[:response_policy] if args.key?(:response_policy)
|
2517
2433
|
end
|
2518
2434
|
end
|
@@ -2521,11 +2437,6 @@ module Google
|
|
2521
2437
|
class ResponsePoliciesUpdateResponse
|
2522
2438
|
include Google::Apis::Core::Hashable
|
2523
2439
|
|
2524
|
-
# Elements common to every response.
|
2525
|
-
# Corresponds to the JSON property `header`
|
2526
|
-
# @return [Google::Apis::DnsV1::ResponseHeader]
|
2527
|
-
attr_accessor :header
|
2528
|
-
|
2529
2440
|
# A Response Policy is a collection of selectors that apply to queries made
|
2530
2441
|
# against one or more Virtual Private Cloud networks.
|
2531
2442
|
# Corresponds to the JSON property `responsePolicy`
|
@@ -2538,7 +2449,6 @@ module Google
|
|
2538
2449
|
|
2539
2450
|
# Update properties of this object
|
2540
2451
|
def update!(**args)
|
2541
|
-
@header = args[:header] if args.key?(:header)
|
2542
2452
|
@response_policy = args[:response_policy] if args.key?(:response_policy)
|
2543
2453
|
end
|
2544
2454
|
end
|
@@ -2638,8 +2548,8 @@ module Google
|
|
2638
2548
|
attr_accessor :kind
|
2639
2549
|
|
2640
2550
|
# The fully qualified URL of the VPC network to bind to. This should be
|
2641
|
-
# formatted like https://www.googleapis.com/compute/v1/projects/`project`/
|
2642
|
-
# networks/`network
|
2551
|
+
# formatted like `https://www.googleapis.com/compute/v1/projects/`project`/
|
2552
|
+
# global/networks/`network``
|
2643
2553
|
# Corresponds to the JSON property `networkUrl`
|
2644
2554
|
# @return [String]
|
2645
2555
|
attr_accessor :network_url
|
@@ -2730,19 +2640,14 @@ module Google
|
|
2730
2640
|
class ResponsePolicyRulesListResponse
|
2731
2641
|
include Google::Apis::Core::Hashable
|
2732
2642
|
|
2733
|
-
#
|
2734
|
-
#
|
2735
|
-
#
|
2736
|
-
|
2737
|
-
|
2738
|
-
#
|
2739
|
-
#
|
2740
|
-
#
|
2741
|
-
# contents of even very large collections one page at a time. However, if the
|
2742
|
-
# contents of the collection change between the first and last paginated list
|
2743
|
-
# request, the set of all elements returned are an inconsistent view of the
|
2744
|
-
# collection. You cannot retrieve a consistent snapshot of a collection larger
|
2745
|
-
# than the maximum page size.
|
2643
|
+
# This field indicates that more results are available beyond the last page
|
2644
|
+
# displayed. To fetch the results, make another list request and use this value
|
2645
|
+
# as your page token. This lets you retrieve the complete contents of a very
|
2646
|
+
# large collection one page at a time. However, if the contents of the
|
2647
|
+
# collection change between the first and last paginated list request, the set
|
2648
|
+
# of all elements returned are an inconsistent view of the collection. You can't
|
2649
|
+
# retrieve a consistent snapshot of a collection larger than the maximum page
|
2650
|
+
# size.
|
2746
2651
|
# Corresponds to the JSON property `nextPageToken`
|
2747
2652
|
# @return [String]
|
2748
2653
|
attr_accessor :next_page_token
|
@@ -2758,7 +2663,6 @@ module Google
|
|
2758
2663
|
|
2759
2664
|
# Update properties of this object
|
2760
2665
|
def update!(**args)
|
2761
|
-
@header = args[:header] if args.key?(:header)
|
2762
2666
|
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
2763
2667
|
@response_policy_rules = args[:response_policy_rules] if args.key?(:response_policy_rules)
|
2764
2668
|
end
|
@@ -2768,11 +2672,6 @@ module Google
|
|
2768
2672
|
class ResponsePolicyRulesPatchResponse
|
2769
2673
|
include Google::Apis::Core::Hashable
|
2770
2674
|
|
2771
|
-
# Elements common to every response.
|
2772
|
-
# Corresponds to the JSON property `header`
|
2773
|
-
# @return [Google::Apis::DnsV1::ResponseHeader]
|
2774
|
-
attr_accessor :header
|
2775
|
-
|
2776
2675
|
# A Response Policy Rule is a selector that applies its behavior to queries that
|
2777
2676
|
# match the selector. Selectors are DNS names, which may be wildcards or exact
|
2778
2677
|
# matches. Each DNS query subject to a Response Policy matches at most one
|
@@ -2788,7 +2687,6 @@ module Google
|
|
2788
2687
|
|
2789
2688
|
# Update properties of this object
|
2790
2689
|
def update!(**args)
|
2791
|
-
@header = args[:header] if args.key?(:header)
|
2792
2690
|
@response_policy_rule = args[:response_policy_rule] if args.key?(:response_policy_rule)
|
2793
2691
|
end
|
2794
2692
|
end
|
@@ -2797,11 +2695,6 @@ module Google
|
|
2797
2695
|
class ResponsePolicyRulesUpdateResponse
|
2798
2696
|
include Google::Apis::Core::Hashable
|
2799
2697
|
|
2800
|
-
# Elements common to every response.
|
2801
|
-
# Corresponds to the JSON property `header`
|
2802
|
-
# @return [Google::Apis::DnsV1::ResponseHeader]
|
2803
|
-
attr_accessor :header
|
2804
|
-
|
2805
2698
|
# A Response Policy Rule is a selector that applies its behavior to queries that
|
2806
2699
|
# match the selector. Selectors are DNS names, which may be wildcards or exact
|
2807
2700
|
# matches. Each DNS query subject to a Response Policy matches at most one
|
@@ -2817,7 +2710,6 @@ module Google
|
|
2817
2710
|
|
2818
2711
|
# Update properties of this object
|
2819
2712
|
def update!(**args)
|
2820
|
-
@header = args[:header] if args.key?(:header)
|
2821
2713
|
@response_policy_rule = args[:response_policy_rule] if args.key?(:response_policy_rule)
|
2822
2714
|
end
|
2823
2715
|
end
|
@@ -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.43.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240531"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -346,12 +346,6 @@ module Google
|
|
346
346
|
include Google::Apis::Core::JsonObjectSupport
|
347
347
|
end
|
348
348
|
|
349
|
-
class ResponseHeader
|
350
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
|
-
|
352
|
-
include Google::Apis::Core::JsonObjectSupport
|
353
|
-
end
|
354
|
-
|
355
349
|
class ResponsePoliciesListResponse
|
356
350
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
351
|
|
@@ -438,8 +432,6 @@ module Google
|
|
438
432
|
class Representation < Google::Apis::Core::JsonRepresentation
|
439
433
|
collection :changes, as: 'changes', class: Google::Apis::DnsV1::Change, decorator: Google::Apis::DnsV1::Change::Representation
|
440
434
|
|
441
|
-
property :header, as: 'header', class: Google::Apis::DnsV1::ResponseHeader, decorator: Google::Apis::DnsV1::ResponseHeader::Representation
|
442
|
-
|
443
435
|
property :kind, as: 'kind'
|
444
436
|
property :next_page_token, as: 'nextPageToken'
|
445
437
|
end
|
@@ -486,8 +478,6 @@ module Google
|
|
486
478
|
class Representation < Google::Apis::Core::JsonRepresentation
|
487
479
|
collection :dns_keys, as: 'dnsKeys', class: Google::Apis::DnsV1::DnsKey, decorator: Google::Apis::DnsV1::DnsKey::Representation
|
488
480
|
|
489
|
-
property :header, as: 'header', class: Google::Apis::DnsV1::ResponseHeader, decorator: Google::Apis::DnsV1::ResponseHeader::Representation
|
490
|
-
|
491
481
|
property :kind, as: 'kind'
|
492
482
|
property :next_page_token, as: 'nextPageToken'
|
493
483
|
end
|
@@ -651,8 +641,6 @@ module Google
|
|
651
641
|
class ManagedZoneOperationsListResponse
|
652
642
|
# @private
|
653
643
|
class Representation < Google::Apis::Core::JsonRepresentation
|
654
|
-
property :header, as: 'header', class: Google::Apis::DnsV1::ResponseHeader, decorator: Google::Apis::DnsV1::ResponseHeader::Representation
|
655
|
-
|
656
644
|
property :kind, as: 'kind'
|
657
645
|
property :next_page_token, as: 'nextPageToken'
|
658
646
|
collection :operations, as: 'operations', class: Google::Apis::DnsV1::Operation, decorator: Google::Apis::DnsV1::Operation::Representation
|
@@ -733,8 +721,6 @@ module Google
|
|
733
721
|
class ListManagedZonesResponse
|
734
722
|
# @private
|
735
723
|
class Representation < Google::Apis::Core::JsonRepresentation
|
736
|
-
property :header, as: 'header', class: Google::Apis::DnsV1::ResponseHeader, decorator: Google::Apis::DnsV1::ResponseHeader::Representation
|
737
|
-
|
738
724
|
property :kind, as: 'kind'
|
739
725
|
collection :managed_zones, as: 'managedZones', class: Google::Apis::DnsV1::ManagedZone, decorator: Google::Apis::DnsV1::ManagedZone::Representation
|
740
726
|
|
@@ -781,8 +767,6 @@ module Google
|
|
781
767
|
class PoliciesListResponse
|
782
768
|
# @private
|
783
769
|
class Representation < Google::Apis::Core::JsonRepresentation
|
784
|
-
property :header, as: 'header', class: Google::Apis::DnsV1::ResponseHeader, decorator: Google::Apis::DnsV1::ResponseHeader::Representation
|
785
|
-
|
786
770
|
property :kind, as: 'kind'
|
787
771
|
property :next_page_token, as: 'nextPageToken'
|
788
772
|
collection :policies, as: 'policies', class: Google::Apis::DnsV1::Policy, decorator: Google::Apis::DnsV1::Policy::Representation
|
@@ -793,8 +777,6 @@ module Google
|
|
793
777
|
class PoliciesPatchResponse
|
794
778
|
# @private
|
795
779
|
class Representation < Google::Apis::Core::JsonRepresentation
|
796
|
-
property :header, as: 'header', class: Google::Apis::DnsV1::ResponseHeader, decorator: Google::Apis::DnsV1::ResponseHeader::Representation
|
797
|
-
|
798
780
|
property :policy, as: 'policy', class: Google::Apis::DnsV1::Policy, decorator: Google::Apis::DnsV1::Policy::Representation
|
799
781
|
|
800
782
|
end
|
@@ -803,8 +785,6 @@ module Google
|
|
803
785
|
class PoliciesUpdateResponse
|
804
786
|
# @private
|
805
787
|
class Representation < Google::Apis::Core::JsonRepresentation
|
806
|
-
property :header, as: 'header', class: Google::Apis::DnsV1::ResponseHeader, decorator: Google::Apis::DnsV1::ResponseHeader::Representation
|
807
|
-
|
808
788
|
property :policy, as: 'policy', class: Google::Apis::DnsV1::Policy, decorator: Google::Apis::DnsV1::Policy::Representation
|
809
789
|
|
810
790
|
end
|
@@ -1009,8 +989,6 @@ module Google
|
|
1009
989
|
class ListResourceRecordSetsResponse
|
1010
990
|
# @private
|
1011
991
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1012
|
-
property :header, as: 'header', class: Google::Apis::DnsV1::ResponseHeader, decorator: Google::Apis::DnsV1::ResponseHeader::Representation
|
1013
|
-
|
1014
992
|
property :kind, as: 'kind'
|
1015
993
|
property :next_page_token, as: 'nextPageToken'
|
1016
994
|
collection :rrsets, as: 'rrsets', class: Google::Apis::DnsV1::ResourceRecordSet, decorator: Google::Apis::DnsV1::ResourceRecordSet::Representation
|
@@ -1018,18 +996,9 @@ module Google
|
|
1018
996
|
end
|
1019
997
|
end
|
1020
998
|
|
1021
|
-
class ResponseHeader
|
1022
|
-
# @private
|
1023
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1024
|
-
property :operation_id, as: 'operationId'
|
1025
|
-
end
|
1026
|
-
end
|
1027
|
-
|
1028
999
|
class ResponsePoliciesListResponse
|
1029
1000
|
# @private
|
1030
1001
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1031
|
-
property :header, as: 'header', class: Google::Apis::DnsV1::ResponseHeader, decorator: Google::Apis::DnsV1::ResponseHeader::Representation
|
1032
|
-
|
1033
1002
|
property :next_page_token, as: 'nextPageToken'
|
1034
1003
|
collection :response_policies, as: 'responsePolicies', class: Google::Apis::DnsV1::ResponsePolicy, decorator: Google::Apis::DnsV1::ResponsePolicy::Representation
|
1035
1004
|
|
@@ -1039,8 +1008,6 @@ module Google
|
|
1039
1008
|
class ResponsePoliciesPatchResponse
|
1040
1009
|
# @private
|
1041
1010
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1042
|
-
property :header, as: 'header', class: Google::Apis::DnsV1::ResponseHeader, decorator: Google::Apis::DnsV1::ResponseHeader::Representation
|
1043
|
-
|
1044
1011
|
property :response_policy, as: 'responsePolicy', class: Google::Apis::DnsV1::ResponsePolicy, decorator: Google::Apis::DnsV1::ResponsePolicy::Representation
|
1045
1012
|
|
1046
1013
|
end
|
@@ -1049,8 +1016,6 @@ module Google
|
|
1049
1016
|
class ResponsePoliciesUpdateResponse
|
1050
1017
|
# @private
|
1051
1018
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1052
|
-
property :header, as: 'header', class: Google::Apis::DnsV1::ResponseHeader, decorator: Google::Apis::DnsV1::ResponseHeader::Representation
|
1053
|
-
|
1054
1019
|
property :response_policy, as: 'responsePolicy', class: Google::Apis::DnsV1::ResponsePolicy, decorator: Google::Apis::DnsV1::ResponsePolicy::Representation
|
1055
1020
|
|
1056
1021
|
end
|
@@ -1110,8 +1075,6 @@ module Google
|
|
1110
1075
|
class ResponsePolicyRulesListResponse
|
1111
1076
|
# @private
|
1112
1077
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1113
|
-
property :header, as: 'header', class: Google::Apis::DnsV1::ResponseHeader, decorator: Google::Apis::DnsV1::ResponseHeader::Representation
|
1114
|
-
|
1115
1078
|
property :next_page_token, as: 'nextPageToken'
|
1116
1079
|
collection :response_policy_rules, as: 'responsePolicyRules', class: Google::Apis::DnsV1::ResponsePolicyRule, decorator: Google::Apis::DnsV1::ResponsePolicyRule::Representation
|
1117
1080
|
|
@@ -1121,8 +1084,6 @@ module Google
|
|
1121
1084
|
class ResponsePolicyRulesPatchResponse
|
1122
1085
|
# @private
|
1123
1086
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1124
|
-
property :header, as: 'header', class: Google::Apis::DnsV1::ResponseHeader, decorator: Google::Apis::DnsV1::ResponseHeader::Representation
|
1125
|
-
|
1126
1087
|
property :response_policy_rule, as: 'responsePolicyRule', class: Google::Apis::DnsV1::ResponsePolicyRule, decorator: Google::Apis::DnsV1::ResponsePolicyRule::Representation
|
1127
1088
|
|
1128
1089
|
end
|
@@ -1131,8 +1092,6 @@ module Google
|
|
1131
1092
|
class ResponsePolicyRulesUpdateResponse
|
1132
1093
|
# @private
|
1133
1094
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1134
|
-
property :header, as: 'header', class: Google::Apis::DnsV1::ResponseHeader, decorator: Google::Apis::DnsV1::ResponseHeader::Representation
|
1135
|
-
|
1136
1095
|
property :response_policy_rule, as: 'responsePolicyRule', class: Google::Apis::DnsV1::ResponsePolicyRule, decorator: Google::Apis::DnsV1::ResponsePolicyRule::Representation
|
1137
1096
|
|
1138
1097
|
end
|
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.43.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: 2024-
|
11
|
+
date: 2024-06-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dns_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1/v0.43.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dns_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|