google-apis-dns_v1beta2 0.46.0 → 0.47.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_v1beta2/classes.rb +98 -206
- data/lib/google/apis/dns_v1beta2/gem_version.rb +2 -2
- data/lib/google/apis/dns_v1beta2/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: 21057aa1391363717acef35e0cb839563a018e877c8d9b49c892989712a08658
|
4
|
+
data.tar.gz: 3a36cde239fe3b43ff256e5a7c66120f2e3d96071af9b776a655322326eaa573
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 02ca673c5dacaa8a01f21bee93879beb9a66158f55b20576228afc0753f50a687fc9abb19e99ac309ca78ef1611e0364a4aaa2780fb8683ece695f2c05fbd9f5
|
7
|
+
data.tar.gz: 0c5cc122cc56ee0b5ed831bfde23379809e8061648d0c4d239b4a49ed2bfa449a96a0c4479099690d96a1e82570906c1e8301e1be2fda0e8d02f57cd3547cf37
|
data/CHANGELOG.md
CHANGED
@@ -22,13 +22,13 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module DnsV1beta2
|
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::DnsV1beta2::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::DnsV1beta2::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::DnsV1beta2::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::DnsV1beta2::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::DnsV1beta2::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 ManagedZonesListResponse
|
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::DnsV1beta2::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::DnsV1beta2::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::DnsV1beta2::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::DnsV1beta2::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::DnsV1beta2::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,13 +1940,13 @@ 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::DnsV1beta2::RrSetRoutingPolicyGeoPolicy]
|
1989
1947
|
attr_accessor :geo
|
1990
1948
|
|
1991
|
-
# Configures a RRSetRoutingPolicy that routes based on the geo location of the
|
1949
|
+
# Configures a `RRSetRoutingPolicy` that routes based on the geo location of the
|
1992
1950
|
# querying user.
|
1993
1951
|
# Corresponds to the JSON property `geoPolicy`
|
1994
1952
|
# @return [Google::Apis::DnsV1beta2::RrSetRoutingPolicyGeoPolicy]
|
@@ -2031,7 +1989,7 @@ module Google
|
|
2031
1989
|
end
|
2032
1990
|
end
|
2033
1991
|
|
2034
|
-
# Configures a RRSetRoutingPolicy that routes based on the geo location of the
|
1992
|
+
# Configures a `RRSetRoutingPolicy` that routes based on the geo location of the
|
2035
1993
|
# querying user.
|
2036
1994
|
class RrSetRoutingPolicyGeoPolicy
|
2037
1995
|
include Google::Apis::Core::Hashable
|
@@ -2076,8 +2034,7 @@ module Google
|
|
2076
2034
|
|
2077
2035
|
# HealthCheckTargets describes endpoints to health-check when responding to
|
2078
2036
|
# Routing Policy queries. Only the healthy endpoints will be included in the
|
2079
|
-
# response.
|
2080
|
-
# set.
|
2037
|
+
# response.
|
2081
2038
|
# Corresponds to the JSON property `healthCheckedTargets`
|
2082
2039
|
# @return [Google::Apis::DnsV1beta2::RrSetRoutingPolicyHealthCheckTargets]
|
2083
2040
|
attr_accessor :health_checked_targets
|
@@ -2099,7 +2056,7 @@ module Google
|
|
2099
2056
|
# @return [Array<String>]
|
2100
2057
|
attr_accessor :rrdatas
|
2101
2058
|
|
2102
|
-
# DNSSEC generated signatures for all the rrdata within this item. If health
|
2059
|
+
# DNSSEC generated signatures for all the `rrdata` within this item. If health
|
2103
2060
|
# checked targets are provided for DNSSEC enabled zones, there's a restriction
|
2104
2061
|
# of 1 IP address per item.
|
2105
2062
|
# Corresponds to the JSON property `signatureRrdatas`
|
@@ -2122,8 +2079,7 @@ module Google
|
|
2122
2079
|
|
2123
2080
|
# HealthCheckTargets describes endpoints to health-check when responding to
|
2124
2081
|
# Routing Policy queries. Only the healthy endpoints will be included in the
|
2125
|
-
# response.
|
2126
|
-
# set.
|
2082
|
+
# response.
|
2127
2083
|
class RrSetRoutingPolicyHealthCheckTargets
|
2128
2084
|
include Google::Apis::Core::Hashable
|
2129
2085
|
|
@@ -2172,8 +2128,8 @@ module Google
|
|
2172
2128
|
attr_accessor :load_balancer_type
|
2173
2129
|
|
2174
2130
|
# The fully qualified URL of the network that the load balancer is attached to.
|
2175
|
-
# This should be formatted like https://www.googleapis.com/compute/v1/projects/`
|
2176
|
-
# project`/global/networks/`network
|
2131
|
+
# This should be formatted like `https://www.googleapis.com/compute/v1/projects/`
|
2132
|
+
# project`/global/networks/`network``.
|
2177
2133
|
# Corresponds to the JSON property `networkUrl`
|
2178
2134
|
# @return [String]
|
2179
2135
|
attr_accessor :network_url
|
@@ -2216,7 +2172,7 @@ module Google
|
|
2216
2172
|
class RrSetRoutingPolicyPrimaryBackupPolicy
|
2217
2173
|
include Google::Apis::Core::Hashable
|
2218
2174
|
|
2219
|
-
# Configures a RRSetRoutingPolicy that routes based on the geo location of the
|
2175
|
+
# Configures a `RRSetRoutingPolicy` that routes based on the geo location of the
|
2220
2176
|
# querying user.
|
2221
2177
|
# Corresponds to the JSON property `backupGeoTargets`
|
2222
2178
|
# @return [Google::Apis::DnsV1beta2::RrSetRoutingPolicyGeoPolicy]
|
@@ -2229,13 +2185,12 @@ module Google
|
|
2229
2185
|
|
2230
2186
|
# HealthCheckTargets describes endpoints to health-check when responding to
|
2231
2187
|
# Routing Policy queries. Only the healthy endpoints will be included in the
|
2232
|
-
# response.
|
2233
|
-
# set.
|
2188
|
+
# response.
|
2234
2189
|
# Corresponds to the JSON property `primaryTargets`
|
2235
2190
|
# @return [Google::Apis::DnsV1beta2::RrSetRoutingPolicyHealthCheckTargets]
|
2236
2191
|
attr_accessor :primary_targets
|
2237
2192
|
|
2238
|
-
# When serving state is PRIMARY
|
2193
|
+
# When serving state is `PRIMARY`, this field provides the option of sending a
|
2239
2194
|
# small percentage of the traffic to the backup targets.
|
2240
2195
|
# Corresponds to the JSON property `trickleTraffic`
|
2241
2196
|
# @return [Float]
|
@@ -2285,8 +2240,7 @@ module Google
|
|
2285
2240
|
|
2286
2241
|
# HealthCheckTargets describes endpoints to health-check when responding to
|
2287
2242
|
# Routing Policy queries. Only the healthy endpoints will be included in the
|
2288
|
-
# response.
|
2289
|
-
# set.
|
2243
|
+
# response.
|
2290
2244
|
# Corresponds to the JSON property `healthCheckedTargets`
|
2291
2245
|
# @return [Google::Apis::DnsV1beta2::RrSetRoutingPolicyHealthCheckTargets]
|
2292
2246
|
attr_accessor :health_checked_targets
|
@@ -2301,16 +2255,16 @@ module Google
|
|
2301
2255
|
# @return [Array<String>]
|
2302
2256
|
attr_accessor :rrdatas
|
2303
2257
|
|
2304
|
-
# DNSSEC generated signatures for all the rrdata within this item. Note that
|
2305
|
-
# health checked targets are provided for DNSSEC enabled zones, there's a
|
2258
|
+
# DNSSEC generated signatures for all the `rrdata` within this item. Note that
|
2259
|
+
# if health checked targets are provided for DNSSEC enabled zones, there's a
|
2306
2260
|
# restriction of 1 IP address per item.
|
2307
2261
|
# Corresponds to the JSON property `signatureRrdatas`
|
2308
2262
|
# @return [Array<String>]
|
2309
2263
|
attr_accessor :signature_rrdatas
|
2310
2264
|
|
2311
|
-
# The weight corresponding to this WrrPolicyItem object. When multiple
|
2312
|
-
# WrrPolicyItem objects are configured, the probability of returning an
|
2313
|
-
# WrrPolicyItem object's data is proportional to its weight relative to the sum
|
2265
|
+
# The weight corresponding to this `WrrPolicyItem` object. When multiple `
|
2266
|
+
# WrrPolicyItem` objects are configured, the probability of returning an `
|
2267
|
+
# WrrPolicyItem` object's data is proportional to its weight relative to the sum
|
2314
2268
|
# of weights configured for all items. This weight must be non-negative.
|
2315
2269
|
# Corresponds to the JSON property `weight`
|
2316
2270
|
# @return [Float]
|
@@ -2362,7 +2316,7 @@ module Google
|
|
2362
2316
|
# @return [Array<String>]
|
2363
2317
|
attr_accessor :signature_rrdatas
|
2364
2318
|
|
2365
|
-
# Number of seconds that this ResourceRecordSet can be cached by resolvers.
|
2319
|
+
# Number of seconds that this `ResourceRecordSet` can be cached by resolvers.
|
2366
2320
|
# Corresponds to the JSON property `ttl`
|
2367
2321
|
# @return [Fixnum]
|
2368
2322
|
attr_accessor :ttl
|
@@ -2393,23 +2347,19 @@ module Google
|
|
2393
2347
|
class ResourceRecordSetsListResponse
|
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::DnsV1beta2::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::DnsV1beta2::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::DnsV1beta2::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::DnsV1beta2::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::DnsV1beta2::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 DnsV1beta2
|
18
18
|
# Version of the google-apis-dns_v1beta2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.47.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
|
@@ -340,12 +340,6 @@ module Google
|
|
340
340
|
include Google::Apis::Core::JsonObjectSupport
|
341
341
|
end
|
342
342
|
|
343
|
-
class ResponseHeader
|
344
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
|
-
|
346
|
-
include Google::Apis::Core::JsonObjectSupport
|
347
|
-
end
|
348
|
-
|
349
343
|
class ResponsePoliciesListResponse
|
350
344
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
345
|
|
@@ -432,8 +426,6 @@ module Google
|
|
432
426
|
class Representation < Google::Apis::Core::JsonRepresentation
|
433
427
|
collection :changes, as: 'changes', class: Google::Apis::DnsV1beta2::Change, decorator: Google::Apis::DnsV1beta2::Change::Representation
|
434
428
|
|
435
|
-
property :header, as: 'header', class: Google::Apis::DnsV1beta2::ResponseHeader, decorator: Google::Apis::DnsV1beta2::ResponseHeader::Representation
|
436
|
-
|
437
429
|
property :kind, as: 'kind'
|
438
430
|
property :next_page_token, as: 'nextPageToken'
|
439
431
|
end
|
@@ -480,8 +472,6 @@ module Google
|
|
480
472
|
class Representation < Google::Apis::Core::JsonRepresentation
|
481
473
|
collection :dns_keys, as: 'dnsKeys', class: Google::Apis::DnsV1beta2::DnsKey, decorator: Google::Apis::DnsV1beta2::DnsKey::Representation
|
482
474
|
|
483
|
-
property :header, as: 'header', class: Google::Apis::DnsV1beta2::ResponseHeader, decorator: Google::Apis::DnsV1beta2::ResponseHeader::Representation
|
484
|
-
|
485
475
|
property :kind, as: 'kind'
|
486
476
|
property :next_page_token, as: 'nextPageToken'
|
487
477
|
end
|
@@ -645,8 +635,6 @@ module Google
|
|
645
635
|
class ManagedZoneOperationsListResponse
|
646
636
|
# @private
|
647
637
|
class Representation < Google::Apis::Core::JsonRepresentation
|
648
|
-
property :header, as: 'header', class: Google::Apis::DnsV1beta2::ResponseHeader, decorator: Google::Apis::DnsV1beta2::ResponseHeader::Representation
|
649
|
-
|
650
638
|
property :kind, as: 'kind'
|
651
639
|
property :next_page_token, as: 'nextPageToken'
|
652
640
|
collection :operations, as: 'operations', class: Google::Apis::DnsV1beta2::Operation, decorator: Google::Apis::DnsV1beta2::Operation::Representation
|
@@ -727,8 +715,6 @@ module Google
|
|
727
715
|
class ManagedZonesListResponse
|
728
716
|
# @private
|
729
717
|
class Representation < Google::Apis::Core::JsonRepresentation
|
730
|
-
property :header, as: 'header', class: Google::Apis::DnsV1beta2::ResponseHeader, decorator: Google::Apis::DnsV1beta2::ResponseHeader::Representation
|
731
|
-
|
732
718
|
property :kind, as: 'kind'
|
733
719
|
collection :managed_zones, as: 'managedZones', class: Google::Apis::DnsV1beta2::ManagedZone, decorator: Google::Apis::DnsV1beta2::ManagedZone::Representation
|
734
720
|
|
@@ -775,8 +761,6 @@ module Google
|
|
775
761
|
class PoliciesListResponse
|
776
762
|
# @private
|
777
763
|
class Representation < Google::Apis::Core::JsonRepresentation
|
778
|
-
property :header, as: 'header', class: Google::Apis::DnsV1beta2::ResponseHeader, decorator: Google::Apis::DnsV1beta2::ResponseHeader::Representation
|
779
|
-
|
780
764
|
property :kind, as: 'kind'
|
781
765
|
property :next_page_token, as: 'nextPageToken'
|
782
766
|
collection :policies, as: 'policies', class: Google::Apis::DnsV1beta2::Policy, decorator: Google::Apis::DnsV1beta2::Policy::Representation
|
@@ -787,8 +771,6 @@ module Google
|
|
787
771
|
class PoliciesPatchResponse
|
788
772
|
# @private
|
789
773
|
class Representation < Google::Apis::Core::JsonRepresentation
|
790
|
-
property :header, as: 'header', class: Google::Apis::DnsV1beta2::ResponseHeader, decorator: Google::Apis::DnsV1beta2::ResponseHeader::Representation
|
791
|
-
|
792
774
|
property :policy, as: 'policy', class: Google::Apis::DnsV1beta2::Policy, decorator: Google::Apis::DnsV1beta2::Policy::Representation
|
793
775
|
|
794
776
|
end
|
@@ -797,8 +779,6 @@ module Google
|
|
797
779
|
class PoliciesUpdateResponse
|
798
780
|
# @private
|
799
781
|
class Representation < Google::Apis::Core::JsonRepresentation
|
800
|
-
property :header, as: 'header', class: Google::Apis::DnsV1beta2::ResponseHeader, decorator: Google::Apis::DnsV1beta2::ResponseHeader::Representation
|
801
|
-
|
802
782
|
property :policy, as: 'policy', class: Google::Apis::DnsV1beta2::Policy, decorator: Google::Apis::DnsV1beta2::Policy::Representation
|
803
783
|
|
804
784
|
end
|
@@ -1001,8 +981,6 @@ module Google
|
|
1001
981
|
class ResourceRecordSetsListResponse
|
1002
982
|
# @private
|
1003
983
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1004
|
-
property :header, as: 'header', class: Google::Apis::DnsV1beta2::ResponseHeader, decorator: Google::Apis::DnsV1beta2::ResponseHeader::Representation
|
1005
|
-
|
1006
984
|
property :kind, as: 'kind'
|
1007
985
|
property :next_page_token, as: 'nextPageToken'
|
1008
986
|
collection :rrsets, as: 'rrsets', class: Google::Apis::DnsV1beta2::ResourceRecordSet, decorator: Google::Apis::DnsV1beta2::ResourceRecordSet::Representation
|
@@ -1010,18 +988,9 @@ module Google
|
|
1010
988
|
end
|
1011
989
|
end
|
1012
990
|
|
1013
|
-
class ResponseHeader
|
1014
|
-
# @private
|
1015
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1016
|
-
property :operation_id, as: 'operationId'
|
1017
|
-
end
|
1018
|
-
end
|
1019
|
-
|
1020
991
|
class ResponsePoliciesListResponse
|
1021
992
|
# @private
|
1022
993
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1023
|
-
property :header, as: 'header', class: Google::Apis::DnsV1beta2::ResponseHeader, decorator: Google::Apis::DnsV1beta2::ResponseHeader::Representation
|
1024
|
-
|
1025
994
|
property :next_page_token, as: 'nextPageToken'
|
1026
995
|
collection :response_policies, as: 'responsePolicies', class: Google::Apis::DnsV1beta2::ResponsePolicy, decorator: Google::Apis::DnsV1beta2::ResponsePolicy::Representation
|
1027
996
|
|
@@ -1031,8 +1000,6 @@ module Google
|
|
1031
1000
|
class ResponsePoliciesPatchResponse
|
1032
1001
|
# @private
|
1033
1002
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1034
|
-
property :header, as: 'header', class: Google::Apis::DnsV1beta2::ResponseHeader, decorator: Google::Apis::DnsV1beta2::ResponseHeader::Representation
|
1035
|
-
|
1036
1003
|
property :response_policy, as: 'responsePolicy', class: Google::Apis::DnsV1beta2::ResponsePolicy, decorator: Google::Apis::DnsV1beta2::ResponsePolicy::Representation
|
1037
1004
|
|
1038
1005
|
end
|
@@ -1041,8 +1008,6 @@ module Google
|
|
1041
1008
|
class ResponsePoliciesUpdateResponse
|
1042
1009
|
# @private
|
1043
1010
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1044
|
-
property :header, as: 'header', class: Google::Apis::DnsV1beta2::ResponseHeader, decorator: Google::Apis::DnsV1beta2::ResponseHeader::Representation
|
1045
|
-
|
1046
1011
|
property :response_policy, as: 'responsePolicy', class: Google::Apis::DnsV1beta2::ResponsePolicy, decorator: Google::Apis::DnsV1beta2::ResponsePolicy::Representation
|
1047
1012
|
|
1048
1013
|
end
|
@@ -1102,8 +1067,6 @@ module Google
|
|
1102
1067
|
class ResponsePolicyRulesListResponse
|
1103
1068
|
# @private
|
1104
1069
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1105
|
-
property :header, as: 'header', class: Google::Apis::DnsV1beta2::ResponseHeader, decorator: Google::Apis::DnsV1beta2::ResponseHeader::Representation
|
1106
|
-
|
1107
1070
|
property :next_page_token, as: 'nextPageToken'
|
1108
1071
|
collection :response_policy_rules, as: 'responsePolicyRules', class: Google::Apis::DnsV1beta2::ResponsePolicyRule, decorator: Google::Apis::DnsV1beta2::ResponsePolicyRule::Representation
|
1109
1072
|
|
@@ -1113,8 +1076,6 @@ module Google
|
|
1113
1076
|
class ResponsePolicyRulesPatchResponse
|
1114
1077
|
# @private
|
1115
1078
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1116
|
-
property :header, as: 'header', class: Google::Apis::DnsV1beta2::ResponseHeader, decorator: Google::Apis::DnsV1beta2::ResponseHeader::Representation
|
1117
|
-
|
1118
1079
|
property :response_policy_rule, as: 'responsePolicyRule', class: Google::Apis::DnsV1beta2::ResponsePolicyRule, decorator: Google::Apis::DnsV1beta2::ResponsePolicyRule::Representation
|
1119
1080
|
|
1120
1081
|
end
|
@@ -1123,8 +1084,6 @@ module Google
|
|
1123
1084
|
class ResponsePolicyRulesUpdateResponse
|
1124
1085
|
# @private
|
1125
1086
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1126
|
-
property :header, as: 'header', class: Google::Apis::DnsV1beta2::ResponseHeader, decorator: Google::Apis::DnsV1beta2::ResponseHeader::Representation
|
1127
|
-
|
1128
1087
|
property :response_policy_rule, as: 'responsePolicyRule', class: Google::Apis::DnsV1beta2::ResponsePolicyRule, decorator: Google::Apis::DnsV1beta2::ResponsePolicyRule::Representation
|
1129
1088
|
|
1130
1089
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-dns_v1beta2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.47.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-16 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_v1beta2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1beta2/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1beta2/v0.47.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dns_v1beta2
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|