blob: e22c2db58a465a1cf3457befeb30a5dfe3d985f1 [file] [log] [blame]
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
Bu Sun Kimd059ad82020-07-22 17:02:09 -070075<h1><a href="dns_v1beta2.html">Cloud DNS API</a> . <a href="dns_v1beta2.changes.html">changes</a></h1>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070076<h2>Instance Methods</h2>
77<p class="toc_element">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070078 <code><a href="#close">close()</a></code></p>
79<p class="firstline">Close httplib2 connections.</p>
80<p class="toc_element">
Bu Sun Kimd059ad82020-07-22 17:02:09 -070081 <code><a href="#create">create(project, managedZone, body=None, clientOperationId=None, x__xgafv=None)</a></code></p>
yoshi-code-botb6dc1b92021-03-02 11:49:08 -080082<p class="firstline">Atomically updates the ResourceRecordSet collection.</p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070083<p class="toc_element">
Bu Sun Kimd059ad82020-07-22 17:02:09 -070084 <code><a href="#get">get(project, managedZone, changeId, clientOperationId=None, x__xgafv=None)</a></code></p>
yoshi-code-botb6dc1b92021-03-02 11:49:08 -080085<p class="firstline">Fetches the representation of an existing Change.</p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070086<p class="toc_element">
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080087 <code><a href="#list">list(project, managedZone, maxResults=None, pageToken=None, sortBy=None, sortOrder=None, x__xgafv=None)</a></code></p>
yoshi-code-botb6dc1b92021-03-02 11:49:08 -080088<p class="firstline">Enumerates Changes to a ResourceRecordSet collection.</p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070089<p class="toc_element">
90 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
91<p class="firstline">Retrieves the next page of results.</p>
92<h3>Method Details</h3>
93<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070094 <code class="details" id="close">close()</code>
95 <pre>Close httplib2 connections.</pre>
96</div>
97
98<div class="method">
Bu Sun Kimd059ad82020-07-22 17:02:09 -070099 <code class="details" id="create">create(project, managedZone, body=None, clientOperationId=None, x__xgafv=None)</code>
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800100 <pre>Atomically updates the ResourceRecordSet collection.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700101
102Args:
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700103 project: string, Identifies the project addressed by this request. (required)
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700104 managedZone: string, Identifies the managed zone addressed by this request. Can be the managed zone name or ID. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700105 body: object, The request body.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700106 The object takes the form of:
107
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700108{ # A Change represents a set of ResourceRecordSet additions and deletions applied atomically to a ManagedZone. ResourceRecordSets within a ManagedZone are modified by creating a new Change element in the Changes collection. In turn the Changes collection also records the past modifications to the ResourceRecordSets in a ManagedZone. The current state of the ManagedZone is the sum effect of applying all Change elements in the Changes collection in sequence.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800109 &quot;additions&quot;: [ # Which ResourceRecordSets to add?
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700110 { # A unit of data that is returned by the DNS servers.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800111 &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
112 &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700113 &quot;routingPolicy&quot;: { # A RRSetRoutingPolicy represents ResourceRecordSet data that is returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection. # Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy (dynamic). An error is returned otherwise.
114 &quot;geo&quot;: {
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700115 &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
116 {
117 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
118 &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
119 &quot;rrdatas&quot;: [
120 &quot;A String&quot;,
121 ],
122 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
123 &quot;A String&quot;,
124 ],
125 },
126 ],
127 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
128 },
129 &quot;geoPolicy&quot;: {
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700130 &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
131 {
132 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
133 &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
134 &quot;rrdatas&quot;: [
135 &quot;A String&quot;,
136 ],
137 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
138 &quot;A String&quot;,
139 ],
140 },
141 ],
142 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
143 },
144 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
145 &quot;wrr&quot;: {
146 &quot;items&quot;: [
147 {
148 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
149 &quot;rrdatas&quot;: [
150 &quot;A String&quot;,
151 ],
152 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
153 &quot;A String&quot;,
154 ],
155 &quot;weight&quot;: 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be non-negative.
156 },
157 ],
158 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
159 },
160 &quot;wrrPolicy&quot;: {
161 &quot;items&quot;: [
162 {
163 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
164 &quot;rrdatas&quot;: [
165 &quot;A String&quot;,
166 ],
167 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
168 &quot;A String&quot;,
169 ],
170 &quot;weight&quot;: 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be non-negative.
171 },
172 ],
173 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
174 },
175 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800176 &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
177 &quot;A String&quot;,
178 ],
179 &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
180 &quot;A String&quot;,
181 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800182 &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
183 &quot;type&quot;: &quot;A String&quot;, # The identifier of a supported record type. See the list of Supported DNS record types.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800184 },
185 ],
186 &quot;deletions&quot;: [ # Which ResourceRecordSets to remove? Must match existing data exactly.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700187 { # A unit of data that is returned by the DNS servers.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800188 &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
189 &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700190 &quot;routingPolicy&quot;: { # A RRSetRoutingPolicy represents ResourceRecordSet data that is returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection. # Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy (dynamic). An error is returned otherwise.
191 &quot;geo&quot;: {
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700192 &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
193 {
194 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
195 &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
196 &quot;rrdatas&quot;: [
197 &quot;A String&quot;,
198 ],
199 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
200 &quot;A String&quot;,
201 ],
202 },
203 ],
204 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
205 },
206 &quot;geoPolicy&quot;: {
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700207 &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
208 {
209 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
210 &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
211 &quot;rrdatas&quot;: [
212 &quot;A String&quot;,
213 ],
214 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
215 &quot;A String&quot;,
216 ],
217 },
218 ],
219 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
220 },
221 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
222 &quot;wrr&quot;: {
223 &quot;items&quot;: [
224 {
225 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
226 &quot;rrdatas&quot;: [
227 &quot;A String&quot;,
228 ],
229 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
230 &quot;A String&quot;,
231 ],
232 &quot;weight&quot;: 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be non-negative.
233 },
234 ],
235 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
236 },
237 &quot;wrrPolicy&quot;: {
238 &quot;items&quot;: [
239 {
240 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
241 &quot;rrdatas&quot;: [
242 &quot;A String&quot;,
243 ],
244 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
245 &quot;A String&quot;,
246 ],
247 &quot;weight&quot;: 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be non-negative.
248 },
249 ],
250 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
251 },
252 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800253 &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
254 &quot;A String&quot;,
255 ],
256 &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
257 &quot;A String&quot;,
258 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800259 &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
260 &quot;type&quot;: &quot;A String&quot;, # The identifier of a supported record type. See the list of Supported DNS record types.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800261 },
262 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800263 &quot;id&quot;: &quot;A String&quot;, # Unique identifier for the resource; defined by the server (output only).
264 &quot;isServing&quot;: True or False, # If the DNS queries for the zone will be served.
265 &quot;kind&quot;: &quot;dns#change&quot;,
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800266 &quot;startTime&quot;: &quot;A String&quot;, # The time that this operation was started by the server (output only). This is in RFC3339 text format.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700267 &quot;status&quot;: &quot;A String&quot;, # Status of the operation (output only). A status of &quot;done&quot; means that the request to update the authoritative servers has been sent, but the servers might not be updated yet.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800268}
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700269
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700270 clientOperationId: string, For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700271 x__xgafv: string, V1 error format.
272 Allowed values
273 1 - v1 error format
274 2 - v2 error format
275
276Returns:
277 An object of the form:
278
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700279 { # A Change represents a set of ResourceRecordSet additions and deletions applied atomically to a ManagedZone. ResourceRecordSets within a ManagedZone are modified by creating a new Change element in the Changes collection. In turn the Changes collection also records the past modifications to the ResourceRecordSets in a ManagedZone. The current state of the ManagedZone is the sum effect of applying all Change elements in the Changes collection in sequence.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800280 &quot;additions&quot;: [ # Which ResourceRecordSets to add?
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700281 { # A unit of data that is returned by the DNS servers.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800282 &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
283 &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700284 &quot;routingPolicy&quot;: { # A RRSetRoutingPolicy represents ResourceRecordSet data that is returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection. # Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy (dynamic). An error is returned otherwise.
285 &quot;geo&quot;: {
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700286 &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
287 {
288 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
289 &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
290 &quot;rrdatas&quot;: [
291 &quot;A String&quot;,
292 ],
293 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
294 &quot;A String&quot;,
295 ],
296 },
297 ],
298 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
299 },
300 &quot;geoPolicy&quot;: {
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700301 &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
302 {
303 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
304 &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
305 &quot;rrdatas&quot;: [
306 &quot;A String&quot;,
307 ],
308 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
309 &quot;A String&quot;,
310 ],
311 },
312 ],
313 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
314 },
315 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
316 &quot;wrr&quot;: {
317 &quot;items&quot;: [
318 {
319 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
320 &quot;rrdatas&quot;: [
321 &quot;A String&quot;,
322 ],
323 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
324 &quot;A String&quot;,
325 ],
326 &quot;weight&quot;: 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be non-negative.
327 },
328 ],
329 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
330 },
331 &quot;wrrPolicy&quot;: {
332 &quot;items&quot;: [
333 {
334 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
335 &quot;rrdatas&quot;: [
336 &quot;A String&quot;,
337 ],
338 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
339 &quot;A String&quot;,
340 ],
341 &quot;weight&quot;: 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be non-negative.
342 },
343 ],
344 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
345 },
346 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800347 &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
348 &quot;A String&quot;,
349 ],
350 &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
351 &quot;A String&quot;,
352 ],
353 &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
354 &quot;type&quot;: &quot;A String&quot;, # The identifier of a supported record type. See the list of Supported DNS record types.
355 },
356 ],
357 &quot;deletions&quot;: [ # Which ResourceRecordSets to remove? Must match existing data exactly.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700358 { # A unit of data that is returned by the DNS servers.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800359 &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
360 &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700361 &quot;routingPolicy&quot;: { # A RRSetRoutingPolicy represents ResourceRecordSet data that is returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection. # Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy (dynamic). An error is returned otherwise.
362 &quot;geo&quot;: {
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700363 &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
364 {
365 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
366 &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
367 &quot;rrdatas&quot;: [
368 &quot;A String&quot;,
369 ],
370 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
371 &quot;A String&quot;,
372 ],
373 },
374 ],
375 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
376 },
377 &quot;geoPolicy&quot;: {
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700378 &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
379 {
380 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
381 &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
382 &quot;rrdatas&quot;: [
383 &quot;A String&quot;,
384 ],
385 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
386 &quot;A String&quot;,
387 ],
388 },
389 ],
390 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
391 },
392 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
393 &quot;wrr&quot;: {
394 &quot;items&quot;: [
395 {
396 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
397 &quot;rrdatas&quot;: [
398 &quot;A String&quot;,
399 ],
400 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
401 &quot;A String&quot;,
402 ],
403 &quot;weight&quot;: 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be non-negative.
404 },
405 ],
406 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
407 },
408 &quot;wrrPolicy&quot;: {
409 &quot;items&quot;: [
410 {
411 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
412 &quot;rrdatas&quot;: [
413 &quot;A String&quot;,
414 ],
415 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
416 &quot;A String&quot;,
417 ],
418 &quot;weight&quot;: 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be non-negative.
419 },
420 ],
421 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
422 },
423 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800424 &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
425 &quot;A String&quot;,
426 ],
427 &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
428 &quot;A String&quot;,
429 ],
430 &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
431 &quot;type&quot;: &quot;A String&quot;, # The identifier of a supported record type. See the list of Supported DNS record types.
432 },
433 ],
434 &quot;id&quot;: &quot;A String&quot;, # Unique identifier for the resource; defined by the server (output only).
435 &quot;isServing&quot;: True or False, # If the DNS queries for the zone will be served.
436 &quot;kind&quot;: &quot;dns#change&quot;,
437 &quot;startTime&quot;: &quot;A String&quot;, # The time that this operation was started by the server (output only). This is in RFC3339 text format.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700438 &quot;status&quot;: &quot;A String&quot;, # Status of the operation (output only). A status of &quot;done&quot; means that the request to update the authoritative servers has been sent, but the servers might not be updated yet.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800439}</pre>
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700440</div>
441
442<div class="method">
443 <code class="details" id="get">get(project, managedZone, changeId, clientOperationId=None, x__xgafv=None)</code>
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800444 <pre>Fetches the representation of an existing Change.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700445
446Args:
447 project: string, Identifies the project addressed by this request. (required)
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700448 managedZone: string, Identifies the managed zone addressed by this request. Can be the managed zone name or ID. (required)
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700449 changeId: string, The identifier of the requested change, from a previous ResourceRecordSetsChangeResponse. (required)
450 clientOperationId: string, For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700451 x__xgafv: string, V1 error format.
452 Allowed values
453 1 - v1 error format
454 2 - v2 error format
455
456Returns:
457 An object of the form:
458
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700459 { # A Change represents a set of ResourceRecordSet additions and deletions applied atomically to a ManagedZone. ResourceRecordSets within a ManagedZone are modified by creating a new Change element in the Changes collection. In turn the Changes collection also records the past modifications to the ResourceRecordSets in a ManagedZone. The current state of the ManagedZone is the sum effect of applying all Change elements in the Changes collection in sequence.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800460 &quot;additions&quot;: [ # Which ResourceRecordSets to add?
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700461 { # A unit of data that is returned by the DNS servers.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800462 &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
463 &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700464 &quot;routingPolicy&quot;: { # A RRSetRoutingPolicy represents ResourceRecordSet data that is returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection. # Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy (dynamic). An error is returned otherwise.
465 &quot;geo&quot;: {
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700466 &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
467 {
468 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
469 &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
470 &quot;rrdatas&quot;: [
471 &quot;A String&quot;,
472 ],
473 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
474 &quot;A String&quot;,
475 ],
476 },
477 ],
478 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
479 },
480 &quot;geoPolicy&quot;: {
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700481 &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
482 {
483 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
484 &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
485 &quot;rrdatas&quot;: [
486 &quot;A String&quot;,
487 ],
488 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
489 &quot;A String&quot;,
490 ],
491 },
492 ],
493 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
494 },
495 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
496 &quot;wrr&quot;: {
497 &quot;items&quot;: [
498 {
499 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
500 &quot;rrdatas&quot;: [
501 &quot;A String&quot;,
502 ],
503 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
504 &quot;A String&quot;,
505 ],
506 &quot;weight&quot;: 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be non-negative.
507 },
508 ],
509 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
510 },
511 &quot;wrrPolicy&quot;: {
512 &quot;items&quot;: [
513 {
514 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
515 &quot;rrdatas&quot;: [
516 &quot;A String&quot;,
517 ],
518 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
519 &quot;A String&quot;,
520 ],
521 &quot;weight&quot;: 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be non-negative.
522 },
523 ],
524 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
525 },
526 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800527 &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
528 &quot;A String&quot;,
529 ],
530 &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
531 &quot;A String&quot;,
532 ],
533 &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
534 &quot;type&quot;: &quot;A String&quot;, # The identifier of a supported record type. See the list of Supported DNS record types.
535 },
536 ],
537 &quot;deletions&quot;: [ # Which ResourceRecordSets to remove? Must match existing data exactly.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700538 { # A unit of data that is returned by the DNS servers.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800539 &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
540 &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700541 &quot;routingPolicy&quot;: { # A RRSetRoutingPolicy represents ResourceRecordSet data that is returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection. # Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy (dynamic). An error is returned otherwise.
542 &quot;geo&quot;: {
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700543 &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
544 {
545 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
546 &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
547 &quot;rrdatas&quot;: [
548 &quot;A String&quot;,
549 ],
550 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
551 &quot;A String&quot;,
552 ],
553 },
554 ],
555 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
556 },
557 &quot;geoPolicy&quot;: {
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700558 &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
559 {
560 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
561 &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
562 &quot;rrdatas&quot;: [
563 &quot;A String&quot;,
564 ],
565 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
566 &quot;A String&quot;,
567 ],
568 },
569 ],
570 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
571 },
572 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
573 &quot;wrr&quot;: {
574 &quot;items&quot;: [
575 {
576 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
577 &quot;rrdatas&quot;: [
578 &quot;A String&quot;,
579 ],
580 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
581 &quot;A String&quot;,
582 ],
583 &quot;weight&quot;: 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be non-negative.
584 },
585 ],
586 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
587 },
588 &quot;wrrPolicy&quot;: {
589 &quot;items&quot;: [
590 {
591 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
592 &quot;rrdatas&quot;: [
593 &quot;A String&quot;,
594 ],
595 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
596 &quot;A String&quot;,
597 ],
598 &quot;weight&quot;: 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be non-negative.
599 },
600 ],
601 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
602 },
603 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800604 &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
605 &quot;A String&quot;,
606 ],
607 &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
608 &quot;A String&quot;,
609 ],
610 &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
611 &quot;type&quot;: &quot;A String&quot;, # The identifier of a supported record type. See the list of Supported DNS record types.
612 },
613 ],
614 &quot;id&quot;: &quot;A String&quot;, # Unique identifier for the resource; defined by the server (output only).
615 &quot;isServing&quot;: True or False, # If the DNS queries for the zone will be served.
616 &quot;kind&quot;: &quot;dns#change&quot;,
617 &quot;startTime&quot;: &quot;A String&quot;, # The time that this operation was started by the server (output only). This is in RFC3339 text format.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700618 &quot;status&quot;: &quot;A String&quot;, # Status of the operation (output only). A status of &quot;done&quot; means that the request to update the authoritative servers has been sent, but the servers might not be updated yet.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800619}</pre>
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700620</div>
621
622<div class="method">
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800623 <code class="details" id="list">list(project, managedZone, maxResults=None, pageToken=None, sortBy=None, sortOrder=None, x__xgafv=None)</code>
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800624 <pre>Enumerates Changes to a ResourceRecordSet collection.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700625
626Args:
627 project: string, Identifies the project addressed by this request. (required)
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700628 managedZone: string, Identifies the managed zone addressed by this request. Can be the managed zone name or ID. (required)
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800629 maxResults: integer, Optional. Maximum number of results to be returned. If unspecified, the server decides how many results to return.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800630 pageToken: string, Optional. A tag returned by a previous list request that was truncated. Use this parameter to continue a previous list request.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700631 sortBy: string, Sorting criterion. The only supported value is change sequence.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700632 Allowed values
633 changeSequence -
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800634 sortOrder: string, Sorting order direction: &#x27;ascending&#x27; or &#x27;descending&#x27;.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700635 x__xgafv: string, V1 error format.
636 Allowed values
637 1 - v1 error format
638 2 - v2 error format
639
640Returns:
641 An object of the form:
642
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700643 { # The response to a request to enumerate Changes to a ResourceRecordSets collection.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800644 &quot;changes&quot;: [ # The requested changes.
645 { # A Change represents a set of ResourceRecordSet additions and deletions applied atomically to a ManagedZone. ResourceRecordSets within a ManagedZone are modified by creating a new Change element in the Changes collection. In turn the Changes collection also records the past modifications to the ResourceRecordSets in a ManagedZone. The current state of the ManagedZone is the sum effect of applying all Change elements in the Changes collection in sequence.
646 &quot;additions&quot;: [ # Which ResourceRecordSets to add?
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700647 { # A unit of data that is returned by the DNS servers.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800648 &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
649 &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700650 &quot;routingPolicy&quot;: { # A RRSetRoutingPolicy represents ResourceRecordSet data that is returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection. # Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy (dynamic). An error is returned otherwise.
651 &quot;geo&quot;: {
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700652 &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
653 {
654 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
655 &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
656 &quot;rrdatas&quot;: [
657 &quot;A String&quot;,
658 ],
659 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
660 &quot;A String&quot;,
661 ],
662 },
663 ],
664 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
665 },
666 &quot;geoPolicy&quot;: {
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700667 &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
668 {
669 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
670 &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
671 &quot;rrdatas&quot;: [
672 &quot;A String&quot;,
673 ],
674 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
675 &quot;A String&quot;,
676 ],
677 },
678 ],
679 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
680 },
681 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
682 &quot;wrr&quot;: {
683 &quot;items&quot;: [
684 {
685 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
686 &quot;rrdatas&quot;: [
687 &quot;A String&quot;,
688 ],
689 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
690 &quot;A String&quot;,
691 ],
692 &quot;weight&quot;: 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be non-negative.
693 },
694 ],
695 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
696 },
697 &quot;wrrPolicy&quot;: {
698 &quot;items&quot;: [
699 {
700 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
701 &quot;rrdatas&quot;: [
702 &quot;A String&quot;,
703 ],
704 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
705 &quot;A String&quot;,
706 ],
707 &quot;weight&quot;: 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be non-negative.
708 },
709 ],
710 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
711 },
712 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800713 &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
714 &quot;A String&quot;,
715 ],
716 &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
717 &quot;A String&quot;,
718 ],
719 &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
720 &quot;type&quot;: &quot;A String&quot;, # The identifier of a supported record type. See the list of Supported DNS record types.
721 },
722 ],
723 &quot;deletions&quot;: [ # Which ResourceRecordSets to remove? Must match existing data exactly.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700724 { # A unit of data that is returned by the DNS servers.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800725 &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
726 &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700727 &quot;routingPolicy&quot;: { # A RRSetRoutingPolicy represents ResourceRecordSet data that is returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection. # Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy (dynamic). An error is returned otherwise.
728 &quot;geo&quot;: {
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700729 &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
730 {
731 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
732 &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
733 &quot;rrdatas&quot;: [
734 &quot;A String&quot;,
735 ],
736 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
737 &quot;A String&quot;,
738 ],
739 },
740 ],
741 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
742 },
743 &quot;geoPolicy&quot;: {
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700744 &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
745 {
746 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
747 &quot;location&quot;: &quot;A String&quot;, # The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. &quot;us-east1&quot;, &quot;southamerica-east1&quot;, &quot;asia-east1&quot;, etc.
748 &quot;rrdatas&quot;: [
749 &quot;A String&quot;,
750 ],
751 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
752 &quot;A String&quot;,
753 ],
754 },
755 ],
756 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
757 },
758 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
759 &quot;wrr&quot;: {
760 &quot;items&quot;: [
761 {
762 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
763 &quot;rrdatas&quot;: [
764 &quot;A String&quot;,
765 ],
766 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
767 &quot;A String&quot;,
768 ],
769 &quot;weight&quot;: 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be non-negative.
770 },
771 ],
772 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
773 },
774 &quot;wrrPolicy&quot;: {
775 &quot;items&quot;: [
776 {
777 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
778 &quot;rrdatas&quot;: [
779 &quot;A String&quot;,
780 ],
781 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
782 &quot;A String&quot;,
783 ],
784 &quot;weight&quot;: 3.14, # The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be non-negative.
785 },
786 ],
787 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
788 },
789 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800790 &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
791 &quot;A String&quot;,
792 ],
793 &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
794 &quot;A String&quot;,
795 ],
796 &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
797 &quot;type&quot;: &quot;A String&quot;, # The identifier of a supported record type. See the list of Supported DNS record types.
798 },
799 ],
800 &quot;id&quot;: &quot;A String&quot;, # Unique identifier for the resource; defined by the server (output only).
801 &quot;isServing&quot;: True or False, # If the DNS queries for the zone will be served.
802 &quot;kind&quot;: &quot;dns#change&quot;,
803 &quot;startTime&quot;: &quot;A String&quot;, # The time that this operation was started by the server (output only). This is in RFC3339 text format.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700804 &quot;status&quot;: &quot;A String&quot;, # Status of the operation (output only). A status of &quot;done&quot; means that the request to update the authoritative servers has been sent, but the servers might not be updated yet.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700805 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800806 ],
807 &quot;header&quot;: { # Elements common to every response.
808 &quot;operationId&quot;: &quot;A String&quot;, # For mutating operation requests that completed successfully. This is the client_operation_id if the client specified it, otherwise it is generated by the server (output only).
809 },
810 &quot;kind&quot;: &quot;dns#changesListResponse&quot;, # Type of resource.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700811 &quot;nextPageToken&quot;: &quot;A String&quot;, # The presence of this field indicates that there exist more results following your last page of results in pagination order. To fetch them, make another list request using this value as your pagination token. This lets you retrieve the complete contents of even very large collections one page at a time. However, if the contents of the collection change between the first and last paginated list request, the set of all elements returned are an inconsistent view of the collection. You cannot retrieve a &quot;snapshot&quot; of collections larger than the maximum page size.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800812}</pre>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700813</div>
814
815<div class="method">
816 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
817 <pre>Retrieves the next page of results.
818
819Args:
820 previous_request: The request for the previous page. (required)
821 previous_response: The response from the request for the previous page. (required)
822
823Returns:
Bu Sun Kim65020912020-05-20 12:08:20 -0700824 A request object that you can call &#x27;execute()&#x27; on to request the next
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700825 page. Returns None if there are no more items in the collection.
826 </pre>
827</div>
828
829</body></html>