Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 1 | <html><body> |
| 2 | <style> |
| 3 | |
| 4 | body, 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 | |
| 15 | body { |
| 16 | font-size: 13px; |
| 17 | padding: 1em; |
| 18 | } |
| 19 | |
| 20 | h1 { |
| 21 | font-size: 26px; |
| 22 | margin-bottom: 1em; |
| 23 | } |
| 24 | |
| 25 | h2 { |
| 26 | font-size: 24px; |
| 27 | margin-bottom: 1em; |
| 28 | } |
| 29 | |
| 30 | h3 { |
| 31 | font-size: 20px; |
| 32 | margin-bottom: 1em; |
| 33 | margin-top: 1em; |
| 34 | } |
| 35 | |
| 36 | pre, code { |
| 37 | line-height: 1.5; |
| 38 | font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace; |
| 39 | } |
| 40 | |
| 41 | pre { |
| 42 | margin-top: 0.5em; |
| 43 | } |
| 44 | |
| 45 | h1, h2, h3, p { |
| 46 | font-family: Arial, sans serif; |
| 47 | } |
| 48 | |
| 49 | h1, 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 Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 75 | <h1><a href="dns_v1beta2.html">Cloud DNS API</a> . <a href="dns_v1beta2.changes.html">changes</a></h1> |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 76 | <h2>Instance Methods</h2> |
| 77 | <p class="toc_element"> |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 78 | <code><a href="#close">close()</a></code></p> |
| 79 | <p class="firstline">Close httplib2 connections.</p> |
| 80 | <p class="toc_element"> |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 81 | <code><a href="#create">create(project, managedZone, body=None, clientOperationId=None, x__xgafv=None)</a></code></p> |
| 82 | <p class="firstline">Atomically update the ResourceRecordSet collection.</p> |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 83 | <p class="toc_element"> |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 84 | <code><a href="#get">get(project, managedZone, changeId, clientOperationId=None, x__xgafv=None)</a></code></p> |
| 85 | <p class="firstline">Fetch the representation of an existing Change.</p> |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 86 | <p class="toc_element"> |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 87 | <code><a href="#list">list(project, managedZone, sortBy=None, maxResults=None, sortOrder=None, pageToken=None, x__xgafv=None)</a></code></p> |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 88 | <p class="firstline">Enumerate Changes to a ResourceRecordSet collection.</p> |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 89 | <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 Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 94 | <code class="details" id="close">close()</code> |
| 95 | <pre>Close httplib2 connections.</pre> |
| 96 | </div> |
| 97 | |
| 98 | <div class="method"> |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 99 | <code class="details" id="create">create(project, managedZone, body=None, clientOperationId=None, x__xgafv=None)</code> |
| 100 | <pre>Atomically update the ResourceRecordSet collection. |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 101 | |
| 102 | Args: |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 103 | project: string, Identifies the project addressed by this request. (required) |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 104 | managedZone: string, Identifies the managed zone addressed by this request. Can be the managed zone name or id. (required) |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 105 | body: object, The request body. |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 106 | The object takes the form of: |
| 107 | |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 108 | { # 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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 109 | "isServing": True or False, # If the DNS queries for the zone will be served. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 110 | "id": "A String", # Unique identifier for the resource; defined by the server (output only). |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 111 | "additions": [ # Which ResourceRecordSets to add? |
| 112 | { # A unit of data that will be returned by the DNS servers. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 113 | "type": "A String", # The identifier of a supported record type. See the list of Supported DNS record types. |
| 114 | "rrdatas": [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 115 | "A String", |
| 116 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 117 | "kind": "dns#resourceRecordSet", |
| 118 | "ttl": 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers. |
| 119 | "name": "A String", # For example, www.example.com. |
| 120 | "signatureRrdatas": [ # As defined in RFC 4034 (section 3.2). |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 121 | "A String", |
| 122 | ], |
| 123 | }, |
| 124 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 125 | "deletions": [ # Which ResourceRecordSets to remove? Must match existing data exactly. |
| 126 | { # A unit of data that will be returned by the DNS servers. |
| 127 | "type": "A String", # The identifier of a supported record type. See the list of Supported DNS record types. |
| 128 | "rrdatas": [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples. |
| 129 | "A String", |
| 130 | ], |
| 131 | "kind": "dns#resourceRecordSet", |
| 132 | "ttl": 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers. |
| 133 | "name": "A String", # For example, www.example.com. |
| 134 | "signatureRrdatas": [ # As defined in RFC 4034 (section 3.2). |
| 135 | "A String", |
| 136 | ], |
| 137 | }, |
| 138 | ], |
| 139 | "status": "A String", # Status of the operation (output only). A status of "done" means that the request to update the authoritative servers has been sent but the servers might not be updated yet. |
| 140 | "kind": "dns#change", |
| 141 | "startTime": "A String", # The time that this operation was started by the server (output only). This is in RFC3339 text format. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 142 | } |
| 143 | |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 144 | 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 Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 145 | x__xgafv: string, V1 error format. |
| 146 | Allowed values |
| 147 | 1 - v1 error format |
| 148 | 2 - v2 error format |
| 149 | |
| 150 | Returns: |
| 151 | An object of the form: |
| 152 | |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 153 | { # 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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 154 | "isServing": True or False, # If the DNS queries for the zone will be served. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 155 | "id": "A String", # Unique identifier for the resource; defined by the server (output only). |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 156 | "additions": [ # Which ResourceRecordSets to add? |
| 157 | { # A unit of data that will be returned by the DNS servers. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 158 | "type": "A String", # The identifier of a supported record type. See the list of Supported DNS record types. |
| 159 | "rrdatas": [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 160 | "A String", |
| 161 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 162 | "kind": "dns#resourceRecordSet", |
| 163 | "ttl": 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers. |
| 164 | "name": "A String", # For example, www.example.com. |
| 165 | "signatureRrdatas": [ # As defined in RFC 4034 (section 3.2). |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 166 | "A String", |
| 167 | ], |
| 168 | }, |
| 169 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 170 | "deletions": [ # Which ResourceRecordSets to remove? Must match existing data exactly. |
| 171 | { # A unit of data that will be returned by the DNS servers. |
| 172 | "type": "A String", # The identifier of a supported record type. See the list of Supported DNS record types. |
| 173 | "rrdatas": [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples. |
| 174 | "A String", |
| 175 | ], |
| 176 | "kind": "dns#resourceRecordSet", |
| 177 | "ttl": 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers. |
| 178 | "name": "A String", # For example, www.example.com. |
| 179 | "signatureRrdatas": [ # As defined in RFC 4034 (section 3.2). |
| 180 | "A String", |
| 181 | ], |
| 182 | }, |
| 183 | ], |
| 184 | "status": "A String", # Status of the operation (output only). A status of "done" means that the request to update the authoritative servers has been sent but the servers might not be updated yet. |
| 185 | "kind": "dns#change", |
| 186 | "startTime": "A String", # The time that this operation was started by the server (output only). This is in RFC3339 text format. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 187 | }</pre> |
| 188 | </div> |
| 189 | |
| 190 | <div class="method"> |
| 191 | <code class="details" id="get">get(project, managedZone, changeId, clientOperationId=None, x__xgafv=None)</code> |
| 192 | <pre>Fetch the representation of an existing Change. |
| 193 | |
| 194 | Args: |
| 195 | project: string, Identifies the project addressed by this request. (required) |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 196 | managedZone: string, Identifies the managed zone addressed by this request. Can be the managed zone name or id. (required) |
| 197 | changeId: string, The identifier of the requested change, from a previous ResourceRecordSetsChangeResponse. (required) |
| 198 | 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 Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 199 | x__xgafv: string, V1 error format. |
| 200 | Allowed values |
| 201 | 1 - v1 error format |
| 202 | 2 - v2 error format |
| 203 | |
| 204 | Returns: |
| 205 | An object of the form: |
| 206 | |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 207 | { # 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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 208 | "isServing": True or False, # If the DNS queries for the zone will be served. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 209 | "id": "A String", # Unique identifier for the resource; defined by the server (output only). |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 210 | "additions": [ # Which ResourceRecordSets to add? |
| 211 | { # A unit of data that will be returned by the DNS servers. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 212 | "type": "A String", # The identifier of a supported record type. See the list of Supported DNS record types. |
| 213 | "rrdatas": [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 214 | "A String", |
| 215 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 216 | "kind": "dns#resourceRecordSet", |
| 217 | "ttl": 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers. |
| 218 | "name": "A String", # For example, www.example.com. |
| 219 | "signatureRrdatas": [ # As defined in RFC 4034 (section 3.2). |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 220 | "A String", |
| 221 | ], |
| 222 | }, |
| 223 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 224 | "deletions": [ # Which ResourceRecordSets to remove? Must match existing data exactly. |
| 225 | { # A unit of data that will be returned by the DNS servers. |
| 226 | "type": "A String", # The identifier of a supported record type. See the list of Supported DNS record types. |
| 227 | "rrdatas": [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples. |
| 228 | "A String", |
| 229 | ], |
| 230 | "kind": "dns#resourceRecordSet", |
| 231 | "ttl": 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers. |
| 232 | "name": "A String", # For example, www.example.com. |
| 233 | "signatureRrdatas": [ # As defined in RFC 4034 (section 3.2). |
| 234 | "A String", |
| 235 | ], |
| 236 | }, |
| 237 | ], |
| 238 | "status": "A String", # Status of the operation (output only). A status of "done" means that the request to update the authoritative servers has been sent but the servers might not be updated yet. |
| 239 | "kind": "dns#change", |
| 240 | "startTime": "A String", # The time that this operation was started by the server (output only). This is in RFC3339 text format. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 241 | }</pre> |
| 242 | </div> |
| 243 | |
| 244 | <div class="method"> |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 245 | <code class="details" id="list">list(project, managedZone, sortBy=None, maxResults=None, sortOrder=None, pageToken=None, x__xgafv=None)</code> |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 246 | <pre>Enumerate Changes to a ResourceRecordSet collection. |
| 247 | |
| 248 | Args: |
| 249 | project: string, Identifies the project addressed by this request. (required) |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 250 | managedZone: string, Identifies the managed zone addressed by this request. Can be the managed zone name or id. (required) |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 251 | sortBy: string, Sorting criterion. The only supported value is change sequence. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 252 | Allowed values |
| 253 | changeSequence - |
| 254 | maxResults: integer, Optional. Maximum number of results to be returned. If unspecified, the server will decide how many results to return. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 255 | sortOrder: string, Sorting order direction: 'ascending' or 'descending'. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 256 | 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 Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 257 | x__xgafv: string, V1 error format. |
| 258 | Allowed values |
| 259 | 1 - v1 error format |
| 260 | 2 - v2 error format |
| 261 | |
| 262 | Returns: |
| 263 | An object of the form: |
| 264 | |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 265 | { # The response to a request to enumerate Changes to a ResourceRecordSets collection. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 266 | "header": { # Elements common to every response. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 267 | "operationId": "A String", # 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). |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 268 | }, |
| 269 | "changes": [ # The requested changes. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 270 | { # 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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 271 | "isServing": True or False, # If the DNS queries for the zone will be served. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 272 | "id": "A String", # Unique identifier for the resource; defined by the server (output only). |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 273 | "additions": [ # Which ResourceRecordSets to add? |
| 274 | { # A unit of data that will be returned by the DNS servers. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 275 | "type": "A String", # The identifier of a supported record type. See the list of Supported DNS record types. |
| 276 | "rrdatas": [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 277 | "A String", |
| 278 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 279 | "kind": "dns#resourceRecordSet", |
| 280 | "ttl": 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers. |
| 281 | "name": "A String", # For example, www.example.com. |
| 282 | "signatureRrdatas": [ # As defined in RFC 4034 (section 3.2). |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 283 | "A String", |
| 284 | ], |
| 285 | }, |
| 286 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 287 | "deletions": [ # Which ResourceRecordSets to remove? Must match existing data exactly. |
| 288 | { # A unit of data that will be returned by the DNS servers. |
| 289 | "type": "A String", # The identifier of a supported record type. See the list of Supported DNS record types. |
| 290 | "rrdatas": [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples. |
| 291 | "A String", |
| 292 | ], |
| 293 | "kind": "dns#resourceRecordSet", |
| 294 | "ttl": 42, # Number of seconds that this ResourceRecordSet can be cached by resolvers. |
| 295 | "name": "A String", # For example, www.example.com. |
| 296 | "signatureRrdatas": [ # As defined in RFC 4034 (section 3.2). |
| 297 | "A String", |
| 298 | ], |
| 299 | }, |
| 300 | ], |
| 301 | "status": "A String", # Status of the operation (output only). A status of "done" means that the request to update the authoritative servers has been sent but the servers might not be updated yet. |
| 302 | "kind": "dns#change", |
| 303 | "startTime": "A String", # The time that this operation was started by the server (output only). This is in RFC3339 text format. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 304 | }, |
| 305 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 306 | "nextPageToken": "A String", # 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. In this way you can 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 will be an inconsistent view of the collection. There is no way to retrieve a "snapshot" of collections larger than the maximum page size. |
| 307 | "kind": "dns#changesListResponse", # Type of resource. |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 308 | }</pre> |
| 309 | </div> |
| 310 | |
| 311 | <div class="method"> |
| 312 | <code class="details" id="list_next">list_next(previous_request, previous_response)</code> |
| 313 | <pre>Retrieves the next page of results. |
| 314 | |
| 315 | Args: |
| 316 | previous_request: The request for the previous page. (required) |
| 317 | previous_response: The response from the request for the previous page. (required) |
| 318 | |
| 319 | Returns: |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 320 | A request object that you can call 'execute()' on to request the next |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 321 | page. Returns None if there are no more items in the collection. |
| 322 | </pre> |
| 323 | </div> |
| 324 | |
| 325 | </body></html> |