get(project, clientOperationId=None)
get(project, clientOperationId=None)
Args:
project: string, A parameter (required)
clientOperationId: string, A parameter
Returns:
An object of the form:
{
"id": "A String",
"kind": "dns#project", # Identifies what kind of resource this is. Value: the fixed string "dns#project".
"number": "A String",
"quota": {
"dnsKeysPerManagedZone": 42,
"kind": "dns#quota", # Identifies what kind of resource this is. Value: the fixed string "dns#quota".
"managedZones": 42,
"managedZonesPerNetwork": 42,
"networksPerManagedZone": 42,
"networksPerPolicy": 42,
"policies": 42,
"resourceRecordsPerRrset": 42,
"rrsetAdditionsPerChange": 42,
"rrsetDeletionsPerChange": 42,
"rrsetsPerManagedZone": 42,
"targetNameServersPerManagedZone": 42,
"targetNameServersPerPolicy": 42,
"totalRrdataSizePerChange": 42,
"whitelistedKeySpecs": [
{
"algorithm": "A String",
"keyLength": 42,
"keyType": "A String",
"kind": "dns#dnsKeySpec", # Identifies what kind of resource this is. Value: the fixed string "dns#dnsKeySpec".
},
],
},
}