"description":"Selector specifying which fields to include in a partial response.",
"location":"query"
},
"key":{
"type":"string",
"description":"API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
"location":"query"
},
"oauth_token":{
"type":"string",
"description":"OAuth 2.0 token for the current user.",
"location":"query"
},
"prettyPrint":{
"type":"boolean",
"description":"Returns response with indentations and line breaks.",
"default":"true",
"location":"query"
},
"quotaUser":{
"type":"string",
"description":"Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. Overrides userIp if both are provided.",
"location":"query"
},
"userIp":{
"type":"string",
"description":"IP address of the site where the request originates. Use this if you want to enforce per-user limits.",
"description":"Status of the operation (output only).",
"enum":[
"done",
"pending"
],
"enumDescriptions":[
"",
""
]
}
}
},
"ChangesListResponse":{
"id":"ChangesListResponse",
"type":"object",
"description":"The response to a request to enumerate Changes to a ResourceRecordSets collection.",
"properties":{
"changes":{
"type":"array",
"description":"The requested changes.",
"items":{
"$ref":"Change"
}
},
"kind":{
"type":"string",
"description":"Type of resource.",
"default":"dns#changesListResponse"
},
"nextPageToken":{
"type":"string",
"description":"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.\n\nIn 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."
}
}
},
"ManagedZone":{
"id":"ManagedZone",
"type":"object",
"description":"A zone is a subtree of the DNS namespace under one administrative responsibility. A ManagedZone is a resource that represents a DNS zone hosted by the Cloud DNS service.",
"properties":{
"creationTime":{
"type":"string",
"description":"The time that this resource was created on the server. This is in RFC3339 text format. Output only."
},
"description":{
"type":"string",
"description":"A mutable string of at most 1024 characters associated with this resource for the user's convenience. Has no effect on the managed zone's function."
},
"dnsName":{
"type":"string",
"description":"The DNS name of this managed zone, for instance \"example.com.\"."
},
"id":{
"type":"string",
"description":"Unique identifier for the resource; defined by the server (output only)",
"format":"uint64"
},
"kind":{
"type":"string",
"description":"Identifies what kind of resource this is. Value: the fixed string \"dns#managedZone\".",
"default":"dns#managedZone"
},
"name":{
"type":"string",
"description":"User assigned name for this resource. Must be unique within the project. The name must be 1-32 characters long, must begin with a letter, end with a letter or digit, and only contain lowercase letters, digits or dashes."
},
"nameServerSet":{
"type":"string",
"description":"Optionally specifies the NameServerSet for this ManagedZone. A NameServerSet is a set of DNS name servers that all host the same ManagedZones. Most users will leave this field unset."
},
"nameServers":{
"type":"array",
"description":"Delegate your managed_zone to these virtual name servers; defined by the server (output only)",
"items":{
"type":"string"
}
}
}
},
"ManagedZonesListResponse":{
"id":"ManagedZonesListResponse",
"type":"object",
"properties":{
"kind":{
"type":"string",
"description":"Type of resource.",
"default":"dns#managedZonesListResponse"
},
"managedZones":{
"type":"array",
"description":"The managed zone resources.",
"items":{
"$ref":"ManagedZone"
}
},
"nextPageToken":{
"type":"string",
"description":"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 page token.\n\nIn 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 consistent snapshot of a collection larger than the maximum page size."
}
}
},
"Project":{
"id":"Project",
"type":"object",
"description":"A project resource. The project is a top level container for resources including Cloud DNS ManagedZones. Projects can be created only in the APIs console.",
"properties":{
"id":{
"type":"string",
"description":"User assigned unique identifier for the resource (output only)."
},
"kind":{
"type":"string",
"description":"Identifies what kind of resource this is. Value: the fixed string \"dns#project\".",
"default":"dns#project"
},
"number":{
"type":"string",
"description":"Unique numeric identifier for the resource; defined by the server (output only).",
"format":"uint64"
},
"quota":{
"$ref":"Quota",
"description":"Quotas assigned to this project (output only)."
}
}
},
"Quota":{
"id":"Quota",
"type":"object",
"description":"Limits associated with a Project.",
"properties":{
"kind":{
"type":"string",
"description":"Identifies what kind of resource this is. Value: the fixed string \"dns#quota\".",
"default":"dns#quota"
},
"managedZones":{
"type":"integer",
"description":"Maximum allowed number of managed zones in the project.",
"format":"int32"
},
"resourceRecordsPerRrset":{
"type":"integer",
"description":"Maximum allowed number of ResourceRecords per ResourceRecordSet.",
"format":"int32"
},
"rrsetAdditionsPerChange":{
"type":"integer",
"description":"Maximum allowed number of ResourceRecordSets to add per ChangesCreateRequest.",
"format":"int32"
},
"rrsetDeletionsPerChange":{
"type":"integer",
"description":"Maximum allowed number of ResourceRecordSets to delete per ChangesCreateRequest.",
"format":"int32"
},
"rrsetsPerManagedZone":{
"type":"integer",
"description":"Maximum allowed number of ResourceRecordSets per zone in the project.",
"format":"int32"
},
"totalRrdataSizePerChange":{
"type":"integer",
"description":"Maximum allowed size for total rrdata in one ChangesCreateRequest in bytes.",
"format":"int32"
}
}
},
"ResourceRecordSet":{
"id":"ResourceRecordSet",
"type":"object",
"description":"A unit of data that will be returned by the DNS servers.",
"properties":{
"kind":{
"type":"string",
"description":"Identifies what kind of resource this is. Value: the fixed string \"dns#resourceRecordSet\".",
"default":"dns#resourceRecordSet"
},
"name":{
"type":"string",
"description":"For example, www.example.com."
},
"rrdatas":{
"type":"array",
"description":"As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1).",
"items":{
"type":"string"
}
},
"ttl":{
"type":"integer",
"description":"Number of seconds that this ResourceRecordSet can be cached by resolvers.",
"format":"int32"
},
"type":{
"type":"string",
"description":"The identifier of a supported record type, for example, A, AAAA, MX, TXT, and so on."
}
}
},
"ResourceRecordSetsListResponse":{
"id":"ResourceRecordSetsListResponse",
"type":"object",
"properties":{
"kind":{
"type":"string",
"description":"Type of resource.",
"default":"dns#resourceRecordSetsListResponse"
},
"nextPageToken":{
"type":"string",
"description":"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.\n\nIn 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 consistent snapshot of a collection larger than the maximum page size."
},
"rrsets":{
"type":"array",
"description":"The resource record set resources.",