OLD | NEW |
(Empty) | |
| 1 { |
| 2 "auth": { |
| 3 "oauth2": { |
| 4 "scopes": { |
| 5 "https://www.googleapis.com/auth/cloud-platform": { |
| 6 "description": "View and manage your data across Google Clou
d Platform services" |
| 7 }, |
| 8 "https://www.googleapis.com/auth/cloud-platform.read-only": { |
| 9 "description": "View your data across Google Cloud Platform
services" |
| 10 }, |
| 11 "https://www.googleapis.com/auth/ndev.clouddns.readonly": { |
| 12 "description": "View your DNS records hosted by Google Cloud
DNS" |
| 13 }, |
| 14 "https://www.googleapis.com/auth/ndev.clouddns.readwrite": { |
| 15 "description": "View and manage your DNS records hosted by G
oogle Cloud DNS" |
| 16 } |
| 17 } |
| 18 } |
| 19 }, |
| 20 "basePath": "/dns/v2beta1/projects/", |
| 21 "baseUrl": "https://www.googleapis.com/dns/v2beta1/projects/", |
| 22 "batchPath": "batch", |
| 23 "description": "Configures and serves authoritative DNS records.", |
| 24 "discoveryVersion": "v1", |
| 25 "documentationLink": "https://developers.google.com/cloud-dns", |
| 26 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/p5FXF_1mPQyFYKDH4p0vfLLFmRE\"", |
| 27 "icons": { |
| 28 "x16": "http://www.google.com/images/icons/product/search-16.gif", |
| 29 "x32": "http://www.google.com/images/icons/product/search-32.gif" |
| 30 }, |
| 31 "id": "dns:v2beta1", |
| 32 "kind": "discovery#restDescription", |
| 33 "name": "dns", |
| 34 "ownerDomain": "google.com", |
| 35 "ownerName": "Google", |
| 36 "parameters": { |
| 37 "alt": { |
| 38 "default": "json", |
| 39 "description": "Data format for the response.", |
| 40 "enum": [ |
| 41 "json" |
| 42 ], |
| 43 "enumDescriptions": [ |
| 44 "Responses with Content-Type of application/json" |
| 45 ], |
| 46 "location": "query", |
| 47 "type": "string" |
| 48 }, |
| 49 "fields": { |
| 50 "description": "Selector specifying which fields to include in a par
tial response.", |
| 51 "location": "query", |
| 52 "type": "string" |
| 53 }, |
| 54 "key": { |
| 55 "description": "API key. Your API key identifies your project and pr
ovides you with API access, quota, and reports. Required unless you provide an O
Auth 2.0 token.", |
| 56 "location": "query", |
| 57 "type": "string" |
| 58 }, |
| 59 "oauth_token": { |
| 60 "description": "OAuth 2.0 token for the current user.", |
| 61 "location": "query", |
| 62 "type": "string" |
| 63 }, |
| 64 "prettyPrint": { |
| 65 "default": "true", |
| 66 "description": "Returns response with indentations and line breaks."
, |
| 67 "location": "query", |
| 68 "type": "boolean" |
| 69 }, |
| 70 "quotaUser": { |
| 71 "description": "Available to use for quota purposes for server-side
applications. Can be any arbitrary string assigned to a user, but should not exc
eed 40 characters. Overrides userIp if both are provided.", |
| 72 "location": "query", |
| 73 "type": "string" |
| 74 }, |
| 75 "userIp": { |
| 76 "description": "IP address of the site where the request originates.
Use this if you want to enforce per-user limits.", |
| 77 "location": "query", |
| 78 "type": "string" |
| 79 } |
| 80 }, |
| 81 "protocol": "rest", |
| 82 "resources": { |
| 83 "changes": { |
| 84 "methods": { |
| 85 "create": { |
| 86 "description": "Atomically update the ResourceRecordSet coll
ection.", |
| 87 "httpMethod": "POST", |
| 88 "id": "dns.changes.create", |
| 89 "parameterOrder": [ |
| 90 "project", |
| 91 "managedZone" |
| 92 ], |
| 93 "parameters": { |
| 94 "clientOperationId": { |
| 95 "description": "For mutating operation requests only
. An optional identifier specified by the client. Must be unique for operation r
esources in the Operations collection.", |
| 96 "location": "query", |
| 97 "type": "string" |
| 98 }, |
| 99 "managedZone": { |
| 100 "description": "Identifies the managed zone addresse
d by this request. Can be the managed zone name or id.", |
| 101 "location": "path", |
| 102 "required": true, |
| 103 "type": "string" |
| 104 }, |
| 105 "project": { |
| 106 "description": "Identifies the project addressed by
this request.", |
| 107 "location": "path", |
| 108 "required": true, |
| 109 "type": "string" |
| 110 } |
| 111 }, |
| 112 "path": "{project}/managedZones/{managedZone}/changes", |
| 113 "request": { |
| 114 "$ref": "Change" |
| 115 }, |
| 116 "response": { |
| 117 "$ref": "Change" |
| 118 }, |
| 119 "scopes": [ |
| 120 "https://www.googleapis.com/auth/cloud-platform", |
| 121 "https://www.googleapis.com/auth/ndev.clouddns.readwrite
" |
| 122 ] |
| 123 }, |
| 124 "get": { |
| 125 "description": "Fetch the representation of an existing Chan
ge.", |
| 126 "httpMethod": "GET", |
| 127 "id": "dns.changes.get", |
| 128 "parameterOrder": [ |
| 129 "project", |
| 130 "managedZone", |
| 131 "changeId" |
| 132 ], |
| 133 "parameters": { |
| 134 "changeId": { |
| 135 "description": "The identifier of the requested chan
ge, from a previous ResourceRecordSetsChangeResponse.", |
| 136 "location": "path", |
| 137 "required": true, |
| 138 "type": "string" |
| 139 }, |
| 140 "clientOperationId": { |
| 141 "description": "For mutating operation requests only
. An optional identifier specified by the client. Must be unique for operation r
esources in the Operations collection.", |
| 142 "location": "query", |
| 143 "type": "string" |
| 144 }, |
| 145 "managedZone": { |
| 146 "description": "Identifies the managed zone addresse
d by this request. Can be the managed zone name or id.", |
| 147 "location": "path", |
| 148 "required": true, |
| 149 "type": "string" |
| 150 }, |
| 151 "project": { |
| 152 "description": "Identifies the project addressed by
this request.", |
| 153 "location": "path", |
| 154 "required": true, |
| 155 "type": "string" |
| 156 } |
| 157 }, |
| 158 "path": "{project}/managedZones/{managedZone}/changes/{chang
eId}", |
| 159 "response": { |
| 160 "$ref": "Change" |
| 161 }, |
| 162 "scopes": [ |
| 163 "https://www.googleapis.com/auth/cloud-platform", |
| 164 "https://www.googleapis.com/auth/cloud-platform.read-onl
y", |
| 165 "https://www.googleapis.com/auth/ndev.clouddns.readonly"
, |
| 166 "https://www.googleapis.com/auth/ndev.clouddns.readwrite
" |
| 167 ] |
| 168 }, |
| 169 "list": { |
| 170 "description": "Enumerate Changes to a ResourceRecordSet col
lection.", |
| 171 "httpMethod": "GET", |
| 172 "id": "dns.changes.list", |
| 173 "parameterOrder": [ |
| 174 "project", |
| 175 "managedZone" |
| 176 ], |
| 177 "parameters": { |
| 178 "managedZone": { |
| 179 "description": "Identifies the managed zone addresse
d by this request. Can be the managed zone name or id.", |
| 180 "location": "path", |
| 181 "required": true, |
| 182 "type": "string" |
| 183 }, |
| 184 "maxResults": { |
| 185 "description": "Optional. Maximum number of results
to be returned. If unspecified, the server will decide how many results to retur
n.", |
| 186 "format": "int32", |
| 187 "location": "query", |
| 188 "type": "integer" |
| 189 }, |
| 190 "pageToken": { |
| 191 "description": "Optional. A tag returned by a previo
us list request that was truncated. Use this parameter to continue a previous li
st request.", |
| 192 "location": "query", |
| 193 "type": "string" |
| 194 }, |
| 195 "project": { |
| 196 "description": "Identifies the project addressed by
this request.", |
| 197 "location": "path", |
| 198 "required": true, |
| 199 "type": "string" |
| 200 }, |
| 201 "sortBy": { |
| 202 "default": "CHANGE_SEQUENCE", |
| 203 "description": "Sorting criterion. The only supporte
d value is change sequence.", |
| 204 "enum": [ |
| 205 "CHANGE_SEQUENCE" |
| 206 ], |
| 207 "enumDescriptions": [ |
| 208 "" |
| 209 ], |
| 210 "location": "query", |
| 211 "type": "string" |
| 212 }, |
| 213 "sortOrder": { |
| 214 "description": "Sorting order direction: 'ascending'
or 'descending'.", |
| 215 "location": "query", |
| 216 "type": "string" |
| 217 } |
| 218 }, |
| 219 "path": "{project}/managedZones/{managedZone}/changes", |
| 220 "response": { |
| 221 "$ref": "ChangesListResponse" |
| 222 }, |
| 223 "scopes": [ |
| 224 "https://www.googleapis.com/auth/cloud-platform", |
| 225 "https://www.googleapis.com/auth/cloud-platform.read-onl
y", |
| 226 "https://www.googleapis.com/auth/ndev.clouddns.readonly"
, |
| 227 "https://www.googleapis.com/auth/ndev.clouddns.readwrite
" |
| 228 ] |
| 229 } |
| 230 } |
| 231 }, |
| 232 "dnskeys": { |
| 233 "methods": { |
| 234 "get": { |
| 235 "description": "Fetch the representation of an existing DnsK
ey.", |
| 236 "httpMethod": "GET", |
| 237 "id": "dns.dnskeys.get", |
| 238 "parameterOrder": [ |
| 239 "project", |
| 240 "managedZone", |
| 241 "dnsKeyId" |
| 242 ], |
| 243 "parameters": { |
| 244 "clientOperationId": { |
| 245 "description": "For mutating operation requests only
. An optional identifier specified by the client. Must be unique for operation r
esources in the Operations collection.", |
| 246 "location": "query", |
| 247 "type": "string" |
| 248 }, |
| 249 "digestType": { |
| 250 "description": "An optional comma-separated list of
digest types to compute and display for key signing keys. If omitted, the recomm
ended digest type will be computed and displayed.", |
| 251 "location": "query", |
| 252 "type": "string" |
| 253 }, |
| 254 "dnsKeyId": { |
| 255 "description": "The identifier of the requested DnsK
ey.", |
| 256 "location": "path", |
| 257 "required": true, |
| 258 "type": "string" |
| 259 }, |
| 260 "managedZone": { |
| 261 "description": "Identifies the managed zone addresse
d by this request. Can be the managed zone name or id.", |
| 262 "location": "path", |
| 263 "required": true, |
| 264 "type": "string" |
| 265 }, |
| 266 "project": { |
| 267 "description": "Identifies the project addressed by
this request.", |
| 268 "location": "path", |
| 269 "required": true, |
| 270 "type": "string" |
| 271 } |
| 272 }, |
| 273 "path": "{project}/managedZones/{managedZone}/dnsKeys/{dnsKe
yId}", |
| 274 "response": { |
| 275 "$ref": "DnsKey" |
| 276 }, |
| 277 "scopes": [ |
| 278 "https://www.googleapis.com/auth/cloud-platform", |
| 279 "https://www.googleapis.com/auth/cloud-platform.read-onl
y", |
| 280 "https://www.googleapis.com/auth/ndev.clouddns.readonly"
, |
| 281 "https://www.googleapis.com/auth/ndev.clouddns.readwrite
" |
| 282 ] |
| 283 }, |
| 284 "list": { |
| 285 "description": "Enumerate DnsKeys to a ResourceRecordSet col
lection.", |
| 286 "httpMethod": "GET", |
| 287 "id": "dns.dnskeys.list", |
| 288 "parameterOrder": [ |
| 289 "project", |
| 290 "managedZone" |
| 291 ], |
| 292 "parameters": { |
| 293 "digestType": { |
| 294 "description": "An optional comma-separated list of
digest types to compute and display for key signing keys. If omitted, the recomm
ended digest type will be computed and displayed.", |
| 295 "location": "query", |
| 296 "type": "string" |
| 297 }, |
| 298 "managedZone": { |
| 299 "description": "Identifies the managed zone addresse
d by this request. Can be the managed zone name or id.", |
| 300 "location": "path", |
| 301 "required": true, |
| 302 "type": "string" |
| 303 }, |
| 304 "maxResults": { |
| 305 "description": "Optional. Maximum number of results
to be returned. If unspecified, the server will decide how many results to retur
n.", |
| 306 "format": "int32", |
| 307 "location": "query", |
| 308 "type": "integer" |
| 309 }, |
| 310 "pageToken": { |
| 311 "description": "Optional. A tag returned by a previo
us list request that was truncated. Use this parameter to continue a previous li
st request.", |
| 312 "location": "query", |
| 313 "type": "string" |
| 314 }, |
| 315 "project": { |
| 316 "description": "Identifies the project addressed by
this request.", |
| 317 "location": "path", |
| 318 "required": true, |
| 319 "type": "string" |
| 320 } |
| 321 }, |
| 322 "path": "{project}/managedZones/{managedZone}/dnsKeys", |
| 323 "response": { |
| 324 "$ref": "DnsKeysListResponse" |
| 325 }, |
| 326 "scopes": [ |
| 327 "https://www.googleapis.com/auth/cloud-platform", |
| 328 "https://www.googleapis.com/auth/cloud-platform.read-onl
y", |
| 329 "https://www.googleapis.com/auth/ndev.clouddns.readonly"
, |
| 330 "https://www.googleapis.com/auth/ndev.clouddns.readwrite
" |
| 331 ] |
| 332 } |
| 333 } |
| 334 }, |
| 335 "managedZoneOperations": { |
| 336 "methods": { |
| 337 "get": { |
| 338 "description": "Fetch the representation of an existing Oper
ation.", |
| 339 "httpMethod": "GET", |
| 340 "id": "dns.managedZoneOperations.get", |
| 341 "parameterOrder": [ |
| 342 "project", |
| 343 "managedZone", |
| 344 "operation" |
| 345 ], |
| 346 "parameters": { |
| 347 "clientOperationId": { |
| 348 "description": "For mutating operation requests only
. An optional identifier specified by the client. Must be unique for operation r
esources in the Operations collection.", |
| 349 "location": "query", |
| 350 "type": "string" |
| 351 }, |
| 352 "managedZone": { |
| 353 "description": "Identifies the managed zone addresse
d by this request.", |
| 354 "location": "path", |
| 355 "required": true, |
| 356 "type": "string" |
| 357 }, |
| 358 "operation": { |
| 359 "description": "Identifies the operation addressed b
y this request.", |
| 360 "location": "path", |
| 361 "required": true, |
| 362 "type": "string" |
| 363 }, |
| 364 "project": { |
| 365 "description": "Identifies the project addressed by
this request.", |
| 366 "location": "path", |
| 367 "required": true, |
| 368 "type": "string" |
| 369 } |
| 370 }, |
| 371 "path": "{project}/managedZones/{managedZone}/operations/{op
eration}", |
| 372 "response": { |
| 373 "$ref": "Operation" |
| 374 }, |
| 375 "scopes": [ |
| 376 "https://www.googleapis.com/auth/cloud-platform", |
| 377 "https://www.googleapis.com/auth/cloud-platform.read-onl
y", |
| 378 "https://www.googleapis.com/auth/ndev.clouddns.readonly"
, |
| 379 "https://www.googleapis.com/auth/ndev.clouddns.readwrite
" |
| 380 ] |
| 381 }, |
| 382 "list": { |
| 383 "description": "Enumerate Operations for the given ManagedZo
ne.", |
| 384 "httpMethod": "GET", |
| 385 "id": "dns.managedZoneOperations.list", |
| 386 "parameterOrder": [ |
| 387 "project", |
| 388 "managedZone" |
| 389 ], |
| 390 "parameters": { |
| 391 "managedZone": { |
| 392 "description": "Identifies the managed zone addresse
d by this request.", |
| 393 "location": "path", |
| 394 "required": true, |
| 395 "type": "string" |
| 396 }, |
| 397 "maxResults": { |
| 398 "description": "Optional. Maximum number of results
to be returned. If unspecified, the server will decide how many results to retur
n.", |
| 399 "format": "int32", |
| 400 "location": "query", |
| 401 "type": "integer" |
| 402 }, |
| 403 "pageToken": { |
| 404 "description": "Optional. A tag returned by a previo
us list request that was truncated. Use this parameter to continue a previous li
st request.", |
| 405 "location": "query", |
| 406 "type": "string" |
| 407 }, |
| 408 "project": { |
| 409 "description": "Identifies the project addressed by
this request.", |
| 410 "location": "path", |
| 411 "required": true, |
| 412 "type": "string" |
| 413 }, |
| 414 "sortBy": { |
| 415 "default": "START_TIME", |
| 416 "description": "Sorting criterion. The only supporte
d values are START_TIME and ID.", |
| 417 "enum": [ |
| 418 "ID", |
| 419 "START_TIME" |
| 420 ], |
| 421 "enumDescriptions": [ |
| 422 "", |
| 423 "" |
| 424 ], |
| 425 "location": "query", |
| 426 "type": "string" |
| 427 } |
| 428 }, |
| 429 "path": "{project}/managedZones/{managedZone}/operations", |
| 430 "response": { |
| 431 "$ref": "ManagedZoneOperationsListResponse" |
| 432 }, |
| 433 "scopes": [ |
| 434 "https://www.googleapis.com/auth/cloud-platform", |
| 435 "https://www.googleapis.com/auth/cloud-platform.read-onl
y", |
| 436 "https://www.googleapis.com/auth/ndev.clouddns.readonly"
, |
| 437 "https://www.googleapis.com/auth/ndev.clouddns.readwrite
" |
| 438 ] |
| 439 } |
| 440 } |
| 441 }, |
| 442 "managedZones": { |
| 443 "methods": { |
| 444 "create": { |
| 445 "description": "Create a new ManagedZone.", |
| 446 "httpMethod": "POST", |
| 447 "id": "dns.managedZones.create", |
| 448 "parameterOrder": [ |
| 449 "project" |
| 450 ], |
| 451 "parameters": { |
| 452 "clientOperationId": { |
| 453 "description": "For mutating operation requests only
. An optional identifier specified by the client. Must be unique for operation r
esources in the Operations collection.", |
| 454 "location": "query", |
| 455 "type": "string" |
| 456 }, |
| 457 "project": { |
| 458 "description": "Identifies the project addressed by
this request.", |
| 459 "location": "path", |
| 460 "required": true, |
| 461 "type": "string" |
| 462 } |
| 463 }, |
| 464 "path": "{project}/managedZones", |
| 465 "request": { |
| 466 "$ref": "ManagedZone" |
| 467 }, |
| 468 "response": { |
| 469 "$ref": "ManagedZone" |
| 470 }, |
| 471 "scopes": [ |
| 472 "https://www.googleapis.com/auth/cloud-platform", |
| 473 "https://www.googleapis.com/auth/ndev.clouddns.readwrite
" |
| 474 ] |
| 475 }, |
| 476 "delete": { |
| 477 "description": "Delete a previously created ManagedZone.", |
| 478 "httpMethod": "DELETE", |
| 479 "id": "dns.managedZones.delete", |
| 480 "parameterOrder": [ |
| 481 "project", |
| 482 "managedZone" |
| 483 ], |
| 484 "parameters": { |
| 485 "clientOperationId": { |
| 486 "description": "For mutating operation requests only
. An optional identifier specified by the client. Must be unique for operation r
esources in the Operations collection.", |
| 487 "location": "query", |
| 488 "type": "string" |
| 489 }, |
| 490 "managedZone": { |
| 491 "description": "Identifies the managed zone addresse
d by this request. Can be the managed zone name or id.", |
| 492 "location": "path", |
| 493 "required": true, |
| 494 "type": "string" |
| 495 }, |
| 496 "project": { |
| 497 "description": "Identifies the project addressed by
this request.", |
| 498 "location": "path", |
| 499 "required": true, |
| 500 "type": "string" |
| 501 } |
| 502 }, |
| 503 "path": "{project}/managedZones/{managedZone}", |
| 504 "response": { |
| 505 "$ref": "ManagedZonesDeleteResponse" |
| 506 }, |
| 507 "scopes": [ |
| 508 "https://www.googleapis.com/auth/cloud-platform", |
| 509 "https://www.googleapis.com/auth/ndev.clouddns.readwrite
" |
| 510 ] |
| 511 }, |
| 512 "get": { |
| 513 "description": "Fetch the representation of an existing Mana
gedZone.", |
| 514 "httpMethod": "GET", |
| 515 "id": "dns.managedZones.get", |
| 516 "parameterOrder": [ |
| 517 "project", |
| 518 "managedZone" |
| 519 ], |
| 520 "parameters": { |
| 521 "clientOperationId": { |
| 522 "description": "For mutating operation requests only
. An optional identifier specified by the client. Must be unique for operation r
esources in the Operations collection.", |
| 523 "location": "query", |
| 524 "type": "string" |
| 525 }, |
| 526 "managedZone": { |
| 527 "description": "Identifies the managed zone addresse
d by this request. Can be the managed zone name or id.", |
| 528 "location": "path", |
| 529 "required": true, |
| 530 "type": "string" |
| 531 }, |
| 532 "project": { |
| 533 "description": "Identifies the project addressed by
this request.", |
| 534 "location": "path", |
| 535 "required": true, |
| 536 "type": "string" |
| 537 } |
| 538 }, |
| 539 "path": "{project}/managedZones/{managedZone}", |
| 540 "response": { |
| 541 "$ref": "ManagedZone" |
| 542 }, |
| 543 "scopes": [ |
| 544 "https://www.googleapis.com/auth/cloud-platform", |
| 545 "https://www.googleapis.com/auth/cloud-platform.read-onl
y", |
| 546 "https://www.googleapis.com/auth/ndev.clouddns.readonly"
, |
| 547 "https://www.googleapis.com/auth/ndev.clouddns.readwrite
" |
| 548 ] |
| 549 }, |
| 550 "list": { |
| 551 "description": "Enumerate ManagedZones that have been create
d but not yet deleted.", |
| 552 "httpMethod": "GET", |
| 553 "id": "dns.managedZones.list", |
| 554 "parameterOrder": [ |
| 555 "project" |
| 556 ], |
| 557 "parameters": { |
| 558 "dnsName": { |
| 559 "description": "Restricts the list to return only zo
nes with this domain name.", |
| 560 "location": "query", |
| 561 "type": "string" |
| 562 }, |
| 563 "maxResults": { |
| 564 "description": "Optional. Maximum number of results
to be returned. If unspecified, the server will decide how many results to retur
n.", |
| 565 "format": "int32", |
| 566 "location": "query", |
| 567 "type": "integer" |
| 568 }, |
| 569 "pageToken": { |
| 570 "description": "Optional. A tag returned by a previo
us list request that was truncated. Use this parameter to continue a previous li
st request.", |
| 571 "location": "query", |
| 572 "type": "string" |
| 573 }, |
| 574 "project": { |
| 575 "description": "Identifies the project addressed by
this request.", |
| 576 "location": "path", |
| 577 "required": true, |
| 578 "type": "string" |
| 579 } |
| 580 }, |
| 581 "path": "{project}/managedZones", |
| 582 "response": { |
| 583 "$ref": "ManagedZonesListResponse" |
| 584 }, |
| 585 "scopes": [ |
| 586 "https://www.googleapis.com/auth/cloud-platform", |
| 587 "https://www.googleapis.com/auth/cloud-platform.read-onl
y", |
| 588 "https://www.googleapis.com/auth/ndev.clouddns.readonly"
, |
| 589 "https://www.googleapis.com/auth/ndev.clouddns.readwrite
" |
| 590 ] |
| 591 }, |
| 592 "patch": { |
| 593 "description": "Update an existing ManagedZone. This method
supports patch semantics.", |
| 594 "httpMethod": "PATCH", |
| 595 "id": "dns.managedZones.patch", |
| 596 "parameterOrder": [ |
| 597 "project", |
| 598 "managedZone" |
| 599 ], |
| 600 "parameters": { |
| 601 "clientOperationId": { |
| 602 "description": "For mutating operation requests only
. An optional identifier specified by the client. Must be unique for operation r
esources in the Operations collection.", |
| 603 "location": "query", |
| 604 "type": "string" |
| 605 }, |
| 606 "managedZone": { |
| 607 "description": "Identifies the managed zone addresse
d by this request. Can be the managed zone name or id.", |
| 608 "location": "path", |
| 609 "required": true, |
| 610 "type": "string" |
| 611 }, |
| 612 "project": { |
| 613 "description": "Identifies the project addressed by
this request.", |
| 614 "location": "path", |
| 615 "required": true, |
| 616 "type": "string" |
| 617 } |
| 618 }, |
| 619 "path": "{project}/managedZones/{managedZone}", |
| 620 "request": { |
| 621 "$ref": "ManagedZone" |
| 622 }, |
| 623 "response": { |
| 624 "$ref": "Operation" |
| 625 }, |
| 626 "scopes": [ |
| 627 "https://www.googleapis.com/auth/cloud-platform", |
| 628 "https://www.googleapis.com/auth/ndev.clouddns.readwrite
" |
| 629 ] |
| 630 }, |
| 631 "update": { |
| 632 "description": "Update an existing ManagedZone.", |
| 633 "httpMethod": "PUT", |
| 634 "id": "dns.managedZones.update", |
| 635 "parameterOrder": [ |
| 636 "project", |
| 637 "managedZone" |
| 638 ], |
| 639 "parameters": { |
| 640 "clientOperationId": { |
| 641 "description": "For mutating operation requests only
. An optional identifier specified by the client. Must be unique for operation r
esources in the Operations collection.", |
| 642 "location": "query", |
| 643 "type": "string" |
| 644 }, |
| 645 "managedZone": { |
| 646 "description": "Identifies the managed zone addresse
d by this request. Can be the managed zone name or id.", |
| 647 "location": "path", |
| 648 "required": true, |
| 649 "type": "string" |
| 650 }, |
| 651 "project": { |
| 652 "description": "Identifies the project addressed by
this request.", |
| 653 "location": "path", |
| 654 "required": true, |
| 655 "type": "string" |
| 656 } |
| 657 }, |
| 658 "path": "{project}/managedZones/{managedZone}", |
| 659 "request": { |
| 660 "$ref": "ManagedZone" |
| 661 }, |
| 662 "response": { |
| 663 "$ref": "Operation" |
| 664 }, |
| 665 "scopes": [ |
| 666 "https://www.googleapis.com/auth/cloud-platform", |
| 667 "https://www.googleapis.com/auth/ndev.clouddns.readwrite
" |
| 668 ] |
| 669 } |
| 670 } |
| 671 }, |
| 672 "projects": { |
| 673 "methods": { |
| 674 "get": { |
| 675 "description": "Fetch the representation of an existing Proj
ect.", |
| 676 "httpMethod": "GET", |
| 677 "id": "dns.projects.get", |
| 678 "parameterOrder": [ |
| 679 "project" |
| 680 ], |
| 681 "parameters": { |
| 682 "clientOperationId": { |
| 683 "description": "For mutating operation requests only
. An optional identifier specified by the client. Must be unique for operation r
esources in the Operations collection.", |
| 684 "location": "query", |
| 685 "type": "string" |
| 686 }, |
| 687 "project": { |
| 688 "description": "Identifies the project addressed by
this request.", |
| 689 "location": "path", |
| 690 "required": true, |
| 691 "type": "string" |
| 692 } |
| 693 }, |
| 694 "path": "{project}", |
| 695 "response": { |
| 696 "$ref": "Project" |
| 697 }, |
| 698 "scopes": [ |
| 699 "https://www.googleapis.com/auth/cloud-platform", |
| 700 "https://www.googleapis.com/auth/cloud-platform.read-onl
y", |
| 701 "https://www.googleapis.com/auth/ndev.clouddns.readonly"
, |
| 702 "https://www.googleapis.com/auth/ndev.clouddns.readwrite
" |
| 703 ] |
| 704 } |
| 705 } |
| 706 }, |
| 707 "resourceRecordSets": { |
| 708 "methods": { |
| 709 "list": { |
| 710 "description": "Enumerate ResourceRecordSets that have been
created but not yet deleted.", |
| 711 "httpMethod": "GET", |
| 712 "id": "dns.resourceRecordSets.list", |
| 713 "parameterOrder": [ |
| 714 "project", |
| 715 "managedZone" |
| 716 ], |
| 717 "parameters": { |
| 718 "managedZone": { |
| 719 "description": "Identifies the managed zone addresse
d by this request. Can be the managed zone name or id.", |
| 720 "location": "path", |
| 721 "required": true, |
| 722 "type": "string" |
| 723 }, |
| 724 "maxResults": { |
| 725 "description": "Optional. Maximum number of results
to be returned. If unspecified, the server will decide how many results to retur
n.", |
| 726 "format": "int32", |
| 727 "location": "query", |
| 728 "type": "integer" |
| 729 }, |
| 730 "name": { |
| 731 "description": "Restricts the list to return only re
cords with this fully qualified domain name.", |
| 732 "location": "query", |
| 733 "type": "string" |
| 734 }, |
| 735 "pageToken": { |
| 736 "description": "Optional. A tag returned by a previo
us list request that was truncated. Use this parameter to continue a previous li
st request.", |
| 737 "location": "query", |
| 738 "type": "string" |
| 739 }, |
| 740 "project": { |
| 741 "description": "Identifies the project addressed by
this request.", |
| 742 "location": "path", |
| 743 "required": true, |
| 744 "type": "string" |
| 745 }, |
| 746 "type": { |
| 747 "description": "Restricts the list to return only re
cords of this type. If present, the \"name\" parameter must also be present.", |
| 748 "location": "query", |
| 749 "type": "string" |
| 750 } |
| 751 }, |
| 752 "path": "{project}/managedZones/{managedZone}/rrsets", |
| 753 "response": { |
| 754 "$ref": "ResourceRecordSetsListResponse" |
| 755 }, |
| 756 "scopes": [ |
| 757 "https://www.googleapis.com/auth/cloud-platform", |
| 758 "https://www.googleapis.com/auth/cloud-platform.read-onl
y", |
| 759 "https://www.googleapis.com/auth/ndev.clouddns.readonly"
, |
| 760 "https://www.googleapis.com/auth/ndev.clouddns.readwrite
" |
| 761 ] |
| 762 } |
| 763 } |
| 764 } |
| 765 }, |
| 766 "revision": "20160601", |
| 767 "rootUrl": "https://www.googleapis.com/", |
| 768 "schemas": { |
| 769 "Change": { |
| 770 "description": "An atomic update to a collection of ResourceRecordSe
ts.", |
| 771 "id": "Change", |
| 772 "properties": { |
| 773 "additions": { |
| 774 "description": "Which ResourceRecordSets to add?", |
| 775 "items": { |
| 776 "$ref": "ResourceRecordSet" |
| 777 }, |
| 778 "type": "array" |
| 779 }, |
| 780 "deletions": { |
| 781 "description": "Which ResourceRecordSets to remove? Must mat
ch existing data exactly.", |
| 782 "items": { |
| 783 "$ref": "ResourceRecordSet" |
| 784 }, |
| 785 "type": "array" |
| 786 }, |
| 787 "id": { |
| 788 "description": "Unique identifier for the resource; defined
by the server (output only).", |
| 789 "type": "string" |
| 790 }, |
| 791 "isServing": { |
| 792 "description": "If the DNS queries for the zone will be serv
ed.", |
| 793 "type": "boolean" |
| 794 }, |
| 795 "kind": { |
| 796 "default": "dns#change", |
| 797 "description": "Identifies what kind of resource this is. Va
lue: the fixed string \"dns#change\".", |
| 798 "type": "string" |
| 799 }, |
| 800 "startTime": { |
| 801 "description": "The time that this operation was started by
the server (output only). This is in RFC3339 text format.", |
| 802 "type": "string" |
| 803 }, |
| 804 "status": { |
| 805 "description": "Status of the operation (output only).", |
| 806 "enum": [ |
| 807 "DONE", |
| 808 "PENDING" |
| 809 ], |
| 810 "enumDescriptions": [ |
| 811 "", |
| 812 "" |
| 813 ], |
| 814 "type": "string" |
| 815 } |
| 816 }, |
| 817 "type": "object" |
| 818 }, |
| 819 "ChangesListResponse": { |
| 820 "description": "The response to a request to enumerate Changes to a
ResourceRecordSets collection.", |
| 821 "id": "ChangesListResponse", |
| 822 "properties": { |
| 823 "changes": { |
| 824 "description": "The requested changes.", |
| 825 "items": { |
| 826 "$ref": "Change" |
| 827 }, |
| 828 "type": "array" |
| 829 }, |
| 830 "header": { |
| 831 "$ref": "ResponseHeader" |
| 832 }, |
| 833 "kind": { |
| 834 "default": "dns#changesListResponse", |
| 835 "description": "Type of resource.", |
| 836 "type": "string" |
| 837 }, |
| 838 "nextPageToken": { |
| 839 "description": "The presence of this field indicates that th
ere 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 tok
en.\n\nIn this way you can retrieve the complete contents of even very large col
lections one page at a time. However, if the contents of the collection change b
etween the first and last paginated list request, the set of all elements return
ed will be an inconsistent view of the collection. There is no way to retrieve a
\"snapshot\" of collections larger than the maximum page size.", |
| 840 "type": "string" |
| 841 } |
| 842 }, |
| 843 "type": "object" |
| 844 }, |
| 845 "DnsKey": { |
| 846 "description": "A DNSSEC key pair.", |
| 847 "id": "DnsKey", |
| 848 "properties": { |
| 849 "algorithm": { |
| 850 "description": "String mnemonic specifying the DNSSEC algori
thm of this key. Immutable after creation time.", |
| 851 "enum": [ |
| 852 "ECDSAP256SHA256", |
| 853 "ECDSAP384SHA384", |
| 854 "RSASHA1", |
| 855 "RSASHA256", |
| 856 "RSASHA512" |
| 857 ], |
| 858 "enumDescriptions": [ |
| 859 "", |
| 860 "", |
| 861 "", |
| 862 "", |
| 863 "" |
| 864 ], |
| 865 "type": "string" |
| 866 }, |
| 867 "creationTime": { |
| 868 "description": "The time that this resource was created in t
he control plane. This is in RFC3339 text format. Output only.", |
| 869 "type": "string" |
| 870 }, |
| 871 "description": { |
| 872 "description": "A mutable string of at most 1024 characters
associated with this resource for the user's convenience. Has no effect on the r
esource's function.", |
| 873 "type": "string" |
| 874 }, |
| 875 "digests": { |
| 876 "description": "Cryptographic hashes of the DNSKEY resource
record associated with this DnsKey. These digests are needed to construct a DS r
ecord that points at this DNS key. Output only.", |
| 877 "items": { |
| 878 "$ref": "DnsKeyDigest" |
| 879 }, |
| 880 "type": "array" |
| 881 }, |
| 882 "id": { |
| 883 "description": "Unique identifier for the resource; defined
by the server (output only).", |
| 884 "type": "string" |
| 885 }, |
| 886 "isActive": { |
| 887 "description": "Active keys will be used to sign subsequent
changes to the ManagedZone. Inactive keys will still be present as DNSKEY Resour
ce Records for the use of resolvers validating existing signatures.", |
| 888 "type": "boolean" |
| 889 }, |
| 890 "keyLength": { |
| 891 "description": "Length of the key in bits. Specified at crea
tion time then immutable.", |
| 892 "format": "uint32", |
| 893 "type": "integer" |
| 894 }, |
| 895 "keyTag": { |
| 896 "description": "The key tag is a non-cryptographic hash of t
he a DNSKEY resource record associated with this DnsKey. The key tag can be used
to identify a DNSKEY more quickly (but it is not a unique identifier). In parti
cular, the key tag is used in a parent zone's DS record to point at the DNSKEY i
n this child ManagedZone. The key tag is a number in the range [0, 65535] and th
e algorithm to calculate it is specified in RFC4034 Appendix B. Output only.", |
| 897 "format": "int32", |
| 898 "type": "integer" |
| 899 }, |
| 900 "kind": { |
| 901 "default": "dns#dnsKey", |
| 902 "description": "Identifies what kind of resource this is. Va
lue: the fixed string \"dns#dnsKey\".", |
| 903 "type": "string" |
| 904 }, |
| 905 "publicKey": { |
| 906 "description": "Base64 encoded public half of this key. Outp
ut only.", |
| 907 "type": "string" |
| 908 }, |
| 909 "type": { |
| 910 "description": "One of \"KEY_SIGNING\" or \"ZONE_SIGNING\".
Keys of type KEY_SIGNING have the Secure Entry Point flag set and, when active,
will be used to sign only resource record sets of type DNSKEY. Otherwise, the Se
cure Entry Point flag will be cleared and this key will be used to sign only res
ource record sets of other types. Immutable after creation time.", |
| 911 "enum": [ |
| 912 "KEY_SIGNING", |
| 913 "ZONE_SIGNING" |
| 914 ], |
| 915 "enumDescriptions": [ |
| 916 "", |
| 917 "" |
| 918 ], |
| 919 "type": "string" |
| 920 } |
| 921 }, |
| 922 "type": "object" |
| 923 }, |
| 924 "DnsKeyDigest": { |
| 925 "id": "DnsKeyDigest", |
| 926 "properties": { |
| 927 "digest": { |
| 928 "description": "The base-16 encoded bytes of this digest. Su
itable for use in a DS resource record.", |
| 929 "type": "string" |
| 930 }, |
| 931 "type": { |
| 932 "description": "Specifies the algorithm used to calculate th
is digest.", |
| 933 "enum": [ |
| 934 "SHA1", |
| 935 "SHA256", |
| 936 "SHA384" |
| 937 ], |
| 938 "enumDescriptions": [ |
| 939 "", |
| 940 "", |
| 941 "" |
| 942 ], |
| 943 "type": "string" |
| 944 } |
| 945 }, |
| 946 "type": "object" |
| 947 }, |
| 948 "DnsKeySpec": { |
| 949 "description": "Parameters for DnsKey key generation. Used for gener
ating initial keys for a new ManagedZone and as default when adding a new DnsKey
.", |
| 950 "id": "DnsKeySpec", |
| 951 "properties": { |
| 952 "algorithm": { |
| 953 "description": "String mnemonic specifying the DNSSEC algori
thm of this key.", |
| 954 "enum": [ |
| 955 "ECDSAP256SHA256", |
| 956 "ECDSAP384SHA384", |
| 957 "RSASHA1", |
| 958 "RSASHA256", |
| 959 "RSASHA512" |
| 960 ], |
| 961 "enumDescriptions": [ |
| 962 "", |
| 963 "", |
| 964 "", |
| 965 "", |
| 966 "" |
| 967 ], |
| 968 "type": "string" |
| 969 }, |
| 970 "keyLength": { |
| 971 "description": "Length of the keys in bits.", |
| 972 "format": "uint32", |
| 973 "type": "integer" |
| 974 }, |
| 975 "keyType": { |
| 976 "description": "One of \"KEY_SIGNING\" or \"ZONE_SIGNING\".
Keys of type KEY_SIGNING have the Secure Entry Point flag set and, when active,
will be used to sign only resource record sets of type DNSKEY. Otherwise, the Se
cure Entry Point flag will be cleared and this key will be used to sign only res
ource record sets of other types.", |
| 977 "enum": [ |
| 978 "KEY_SIGNING", |
| 979 "ZONE_SIGNING" |
| 980 ], |
| 981 "enumDescriptions": [ |
| 982 "", |
| 983 "" |
| 984 ], |
| 985 "type": "string" |
| 986 }, |
| 987 "kind": { |
| 988 "default": "dns#dnsKeySpec", |
| 989 "description": "Identifies what kind of resource this is. Va
lue: the fixed string \"dns#dnsKeySpec\".", |
| 990 "type": "string" |
| 991 } |
| 992 }, |
| 993 "type": "object" |
| 994 }, |
| 995 "DnsKeysListResponse": { |
| 996 "description": "The response to a request to enumerate DnsKeys in a
ManagedZone.", |
| 997 "id": "DnsKeysListResponse", |
| 998 "properties": { |
| 999 "dnsKeys": { |
| 1000 "description": "The requested resources.", |
| 1001 "items": { |
| 1002 "$ref": "DnsKey" |
| 1003 }, |
| 1004 "type": "array" |
| 1005 }, |
| 1006 "header": { |
| 1007 "$ref": "ResponseHeader" |
| 1008 }, |
| 1009 "kind": { |
| 1010 "default": "dns#dnsKeysListResponse", |
| 1011 "description": "Type of resource.", |
| 1012 "type": "string" |
| 1013 }, |
| 1014 "nextPageToken": { |
| 1015 "description": "The presence of this field indicates that th
ere 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 tok
en.\n\nIn this way you can retrieve the complete contents of even very large col
lections one page at a time. However, if the contents of the collection change b
etween the first and last paginated list request, the set of all elements return
ed will be an inconsistent view of the collection. There is no way to retrieve a
\"snapshot\" of collections larger than the maximum page size.", |
| 1016 "type": "string" |
| 1017 } |
| 1018 }, |
| 1019 "type": "object" |
| 1020 }, |
| 1021 "ManagedZone": { |
| 1022 "description": "A zone is a subtree of the DNS namespace under one a
dministrative responsibility. A ManagedZone is a resource that represents a DNS
zone hosted by the Cloud DNS service.", |
| 1023 "id": "ManagedZone", |
| 1024 "properties": { |
| 1025 "creationTime": { |
| 1026 "description": "The time that this resource was created on t
he server. This is in RFC3339 text format. Output only.", |
| 1027 "type": "string" |
| 1028 }, |
| 1029 "description": { |
| 1030 "description": "A mutable string of at most 1024 characters
associated with this resource for the user's convenience. Has no effect on the m
anaged zone's function.", |
| 1031 "type": "string" |
| 1032 }, |
| 1033 "dnsName": { |
| 1034 "description": "The DNS name of this managed zone, for insta
nce \"example.com.\".", |
| 1035 "type": "string" |
| 1036 }, |
| 1037 "dnssecConfig": { |
| 1038 "$ref": "ManagedZoneDnsSecConfig", |
| 1039 "description": "DNSSEC configuration." |
| 1040 }, |
| 1041 "id": { |
| 1042 "description": "Unique identifier for the resource; defined
by the server (output only)", |
| 1043 "format": "uint64", |
| 1044 "type": "string" |
| 1045 }, |
| 1046 "kind": { |
| 1047 "default": "dns#managedZone", |
| 1048 "description": "Identifies what kind of resource this is. Va
lue: the fixed string \"dns#managedZone\".", |
| 1049 "type": "string" |
| 1050 }, |
| 1051 "name": { |
| 1052 "description": "User assigned name for this resource. Must b
e unique within the project. The name must be 1-32 characters long, must begin w
ith a letter, end with a letter or digit, and only contain lowercase letters, di
gits or dashes.", |
| 1053 "type": "string" |
| 1054 }, |
| 1055 "nameServerSet": { |
| 1056 "description": "Optionally specifies the NameServerSet for t
his ManagedZone. A NameServerSet is a set of DNS name servers that all host the
same ManagedZones. Most users will leave this field unset.", |
| 1057 "type": "string" |
| 1058 }, |
| 1059 "nameServers": { |
| 1060 "description": "Delegate your managed_zone to these virtual
name servers; defined by the server (output only)", |
| 1061 "items": { |
| 1062 "type": "string" |
| 1063 }, |
| 1064 "type": "array" |
| 1065 } |
| 1066 }, |
| 1067 "type": "object" |
| 1068 }, |
| 1069 "ManagedZoneDnsSecConfig": { |
| 1070 "id": "ManagedZoneDnsSecConfig", |
| 1071 "properties": { |
| 1072 "defaultKeySpecs": { |
| 1073 "description": "Specifies parameters that will be used for g
enerating initial DnsKeys for this ManagedZone. Output only while state is not O
FF.", |
| 1074 "items": { |
| 1075 "$ref": "DnsKeySpec" |
| 1076 }, |
| 1077 "type": "array" |
| 1078 }, |
| 1079 "kind": { |
| 1080 "default": "dns#managedZoneDnsSecConfig", |
| 1081 "description": "Identifies what kind of resource this is. Va
lue: the fixed string \"dns#managedZoneDnsSecConfig\".", |
| 1082 "type": "string" |
| 1083 }, |
| 1084 "nonExistence": { |
| 1085 "description": "Specifies the mechanism used to provide auth
enticated denial-of-existence responses. Output only while state is not OFF.", |
| 1086 "enum": [ |
| 1087 "NSEC", |
| 1088 "NSEC3" |
| 1089 ], |
| 1090 "enumDescriptions": [ |
| 1091 "", |
| 1092 "" |
| 1093 ], |
| 1094 "type": "string" |
| 1095 }, |
| 1096 "state": { |
| 1097 "description": "Specifies whether DNSSEC is enabled, and wha
t mode it is in.", |
| 1098 "enum": [ |
| 1099 "OFF", |
| 1100 "ON", |
| 1101 "TRANSFER" |
| 1102 ], |
| 1103 "enumDescriptions": [ |
| 1104 "", |
| 1105 "", |
| 1106 "" |
| 1107 ], |
| 1108 "type": "string" |
| 1109 } |
| 1110 }, |
| 1111 "type": "object" |
| 1112 }, |
| 1113 "ManagedZoneOperationsListResponse": { |
| 1114 "id": "ManagedZoneOperationsListResponse", |
| 1115 "properties": { |
| 1116 "header": { |
| 1117 "$ref": "ResponseHeader" |
| 1118 }, |
| 1119 "kind": { |
| 1120 "default": "dns#managedZoneOperationsListResponse", |
| 1121 "description": "Type of resource.", |
| 1122 "type": "string" |
| 1123 }, |
| 1124 "nextPageToken": { |
| 1125 "description": "The presence of this field indicates that th
ere exist more results following your last page of results in pagination order.
To fetch them, make another list request using this value as your page token.\n\
nIn this way you can retrieve the complete contents of even very large collectio
ns 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 wil
l be an inconsistent view of the collection. There is no way to retrieve a consi
stent snapshot of a collection larger than the maximum page size.", |
| 1126 "type": "string" |
| 1127 }, |
| 1128 "operations": { |
| 1129 "description": "The operation resources.", |
| 1130 "items": { |
| 1131 "$ref": "Operation" |
| 1132 }, |
| 1133 "type": "array" |
| 1134 } |
| 1135 }, |
| 1136 "type": "object" |
| 1137 }, |
| 1138 "ManagedZonesDeleteResponse": { |
| 1139 "id": "ManagedZonesDeleteResponse", |
| 1140 "properties": { |
| 1141 "header": { |
| 1142 "$ref": "ResponseHeader" |
| 1143 } |
| 1144 }, |
| 1145 "type": "object" |
| 1146 }, |
| 1147 "ManagedZonesListResponse": { |
| 1148 "id": "ManagedZonesListResponse", |
| 1149 "properties": { |
| 1150 "header": { |
| 1151 "$ref": "ResponseHeader" |
| 1152 }, |
| 1153 "kind": { |
| 1154 "default": "dns#managedZonesListResponse", |
| 1155 "description": "Type of resource.", |
| 1156 "type": "string" |
| 1157 }, |
| 1158 "managedZones": { |
| 1159 "description": "The managed zone resources.", |
| 1160 "items": { |
| 1161 "$ref": "ManagedZone" |
| 1162 }, |
| 1163 "type": "array" |
| 1164 }, |
| 1165 "nextPageToken": { |
| 1166 "description": "The presence of this field indicates that th
ere exist more results following your last page of results in pagination order.
To fetch them, make another list request using this value as your page token.\n\
nIn this way you can retrieve the complete contents of even very large collectio
ns 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 wil
l be an inconsistent view of the collection. There is no way to retrieve a consi
stent snapshot of a collection larger than the maximum page size.", |
| 1167 "type": "string" |
| 1168 } |
| 1169 }, |
| 1170 "type": "object" |
| 1171 }, |
| 1172 "Operation": { |
| 1173 "description": "An operation represents a successful mutation perfor
med on a Cloud DNS resource. Operations provide: - An audit log of server resour
ce mutations. - A way to recover/retry API calls in the case where the response
is never received by the caller. Use the caller specified client_operation_id.", |
| 1174 "id": "Operation", |
| 1175 "properties": { |
| 1176 "dnsKeyContext": { |
| 1177 "$ref": "OperationDnsKeyContext", |
| 1178 "description": "Only populated if the operation targeted a D
nsKey (output only)." |
| 1179 }, |
| 1180 "id": { |
| 1181 "description": "Unique identifier for the resource. This is
the client_operation_id if the client specified it when the mutation was initiat
ed, otherwise, it is generated by the server. The name must be 1-63 characters l
ong and match the regular expression [-a-z0-9]? (output only)", |
| 1182 "type": "string" |
| 1183 }, |
| 1184 "kind": { |
| 1185 "default": "dns#operation", |
| 1186 "description": "Identifies what kind of resource this is. Va
lue: the fixed string \"dns#operation\".", |
| 1187 "type": "string" |
| 1188 }, |
| 1189 "startTime": { |
| 1190 "description": "The time that this operation was started by
the server. This is in RFC3339 text format (output only).", |
| 1191 "type": "string" |
| 1192 }, |
| 1193 "status": { |
| 1194 "description": "Status of the operation. Can be one of the f
ollowing: \"PENDING\" or \"DONE\" (output only).", |
| 1195 "enum": [ |
| 1196 "DONE", |
| 1197 "PENDING" |
| 1198 ], |
| 1199 "enumDescriptions": [ |
| 1200 "", |
| 1201 "" |
| 1202 ], |
| 1203 "type": "string" |
| 1204 }, |
| 1205 "type": { |
| 1206 "description": "Type of the operation. Operations include in
sert, update, and delete (output only).", |
| 1207 "type": "string" |
| 1208 }, |
| 1209 "user": { |
| 1210 "description": "User who requested the operation, for exampl
e: user@example.com. cloud-dns-system for operations automatically done by the s
ystem. (output only)", |
| 1211 "type": "string" |
| 1212 }, |
| 1213 "zoneContext": { |
| 1214 "$ref": "OperationManagedZoneContext", |
| 1215 "description": "Only populated if the operation targeted a M
anagedZone (output only)." |
| 1216 } |
| 1217 }, |
| 1218 "type": "object" |
| 1219 }, |
| 1220 "OperationDnsKeyContext": { |
| 1221 "id": "OperationDnsKeyContext", |
| 1222 "properties": { |
| 1223 "newValue": { |
| 1224 "$ref": "DnsKey", |
| 1225 "description": "The post-operation DnsKey resource." |
| 1226 }, |
| 1227 "oldValue": { |
| 1228 "$ref": "DnsKey", |
| 1229 "description": "The pre-operation DnsKey resource." |
| 1230 } |
| 1231 }, |
| 1232 "type": "object" |
| 1233 }, |
| 1234 "OperationManagedZoneContext": { |
| 1235 "id": "OperationManagedZoneContext", |
| 1236 "properties": { |
| 1237 "newValue": { |
| 1238 "$ref": "ManagedZone", |
| 1239 "description": "The post-operation ManagedZone resource." |
| 1240 }, |
| 1241 "oldValue": { |
| 1242 "$ref": "ManagedZone", |
| 1243 "description": "The pre-operation ManagedZone resource." |
| 1244 } |
| 1245 }, |
| 1246 "type": "object" |
| 1247 }, |
| 1248 "Project": { |
| 1249 "description": "A project resource. The project is a top level conta
iner for resources including Cloud DNS ManagedZones. Projects can be created onl
y in the APIs console.", |
| 1250 "id": "Project", |
| 1251 "properties": { |
| 1252 "id": { |
| 1253 "description": "User assigned unique identifier for the reso
urce (output only).", |
| 1254 "type": "string" |
| 1255 }, |
| 1256 "kind": { |
| 1257 "default": "dns#project", |
| 1258 "description": "Identifies what kind of resource this is. Va
lue: the fixed string \"dns#project\".", |
| 1259 "type": "string" |
| 1260 }, |
| 1261 "number": { |
| 1262 "description": "Unique numeric identifier for the resource;
defined by the server (output only).", |
| 1263 "format": "uint64", |
| 1264 "type": "string" |
| 1265 }, |
| 1266 "quota": { |
| 1267 "$ref": "Quota", |
| 1268 "description": "Quotas assigned to this project (output only
)." |
| 1269 } |
| 1270 }, |
| 1271 "type": "object" |
| 1272 }, |
| 1273 "Quota": { |
| 1274 "description": "Limits associated with a Project.", |
| 1275 "id": "Quota", |
| 1276 "properties": { |
| 1277 "dnsKeysPerManagedZone": { |
| 1278 "description": "Maximum allowed number of DnsKeys per Manage
dZone.", |
| 1279 "format": "int32", |
| 1280 "type": "integer" |
| 1281 }, |
| 1282 "kind": { |
| 1283 "default": "dns#quota", |
| 1284 "description": "Identifies what kind of resource this is. Va
lue: the fixed string \"dns#quota\".", |
| 1285 "type": "string" |
| 1286 }, |
| 1287 "managedZones": { |
| 1288 "description": "Maximum allowed number of managed zones in t
he project.", |
| 1289 "format": "int32", |
| 1290 "type": "integer" |
| 1291 }, |
| 1292 "resourceRecordsPerRrset": { |
| 1293 "description": "Maximum allowed number of ResourceRecords pe
r ResourceRecordSet.", |
| 1294 "format": "int32", |
| 1295 "type": "integer" |
| 1296 }, |
| 1297 "rrsetAdditionsPerChange": { |
| 1298 "description": "Maximum allowed number of ResourceRecordSets
to add per ChangesCreateRequest.", |
| 1299 "format": "int32", |
| 1300 "type": "integer" |
| 1301 }, |
| 1302 "rrsetDeletionsPerChange": { |
| 1303 "description": "Maximum allowed number of ResourceRecordSets
to delete per ChangesCreateRequest.", |
| 1304 "format": "int32", |
| 1305 "type": "integer" |
| 1306 }, |
| 1307 "rrsetsPerManagedZone": { |
| 1308 "description": "Maximum allowed number of ResourceRecordSets
per zone in the project.", |
| 1309 "format": "int32", |
| 1310 "type": "integer" |
| 1311 }, |
| 1312 "totalRrdataSizePerChange": { |
| 1313 "description": "Maximum allowed size for total rrdata in one
ChangesCreateRequest in bytes.", |
| 1314 "format": "int32", |
| 1315 "type": "integer" |
| 1316 }, |
| 1317 "whitelistedKeySpecs": { |
| 1318 "description": "DNSSEC algorithm and key length types that c
an be used for DnsKeys.", |
| 1319 "items": { |
| 1320 "$ref": "DnsKeySpec" |
| 1321 }, |
| 1322 "type": "array" |
| 1323 } |
| 1324 }, |
| 1325 "type": "object" |
| 1326 }, |
| 1327 "ResourceRecordSet": { |
| 1328 "description": "A unit of data that will be returned by the DNS serv
ers.", |
| 1329 "id": "ResourceRecordSet", |
| 1330 "properties": { |
| 1331 "kind": { |
| 1332 "default": "dns#resourceRecordSet", |
| 1333 "description": "Identifies what kind of resource this is. Va
lue: the fixed string \"dns#resourceRecordSet\".", |
| 1334 "type": "string" |
| 1335 }, |
| 1336 "name": { |
| 1337 "description": "For example, www.example.com.", |
| 1338 "type": "string" |
| 1339 }, |
| 1340 "rrdatas": { |
| 1341 "description": "As defined in RFC 1035 (section 5) and RFC 1
034 (section 3.6.1).", |
| 1342 "items": { |
| 1343 "type": "string" |
| 1344 }, |
| 1345 "type": "array" |
| 1346 }, |
| 1347 "signatureRrdatas": { |
| 1348 "description": "As defined in RFC 4034 (section 3.2).", |
| 1349 "items": { |
| 1350 "type": "string" |
| 1351 }, |
| 1352 "type": "array" |
| 1353 }, |
| 1354 "ttl": { |
| 1355 "description": "Number of seconds that this ResourceRecordSe
t can be cached by resolvers.", |
| 1356 "format": "int32", |
| 1357 "type": "integer" |
| 1358 }, |
| 1359 "type": { |
| 1360 "description": "The identifier of a supported record type, f
or example, A, AAAA, MX, TXT, and so on.", |
| 1361 "type": "string" |
| 1362 } |
| 1363 }, |
| 1364 "type": "object" |
| 1365 }, |
| 1366 "ResourceRecordSetsListResponse": { |
| 1367 "id": "ResourceRecordSetsListResponse", |
| 1368 "properties": { |
| 1369 "header": { |
| 1370 "$ref": "ResponseHeader" |
| 1371 }, |
| 1372 "kind": { |
| 1373 "default": "dns#resourceRecordSetsListResponse", |
| 1374 "description": "Type of resource.", |
| 1375 "type": "string" |
| 1376 }, |
| 1377 "nextPageToken": { |
| 1378 "description": "The presence of this field indicates that th
ere 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 tok
en.\n\nIn this way you can retrieve the complete contents of even very large col
lections one page at a time. However, if the contents of the collection change b
etween the first and last paginated list request, the set of all elements return
ed will be an inconsistent view of the collection. There is no way to retrieve a
consistent snapshot of a collection larger than the maximum page size.", |
| 1379 "type": "string" |
| 1380 }, |
| 1381 "rrsets": { |
| 1382 "description": "The resource record set resources.", |
| 1383 "items": { |
| 1384 "$ref": "ResourceRecordSet" |
| 1385 }, |
| 1386 "type": "array" |
| 1387 } |
| 1388 }, |
| 1389 "type": "object" |
| 1390 }, |
| 1391 "ResponseHeader": { |
| 1392 "description": "Elements common to every response.", |
| 1393 "id": "ResponseHeader", |
| 1394 "properties": { |
| 1395 "operationId": { |
| 1396 "description": "For mutating operation requests that complet
ed successfully. This is the client_operation_id if the client specified it, oth
erwise it is generated by the server (output only).", |
| 1397 "type": "string" |
| 1398 } |
| 1399 }, |
| 1400 "type": "object" |
| 1401 } |
| 1402 }, |
| 1403 "servicePath": "dns/v2beta1/projects/", |
| 1404 "title": "Google Cloud DNS API", |
| 1405 "version": "v2beta1" |
| 1406 } |
OLD | NEW |