blob: 088925e8ff16141ba55f6e2e3ce41353fab7af79 [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;: {
115 &quot;failovers&quot;: [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won&#x27;t be healthchecked, and it returns the primarily configured rrdata irrespective of whether it is healthy or not.
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;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
128 {
129 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
130 &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.
131 &quot;rrdatas&quot;: [
132 &quot;A String&quot;,
133 ],
134 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
135 &quot;A String&quot;,
136 ],
137 },
138 ],
139 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
140 },
141 &quot;geoPolicy&quot;: {
142 &quot;failovers&quot;: [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won&#x27;t be healthchecked, and it returns the primarily configured rrdata irrespective of whether it is healthy or not.
143 {
144 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
145 &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.
146 &quot;rrdatas&quot;: [
147 &quot;A String&quot;,
148 ],
149 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
150 &quot;A String&quot;,
151 ],
152 },
153 ],
154 &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
155 {
156 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
157 &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.
158 &quot;rrdatas&quot;: [
159 &quot;A String&quot;,
160 ],
161 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
162 &quot;A String&quot;,
163 ],
164 },
165 ],
166 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
167 },
168 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
169 &quot;wrr&quot;: {
170 &quot;items&quot;: [
171 {
172 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
173 &quot;rrdatas&quot;: [
174 &quot;A String&quot;,
175 ],
176 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
177 &quot;A String&quot;,
178 ],
179 &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.
180 },
181 ],
182 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
183 },
184 &quot;wrrPolicy&quot;: {
185 &quot;items&quot;: [
186 {
187 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
188 &quot;rrdatas&quot;: [
189 &quot;A String&quot;,
190 ],
191 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
192 &quot;A String&quot;,
193 ],
194 &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.
195 },
196 ],
197 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
198 },
199 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800200 &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
201 &quot;A String&quot;,
202 ],
203 &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
204 &quot;A String&quot;,
205 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800206 &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
207 &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 -0800208 },
209 ],
210 &quot;deletions&quot;: [ # Which ResourceRecordSets to remove? Must match existing data exactly.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700211 { # A unit of data that is returned by the DNS servers.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800212 &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
213 &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700214 &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.
215 &quot;geo&quot;: {
216 &quot;failovers&quot;: [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won&#x27;t be healthchecked, and it returns the primarily configured rrdata irrespective of whether it is healthy or not.
217 {
218 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
219 &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.
220 &quot;rrdatas&quot;: [
221 &quot;A String&quot;,
222 ],
223 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
224 &quot;A String&quot;,
225 ],
226 },
227 ],
228 &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
229 {
230 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
231 &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.
232 &quot;rrdatas&quot;: [
233 &quot;A String&quot;,
234 ],
235 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
236 &quot;A String&quot;,
237 ],
238 },
239 ],
240 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
241 },
242 &quot;geoPolicy&quot;: {
243 &quot;failovers&quot;: [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won&#x27;t be healthchecked, and it returns the primarily configured rrdata irrespective of whether it is healthy or not.
244 {
245 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
246 &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.
247 &quot;rrdatas&quot;: [
248 &quot;A String&quot;,
249 ],
250 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
251 &quot;A String&quot;,
252 ],
253 },
254 ],
255 &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
256 {
257 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
258 &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.
259 &quot;rrdatas&quot;: [
260 &quot;A String&quot;,
261 ],
262 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
263 &quot;A String&quot;,
264 ],
265 },
266 ],
267 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
268 },
269 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
270 &quot;wrr&quot;: {
271 &quot;items&quot;: [
272 {
273 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
274 &quot;rrdatas&quot;: [
275 &quot;A String&quot;,
276 ],
277 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
278 &quot;A String&quot;,
279 ],
280 &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.
281 },
282 ],
283 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
284 },
285 &quot;wrrPolicy&quot;: {
286 &quot;items&quot;: [
287 {
288 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
289 &quot;rrdatas&quot;: [
290 &quot;A String&quot;,
291 ],
292 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
293 &quot;A String&quot;,
294 ],
295 &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.
296 },
297 ],
298 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
299 },
300 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800301 &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
302 &quot;A String&quot;,
303 ],
304 &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
305 &quot;A String&quot;,
306 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800307 &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
308 &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 -0800309 },
310 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800311 &quot;id&quot;: &quot;A String&quot;, # Unique identifier for the resource; defined by the server (output only).
312 &quot;isServing&quot;: True or False, # If the DNS queries for the zone will be served.
313 &quot;kind&quot;: &quot;dns#change&quot;,
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800314 &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 -0700315 &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 -0800316}
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700317
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700318 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 -0700319 x__xgafv: string, V1 error format.
320 Allowed values
321 1 - v1 error format
322 2 - v2 error format
323
324Returns:
325 An object of the form:
326
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700327 { # 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 -0800328 &quot;additions&quot;: [ # Which ResourceRecordSets to add?
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700329 { # A unit of data that is returned by the DNS servers.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800330 &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
331 &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700332 &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.
333 &quot;geo&quot;: {
334 &quot;failovers&quot;: [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won&#x27;t be healthchecked, and it returns the primarily configured rrdata irrespective of whether it is healthy or not.
335 {
336 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
337 &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.
338 &quot;rrdatas&quot;: [
339 &quot;A String&quot;,
340 ],
341 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
342 &quot;A String&quot;,
343 ],
344 },
345 ],
346 &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
347 {
348 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
349 &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.
350 &quot;rrdatas&quot;: [
351 &quot;A String&quot;,
352 ],
353 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
354 &quot;A String&quot;,
355 ],
356 },
357 ],
358 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
359 },
360 &quot;geoPolicy&quot;: {
361 &quot;failovers&quot;: [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won&#x27;t be healthchecked, and it returns the primarily configured rrdata irrespective of whether it is healthy or not.
362 {
363 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
364 &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.
365 &quot;rrdatas&quot;: [
366 &quot;A String&quot;,
367 ],
368 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
369 &quot;A String&quot;,
370 ],
371 },
372 ],
373 &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
374 {
375 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
376 &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.
377 &quot;rrdatas&quot;: [
378 &quot;A String&quot;,
379 ],
380 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
381 &quot;A String&quot;,
382 ],
383 },
384 ],
385 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
386 },
387 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
388 &quot;wrr&quot;: {
389 &quot;items&quot;: [
390 {
391 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
392 &quot;rrdatas&quot;: [
393 &quot;A String&quot;,
394 ],
395 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
396 &quot;A String&quot;,
397 ],
398 &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.
399 },
400 ],
401 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
402 },
403 &quot;wrrPolicy&quot;: {
404 &quot;items&quot;: [
405 {
406 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
407 &quot;rrdatas&quot;: [
408 &quot;A String&quot;,
409 ],
410 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
411 &quot;A String&quot;,
412 ],
413 &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.
414 },
415 ],
416 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
417 },
418 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800419 &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
420 &quot;A String&quot;,
421 ],
422 &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
423 &quot;A String&quot;,
424 ],
425 &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
426 &quot;type&quot;: &quot;A String&quot;, # The identifier of a supported record type. See the list of Supported DNS record types.
427 },
428 ],
429 &quot;deletions&quot;: [ # Which ResourceRecordSets to remove? Must match existing data exactly.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700430 { # A unit of data that is returned by the DNS servers.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800431 &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
432 &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700433 &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.
434 &quot;geo&quot;: {
435 &quot;failovers&quot;: [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won&#x27;t be healthchecked, and it returns the primarily configured rrdata irrespective of whether it is healthy or not.
436 {
437 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
438 &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.
439 &quot;rrdatas&quot;: [
440 &quot;A String&quot;,
441 ],
442 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
443 &quot;A String&quot;,
444 ],
445 },
446 ],
447 &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
448 {
449 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
450 &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.
451 &quot;rrdatas&quot;: [
452 &quot;A String&quot;,
453 ],
454 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
455 &quot;A String&quot;,
456 ],
457 },
458 ],
459 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
460 },
461 &quot;geoPolicy&quot;: {
462 &quot;failovers&quot;: [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won&#x27;t be healthchecked, and it returns the primarily configured rrdata irrespective of whether it is healthy or not.
463 {
464 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
465 &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.
466 &quot;rrdatas&quot;: [
467 &quot;A String&quot;,
468 ],
469 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
470 &quot;A String&quot;,
471 ],
472 },
473 ],
474 &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
475 {
476 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
477 &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.
478 &quot;rrdatas&quot;: [
479 &quot;A String&quot;,
480 ],
481 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
482 &quot;A String&quot;,
483 ],
484 },
485 ],
486 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
487 },
488 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
489 &quot;wrr&quot;: {
490 &quot;items&quot;: [
491 {
492 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
493 &quot;rrdatas&quot;: [
494 &quot;A String&quot;,
495 ],
496 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
497 &quot;A String&quot;,
498 ],
499 &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.
500 },
501 ],
502 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
503 },
504 &quot;wrrPolicy&quot;: {
505 &quot;items&quot;: [
506 {
507 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
508 &quot;rrdatas&quot;: [
509 &quot;A String&quot;,
510 ],
511 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
512 &quot;A String&quot;,
513 ],
514 &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.
515 },
516 ],
517 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
518 },
519 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800520 &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
521 &quot;A String&quot;,
522 ],
523 &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
524 &quot;A String&quot;,
525 ],
526 &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
527 &quot;type&quot;: &quot;A String&quot;, # The identifier of a supported record type. See the list of Supported DNS record types.
528 },
529 ],
530 &quot;id&quot;: &quot;A String&quot;, # Unique identifier for the resource; defined by the server (output only).
531 &quot;isServing&quot;: True or False, # If the DNS queries for the zone will be served.
532 &quot;kind&quot;: &quot;dns#change&quot;,
533 &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 -0700534 &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 -0800535}</pre>
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700536</div>
537
538<div class="method">
539 <code class="details" id="get">get(project, managedZone, changeId, clientOperationId=None, x__xgafv=None)</code>
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800540 <pre>Fetches the representation of an existing Change.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700541
542Args:
543 project: string, Identifies the project addressed by this request. (required)
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700544 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 -0700545 changeId: string, The identifier of the requested change, from a previous ResourceRecordSetsChangeResponse. (required)
546 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 -0700547 x__xgafv: string, V1 error format.
548 Allowed values
549 1 - v1 error format
550 2 - v2 error format
551
552Returns:
553 An object of the form:
554
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700555 { # 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 -0800556 &quot;additions&quot;: [ # Which ResourceRecordSets to add?
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700557 { # A unit of data that is returned by the DNS servers.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800558 &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
559 &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700560 &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.
561 &quot;geo&quot;: {
562 &quot;failovers&quot;: [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won&#x27;t be healthchecked, and it returns the primarily configured rrdata irrespective of whether it is healthy or not.
563 {
564 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
565 &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.
566 &quot;rrdatas&quot;: [
567 &quot;A String&quot;,
568 ],
569 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
570 &quot;A String&quot;,
571 ],
572 },
573 ],
574 &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
575 {
576 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
577 &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.
578 &quot;rrdatas&quot;: [
579 &quot;A String&quot;,
580 ],
581 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
582 &quot;A String&quot;,
583 ],
584 },
585 ],
586 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
587 },
588 &quot;geoPolicy&quot;: {
589 &quot;failovers&quot;: [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won&#x27;t be healthchecked, and it returns the primarily configured rrdata irrespective of whether it is healthy or not.
590 {
591 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
592 &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.
593 &quot;rrdatas&quot;: [
594 &quot;A String&quot;,
595 ],
596 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
597 &quot;A String&quot;,
598 ],
599 },
600 ],
601 &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
602 {
603 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
604 &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.
605 &quot;rrdatas&quot;: [
606 &quot;A String&quot;,
607 ],
608 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
609 &quot;A String&quot;,
610 ],
611 },
612 ],
613 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
614 },
615 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
616 &quot;wrr&quot;: {
617 &quot;items&quot;: [
618 {
619 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
620 &quot;rrdatas&quot;: [
621 &quot;A String&quot;,
622 ],
623 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
624 &quot;A String&quot;,
625 ],
626 &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.
627 },
628 ],
629 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
630 },
631 &quot;wrrPolicy&quot;: {
632 &quot;items&quot;: [
633 {
634 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
635 &quot;rrdatas&quot;: [
636 &quot;A String&quot;,
637 ],
638 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
639 &quot;A String&quot;,
640 ],
641 &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.
642 },
643 ],
644 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
645 },
646 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800647 &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
648 &quot;A String&quot;,
649 ],
650 &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
651 &quot;A String&quot;,
652 ],
653 &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
654 &quot;type&quot;: &quot;A String&quot;, # The identifier of a supported record type. See the list of Supported DNS record types.
655 },
656 ],
657 &quot;deletions&quot;: [ # Which ResourceRecordSets to remove? Must match existing data exactly.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700658 { # A unit of data that is returned by the DNS servers.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800659 &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
660 &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700661 &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.
662 &quot;geo&quot;: {
663 &quot;failovers&quot;: [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won&#x27;t be healthchecked, and it returns the primarily configured rrdata irrespective of whether it is healthy or not.
664 {
665 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
666 &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.
667 &quot;rrdatas&quot;: [
668 &quot;A String&quot;,
669 ],
670 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
671 &quot;A String&quot;,
672 ],
673 },
674 ],
675 &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
676 {
677 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
678 &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.
679 &quot;rrdatas&quot;: [
680 &quot;A String&quot;,
681 ],
682 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
683 &quot;A String&quot;,
684 ],
685 },
686 ],
687 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
688 },
689 &quot;geoPolicy&quot;: {
690 &quot;failovers&quot;: [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won&#x27;t be healthchecked, and it returns the primarily configured rrdata irrespective of whether it is healthy or not.
691 {
692 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
693 &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.
694 &quot;rrdatas&quot;: [
695 &quot;A String&quot;,
696 ],
697 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
698 &quot;A String&quot;,
699 ],
700 },
701 ],
702 &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
703 {
704 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
705 &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.
706 &quot;rrdatas&quot;: [
707 &quot;A String&quot;,
708 ],
709 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
710 &quot;A String&quot;,
711 ],
712 },
713 ],
714 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
715 },
716 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
717 &quot;wrr&quot;: {
718 &quot;items&quot;: [
719 {
720 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
721 &quot;rrdatas&quot;: [
722 &quot;A String&quot;,
723 ],
724 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
725 &quot;A String&quot;,
726 ],
727 &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.
728 },
729 ],
730 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
731 },
732 &quot;wrrPolicy&quot;: {
733 &quot;items&quot;: [
734 {
735 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
736 &quot;rrdatas&quot;: [
737 &quot;A String&quot;,
738 ],
739 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
740 &quot;A String&quot;,
741 ],
742 &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.
743 },
744 ],
745 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
746 },
747 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800748 &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
749 &quot;A String&quot;,
750 ],
751 &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
752 &quot;A String&quot;,
753 ],
754 &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
755 &quot;type&quot;: &quot;A String&quot;, # The identifier of a supported record type. See the list of Supported DNS record types.
756 },
757 ],
758 &quot;id&quot;: &quot;A String&quot;, # Unique identifier for the resource; defined by the server (output only).
759 &quot;isServing&quot;: True or False, # If the DNS queries for the zone will be served.
760 &quot;kind&quot;: &quot;dns#change&quot;,
761 &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 -0700762 &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 -0800763}</pre>
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700764</div>
765
766<div class="method">
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800767 <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 -0800768 <pre>Enumerates Changes to a ResourceRecordSet collection.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700769
770Args:
771 project: string, Identifies the project addressed by this request. (required)
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700772 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 -0800773 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 -0800774 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 -0700775 sortBy: string, Sorting criterion. The only supported value is change sequence.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700776 Allowed values
777 changeSequence -
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800778 sortOrder: string, Sorting order direction: &#x27;ascending&#x27; or &#x27;descending&#x27;.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700779 x__xgafv: string, V1 error format.
780 Allowed values
781 1 - v1 error format
782 2 - v2 error format
783
784Returns:
785 An object of the form:
786
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700787 { # The response to a request to enumerate Changes to a ResourceRecordSets collection.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800788 &quot;changes&quot;: [ # The requested changes.
789 { # 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.
790 &quot;additions&quot;: [ # Which ResourceRecordSets to add?
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700791 { # A unit of data that is returned by the DNS servers.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800792 &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
793 &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700794 &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.
795 &quot;geo&quot;: {
796 &quot;failovers&quot;: [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won&#x27;t be healthchecked, and it returns the primarily configured rrdata irrespective of whether it is healthy or not.
797 {
798 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
799 &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.
800 &quot;rrdatas&quot;: [
801 &quot;A String&quot;,
802 ],
803 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
804 &quot;A String&quot;,
805 ],
806 },
807 ],
808 &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
809 {
810 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
811 &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.
812 &quot;rrdatas&quot;: [
813 &quot;A String&quot;,
814 ],
815 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
816 &quot;A String&quot;,
817 ],
818 },
819 ],
820 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
821 },
822 &quot;geoPolicy&quot;: {
823 &quot;failovers&quot;: [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won&#x27;t be healthchecked, and it returns the primarily configured rrdata irrespective of whether it is healthy or not.
824 {
825 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
826 &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.
827 &quot;rrdatas&quot;: [
828 &quot;A String&quot;,
829 ],
830 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
831 &quot;A String&quot;,
832 ],
833 },
834 ],
835 &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
836 {
837 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
838 &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.
839 &quot;rrdatas&quot;: [
840 &quot;A String&quot;,
841 ],
842 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
843 &quot;A String&quot;,
844 ],
845 },
846 ],
847 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
848 },
849 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
850 &quot;wrr&quot;: {
851 &quot;items&quot;: [
852 {
853 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
854 &quot;rrdatas&quot;: [
855 &quot;A String&quot;,
856 ],
857 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
858 &quot;A String&quot;,
859 ],
860 &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.
861 },
862 ],
863 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
864 },
865 &quot;wrrPolicy&quot;: {
866 &quot;items&quot;: [
867 {
868 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
869 &quot;rrdatas&quot;: [
870 &quot;A String&quot;,
871 ],
872 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
873 &quot;A String&quot;,
874 ],
875 &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.
876 },
877 ],
878 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
879 },
880 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800881 &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
882 &quot;A String&quot;,
883 ],
884 &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
885 &quot;A String&quot;,
886 ],
887 &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
888 &quot;type&quot;: &quot;A String&quot;, # The identifier of a supported record type. See the list of Supported DNS record types.
889 },
890 ],
891 &quot;deletions&quot;: [ # Which ResourceRecordSets to remove? Must match existing data exactly.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700892 { # A unit of data that is returned by the DNS servers.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800893 &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
894 &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700895 &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.
896 &quot;geo&quot;: {
897 &quot;failovers&quot;: [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won&#x27;t be healthchecked, and it returns the primarily configured rrdata irrespective of whether it is healthy or not.
898 {
899 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
900 &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.
901 &quot;rrdatas&quot;: [
902 &quot;A String&quot;,
903 ],
904 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
905 &quot;A String&quot;,
906 ],
907 },
908 ],
909 &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
910 {
911 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
912 &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.
913 &quot;rrdatas&quot;: [
914 &quot;A String&quot;,
915 ],
916 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
917 &quot;A String&quot;,
918 ],
919 },
920 ],
921 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
922 },
923 &quot;geoPolicy&quot;: {
924 &quot;failovers&quot;: [ # If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won&#x27;t be healthchecked, and it returns the primarily configured rrdata irrespective of whether it is healthy or not.
925 {
926 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
927 &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.
928 &quot;rrdatas&quot;: [
929 &quot;A String&quot;,
930 ],
931 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
932 &quot;A String&quot;,
933 ],
934 },
935 ],
936 &quot;items&quot;: [ # The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
937 {
938 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem&quot;,
939 &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.
940 &quot;rrdatas&quot;: [
941 &quot;A String&quot;,
942 ],
943 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above geo_rrdata.
944 &quot;A String&quot;,
945 ],
946 },
947 ],
948 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyGeoPolicy&quot;,
949 },
950 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicy&quot;,
951 &quot;wrr&quot;: {
952 &quot;items&quot;: [
953 {
954 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
955 &quot;rrdatas&quot;: [
956 &quot;A String&quot;,
957 ],
958 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
959 &quot;A String&quot;,
960 ],
961 &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.
962 },
963 ],
964 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
965 },
966 &quot;wrrPolicy&quot;: {
967 &quot;items&quot;: [
968 {
969 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem&quot;,
970 &quot;rrdatas&quot;: [
971 &quot;A String&quot;,
972 ],
973 &quot;signatureRrdatas&quot;: [ # DNSSEC generated signatures for the above wrr_rrdata.
974 &quot;A String&quot;,
975 ],
976 &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.
977 },
978 ],
979 &quot;kind&quot;: &quot;dns#rRSetRoutingPolicyWrrPolicy&quot;,
980 },
981 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800982 &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
983 &quot;A String&quot;,
984 ],
985 &quot;signatureRrdatas&quot;: [ # As defined in RFC 4034 (section 3.2).
986 &quot;A String&quot;,
987 ],
988 &quot;ttl&quot;: 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers.
989 &quot;type&quot;: &quot;A String&quot;, # The identifier of a supported record type. See the list of Supported DNS record types.
990 },
991 ],
992 &quot;id&quot;: &quot;A String&quot;, # Unique identifier for the resource; defined by the server (output only).
993 &quot;isServing&quot;: True or False, # If the DNS queries for the zone will be served.
994 &quot;kind&quot;: &quot;dns#change&quot;,
995 &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 -0700996 &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 -0700997 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800998 ],
999 &quot;header&quot;: { # Elements common to every response.
1000 &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).
1001 },
1002 &quot;kind&quot;: &quot;dns#changesListResponse&quot;, # Type of resource.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001003 &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 -08001004}</pre>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001005</div>
1006
1007<div class="method">
1008 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
1009 <pre>Retrieves the next page of results.
1010
1011Args:
1012 previous_request: The request for the previous page. (required)
1013 previous_response: The response from the request for the previous page. (required)
1014
1015Returns:
Bu Sun Kim65020912020-05-20 12:08:20 -07001016 A request object that you can call &#x27;execute()&#x27; on to request the next
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001017 page. Returns None if there are no more items in the collection.
1018 </pre>
1019</div>
1020
1021</body></html>