| { |
| "ownerDomain": "google.com", |
| "documentationLink": "https://cloud.google.com/dns/docs", |
| "fullyEncodeReservedExpansion": true, |
| "parameters": { |
| "key": { |
| "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.", |
| "type": "string", |
| "location": "query" |
| }, |
| "access_token": { |
| "location": "query", |
| "description": "OAuth access token.", |
| "type": "string" |
| }, |
| "callback": { |
| "location": "query", |
| "description": "JSONP", |
| "type": "string" |
| }, |
| "upload_protocol": { |
| "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").", |
| "type": "string", |
| "location": "query" |
| }, |
| "uploadType": { |
| "location": "query", |
| "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").", |
| "type": "string" |
| }, |
| "$.xgafv": { |
| "enum": [ |
| "1", |
| "2" |
| ], |
| "type": "string", |
| "location": "query", |
| "description": "V1 error format.", |
| "enumDescriptions": [ |
| "v1 error format", |
| "v2 error format" |
| ] |
| }, |
| "prettyPrint": { |
| "description": "Returns response with indentations and line breaks.", |
| "type": "boolean", |
| "location": "query", |
| "default": "true" |
| }, |
| "quotaUser": { |
| "type": "string", |
| "location": "query", |
| "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." |
| }, |
| "fields": { |
| "description": "Selector specifying which fields to include in a partial response.", |
| "location": "query", |
| "type": "string" |
| }, |
| "alt": { |
| "enumDescriptions": [ |
| "Responses with Content-Type of application/json", |
| "Media download with context-dependent Content-Type", |
| "Responses with Content-Type of application/x-protobuf" |
| ], |
| "location": "query", |
| "default": "json", |
| "description": "Data format for response.", |
| "enum": [ |
| "json", |
| "media", |
| "proto" |
| ], |
| "type": "string" |
| }, |
| "oauth_token": { |
| "type": "string", |
| "location": "query", |
| "description": "OAuth 2.0 token for the current user." |
| } |
| }, |
| "name": "dns", |
| "schemas": { |
| "Change": { |
| "type": "object", |
| "id": "Change", |
| "properties": { |
| "startTime": { |
| "description": "The time that this operation was started by the server (output only). This is in RFC3339 text format.", |
| "type": "string" |
| }, |
| "id": { |
| "type": "string", |
| "description": "Unique identifier for the resource; defined by the server (output only)." |
| }, |
| "deletions": { |
| "type": "array", |
| "items": { |
| "$ref": "ResourceRecordSet" |
| }, |
| "description": "Which ResourceRecordSets to remove? Must match existing data exactly." |
| }, |
| "additions": { |
| "items": { |
| "$ref": "ResourceRecordSet" |
| }, |
| "type": "array", |
| "description": "Which ResourceRecordSets to add?" |
| }, |
| "kind": { |
| "default": "dns#change", |
| "type": "string" |
| }, |
| "isServing": { |
| "description": "If the DNS queries for the zone will be served.", |
| "type": "boolean" |
| }, |
| "status": { |
| "enum": [ |
| "pending", |
| "done" |
| ], |
| "enumDescriptions": [ |
| "", |
| "" |
| ], |
| "description": "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.", |
| "type": "string" |
| } |
| }, |
| "description": "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." |
| }, |
| "DnsKeysListResponse": { |
| "properties": { |
| "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. 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." |
| }, |
| "dnsKeys": { |
| "items": { |
| "$ref": "DnsKey" |
| }, |
| "type": "array", |
| "description": "The requested resources." |
| }, |
| "header": { |
| "$ref": "ResponseHeader" |
| }, |
| "kind": { |
| "description": "Type of resource.", |
| "type": "string", |
| "default": "dns#dnsKeysListResponse" |
| } |
| }, |
| "id": "DnsKeysListResponse", |
| "description": "The response to a request to enumerate DnsKeys in a ManagedZone.", |
| "type": "object" |
| }, |
| "DnsKeySpec": { |
| "description": "Parameters for DnsKey key generation. Used for generating initial keys for a new ManagedZone and as default when adding a new DnsKey.", |
| "properties": { |
| "kind": { |
| "default": "dns#dnsKeySpec", |
| "type": "string" |
| }, |
| "keyLength": { |
| "format": "uint32", |
| "type": "integer", |
| "description": "Length of the keys in bits." |
| }, |
| "keyType": { |
| "enum": [ |
| "keySigning", |
| "zoneSigning" |
| ], |
| "type": "string", |
| "enumDescriptions": [ |
| "", |
| "" |
| ], |
| "description": "Specifies whether this is a key signing key (KSK) or a zone signing key (ZSK). Key signing keys have the Secure Entry Point flag set and, when active, will only be used to sign resource record sets of type DNSKEY. Zone signing keys do not have the Secure Entry Point flag set and will be used to sign all other types of resource record sets." |
| }, |
| "algorithm": { |
| "type": "string", |
| "description": "String mnemonic specifying the DNSSEC algorithm of this key.", |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "", |
| "" |
| ], |
| "enum": [ |
| "rsasha1", |
| "rsasha256", |
| "rsasha512", |
| "ecdsap256sha256", |
| "ecdsap384sha384" |
| ] |
| } |
| }, |
| "id": "DnsKeySpec", |
| "type": "object" |
| }, |
| "ManagedZonesListResponse": { |
| "type": "object", |
| "id": "ManagedZonesListResponse", |
| "properties": { |
| "managedZones": { |
| "type": "array", |
| "items": { |
| "$ref": "ManagedZone" |
| }, |
| "description": "The managed zone resources." |
| }, |
| "kind": { |
| "type": "string", |
| "default": "dns#managedZonesListResponse", |
| "description": "Type of resource." |
| }, |
| "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. 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 consistent snapshot of a collection larger than the maximum page size." |
| }, |
| "header": { |
| "$ref": "ResponseHeader" |
| } |
| } |
| }, |
| "ManagedZoneDnsSecConfig": { |
| "id": "ManagedZoneDnsSecConfig", |
| "type": "object", |
| "properties": { |
| "defaultKeySpecs": { |
| "items": { |
| "$ref": "DnsKeySpec" |
| }, |
| "description": "Specifies parameters for generating initial DnsKeys for this ManagedZone. Can only be changed while the state is OFF.", |
| "type": "array" |
| }, |
| "state": { |
| "type": "string", |
| "enumDescriptions": [ |
| "DNSSEC is disabled; the zone is not signed.", |
| "DNSSEC is enabled; the zone is signed and fully managed.", |
| "DNSSEC is enabled, but in a \"transfer\" mode." |
| ], |
| "enum": [ |
| "off", |
| "on", |
| "transfer" |
| ], |
| "description": "Specifies whether DNSSEC is enabled, and what mode it is in." |
| }, |
| "kind": { |
| "type": "string", |
| "default": "dns#managedZoneDnsSecConfig" |
| }, |
| "nonExistence": { |
| "description": "Specifies the mechanism for authenticated denial-of-existence responses. Can only be changed while the state is OFF.", |
| "enumDescriptions": [ |
| "", |
| "" |
| ], |
| "enum": [ |
| "nsec", |
| "nsec3" |
| ], |
| "type": "string" |
| } |
| } |
| }, |
| "ResourceRecordSetsListResponse": { |
| "type": "object", |
| "properties": { |
| "header": { |
| "$ref": "ResponseHeader" |
| }, |
| "rrsets": { |
| "description": "The resource record set resources.", |
| "type": "array", |
| "items": { |
| "$ref": "ResourceRecordSet" |
| } |
| }, |
| "kind": { |
| "default": "dns#resourceRecordSetsListResponse", |
| "type": "string" |
| }, |
| "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. 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 consistent snapshot of a collection larger than the maximum page size." |
| } |
| }, |
| "id": "ResourceRecordSetsListResponse" |
| }, |
| "ManagedZonePrivateVisibilityConfig": { |
| "id": "ManagedZonePrivateVisibilityConfig", |
| "type": "object", |
| "properties": { |
| "networks": { |
| "items": { |
| "$ref": "ManagedZonePrivateVisibilityConfigNetwork" |
| }, |
| "description": "The list of VPC networks that can see this zone.", |
| "type": "array" |
| }, |
| "kind": { |
| "default": "dns#managedZonePrivateVisibilityConfig", |
| "type": "string" |
| } |
| } |
| }, |
| "ManagedZoneReverseLookupConfig": { |
| "type": "object", |
| "properties": { |
| "kind": { |
| "default": "dns#managedZoneReverseLookupConfig", |
| "type": "string" |
| } |
| }, |
| "id": "ManagedZoneReverseLookupConfig" |
| }, |
| "PolicyAlternativeNameServerConfigTargetNameServer": { |
| "id": "PolicyAlternativeNameServerConfigTargetNameServer", |
| "type": "object", |
| "properties": { |
| "ipv4Address": { |
| "type": "string", |
| "description": "IPv4 address to forward to." |
| }, |
| "forwardingPath": { |
| "enum": [ |
| "default", |
| "private" |
| ], |
| "enumDescriptions": [ |
| "Cloud DNS will make forwarding decision based on address ranges, i.e. RFC1918 addresses forward to the target through the VPC and non-RFC1918 addresses will forward to the target through the Internet", |
| "Cloud DNS will always forward to this target through the VPC." |
| ], |
| "type": "string", |
| "description": "Forwarding path for this TargetNameServer. If unset or set to DEFAULT, Cloud DNS will make forwarding decision based on address ranges, i.e. RFC1918 addresses go to the VPC, non-RFC1918 addresses go to the Internet. When set to PRIVATE, Cloud DNS will always send queries through VPC for this target." |
| }, |
| "kind": { |
| "type": "string", |
| "default": "dns#policyAlternativeNameServerConfigTargetNameServer" |
| } |
| } |
| }, |
| "DnsKey": { |
| "properties": { |
| "isActive": { |
| "description": "Active keys will be used to sign subsequent changes to the ManagedZone. Inactive keys will still be present as DNSKEY Resource Records for the use of resolvers validating existing signatures.", |
| "type": "boolean" |
| }, |
| "creationTime": { |
| "type": "string", |
| "description": "The time that this resource was created in the control plane. This is in RFC3339 text format. Output only." |
| }, |
| "description": { |
| "description": "A mutable string of at most 1024 characters associated with this resource for the user's convenience. Has no effect on the resource's function.", |
| "type": "string" |
| }, |
| "publicKey": { |
| "type": "string", |
| "description": "Base64 encoded public half of this key. Output only." |
| }, |
| "keyTag": { |
| "type": "integer", |
| "description": "The key tag is a non-cryptographic hash of the 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 particular, the key tag is used in a parent zone's DS record to point at the DNSKEY in this child ManagedZone. The key tag is a number in the range [0, 65535] and the algorithm to calculate it is specified in RFC4034 Appendix B. Output only.", |
| "format": "int32" |
| }, |
| "id": { |
| "description": "Unique identifier for the resource; defined by the server (output only).", |
| "type": "string" |
| }, |
| "algorithm": { |
| "description": "String mnemonic specifying the DNSSEC algorithm of this key. Immutable after creation time.", |
| "enum": [ |
| "rsasha1", |
| "rsasha256", |
| "rsasha512", |
| "ecdsap256sha256", |
| "ecdsap384sha384" |
| ], |
| "type": "string", |
| "enumDescriptions": [ |
| "", |
| "", |
| "", |
| "", |
| "" |
| ] |
| }, |
| "digests": { |
| "type": "array", |
| "items": { |
| "$ref": "DnsKeyDigest" |
| }, |
| "description": "Cryptographic hashes of the DNSKEY resource record associated with this DnsKey. These digests are needed to construct a DS record that points at this DNS key. Output only." |
| }, |
| "kind": { |
| "default": "dns#dnsKey", |
| "type": "string" |
| }, |
| "keyLength": { |
| "format": "uint32", |
| "type": "integer", |
| "description": "Length of the key in bits. Specified at creation time then immutable." |
| }, |
| "type": { |
| "enum": [ |
| "keySigning", |
| "zoneSigning" |
| ], |
| "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 Secure Entry Point flag will be cleared and this key will be used to sign only resource record sets of other types. Immutable after creation time.", |
| "enumDescriptions": [ |
| "", |
| "" |
| ], |
| "type": "string" |
| } |
| }, |
| "description": "A DNSSEC key pair.", |
| "id": "DnsKey", |
| "type": "object" |
| }, |
| "RRSetRoutingPolicyGeoPolicy": { |
| "type": "object", |
| "properties": { |
| "failovers": { |
| "items": { |
| "$ref": "RRSetRoutingPolicyGeoPolicyGeoPolicyItem" |
| }, |
| "type": "array", |
| "description": "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't be healthchecked - we'll return the primarily configured rrdata irrespective of whether it is healthy or not." |
| }, |
| "items": { |
| "items": { |
| "$ref": "RRSetRoutingPolicyGeoPolicyGeoPolicyItem" |
| }, |
| "type": "array", |
| "description": "The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead." |
| }, |
| "kind": { |
| "default": "dns#rRSetRoutingPolicyGeoPolicy", |
| "type": "string" |
| } |
| }, |
| "id": "RRSetRoutingPolicyGeoPolicy" |
| }, |
| "OperationDnsKeyContext": { |
| "id": "OperationDnsKeyContext", |
| "properties": { |
| "oldValue": { |
| "$ref": "DnsKey", |
| "description": "The pre-operation DnsKey resource." |
| }, |
| "newValue": { |
| "description": "The post-operation DnsKey resource.", |
| "$ref": "DnsKey" |
| } |
| }, |
| "type": "object" |
| }, |
| "ManagedZonePrivateVisibilityConfigNetwork": { |
| "id": "ManagedZonePrivateVisibilityConfigNetwork", |
| "type": "object", |
| "properties": { |
| "kind": { |
| "type": "string", |
| "default": "dns#managedZonePrivateVisibilityConfigNetwork" |
| }, |
| "networkUrl": { |
| "description": "The fully qualified URL of the VPC network to bind to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}", |
| "type": "string" |
| } |
| } |
| }, |
| "ManagedZonePeeringConfigTargetNetwork": { |
| "properties": { |
| "networkUrl": { |
| "description": "The fully qualified URL of the VPC network to forward queries to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}", |
| "type": "string" |
| }, |
| "kind": { |
| "type": "string", |
| "default": "dns#managedZonePeeringConfigTargetNetwork" |
| }, |
| "deactivateTime": { |
| "description": "The time at which the zone was deactivated, in RFC 3339 date-time format. An empty string indicates that the peering connection is active. The producer network can deactivate a zone. The zone is automatically deactivated if the producer network that the zone targeted is deleted. Output only.", |
| "type": "string" |
| } |
| }, |
| "type": "object", |
| "id": "ManagedZonePeeringConfigTargetNetwork" |
| }, |
| "ManagedZoneOperationsListResponse": { |
| "properties": { |
| "nextPageToken": { |
| "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. 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 consistent snapshot of a collection larger than the maximum page size.", |
| "type": "string" |
| }, |
| "header": { |
| "$ref": "ResponseHeader" |
| }, |
| "operations": { |
| "type": "array", |
| "description": "The operation resources.", |
| "items": { |
| "$ref": "Operation" |
| } |
| }, |
| "kind": { |
| "type": "string", |
| "default": "dns#managedZoneOperationsListResponse" |
| } |
| }, |
| "id": "ManagedZoneOperationsListResponse", |
| "type": "object" |
| }, |
| "ManagedZoneForwardingConfig": { |
| "id": "ManagedZoneForwardingConfig", |
| "type": "object", |
| "properties": { |
| "targetNameServers": { |
| "items": { |
| "$ref": "ManagedZoneForwardingConfigNameServerTarget" |
| }, |
| "description": "List of target name servers to forward to. Cloud DNS will select the best available name server if more than one target is given.", |
| "type": "array" |
| }, |
| "kind": { |
| "type": "string", |
| "default": "dns#managedZoneForwardingConfig" |
| } |
| } |
| }, |
| "ManagedZoneForwardingConfigNameServerTarget": { |
| "properties": { |
| "kind": { |
| "type": "string", |
| "default": "dns#managedZoneForwardingConfigNameServerTarget" |
| }, |
| "forwardingPath": { |
| "type": "string", |
| "enumDescriptions": [ |
| "Cloud DNS will make forwarding decision based on address ranges, i.e. RFC1918 addresses forward to the target through the VPC and non-RFC1918 addresses will forward to the target through the Internet", |
| "Cloud DNS will always forward to this target through the VPC." |
| ], |
| "description": "Forwarding path for this NameServerTarget. If unset or set to DEFAULT, Cloud DNS will make forwarding decision based on address ranges, i.e. RFC1918 addresses go to the VPC, non-RFC1918 addresses go to the Internet. When set to PRIVATE, Cloud DNS will always send queries through VPC for this target.", |
| "enum": [ |
| "default", |
| "private" |
| ] |
| }, |
| "ipv4Address": { |
| "type": "string", |
| "description": "IPv4 address of a target name server." |
| } |
| }, |
| "type": "object", |
| "id": "ManagedZoneForwardingConfigNameServerTarget" |
| }, |
| "RRSetRoutingPolicyGeoPolicyGeoPolicyItem": { |
| "id": "RRSetRoutingPolicyGeoPolicyGeoPolicyItem", |
| "type": "object", |
| "properties": { |
| "location": { |
| "type": "string", |
| "description": "The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g \"us-east1\", \"southamerica-east1\", \"asia-east1\", etc." |
| }, |
| "kind": { |
| "default": "dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem", |
| "type": "string" |
| }, |
| "rrdatas": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| }, |
| "signatureRrdatas": { |
| "description": "DNSSEC generated signatures for the above geo_rrdata.", |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| } |
| } |
| }, |
| "RRSetRoutingPolicyWrrPolicy": { |
| "properties": { |
| "items": { |
| "items": { |
| "$ref": "RRSetRoutingPolicyWrrPolicyWrrPolicyItem" |
| }, |
| "type": "array" |
| }, |
| "kind": { |
| "default": "dns#rRSetRoutingPolicyWrrPolicy", |
| "type": "string" |
| } |
| }, |
| "id": "RRSetRoutingPolicyWrrPolicy", |
| "type": "object" |
| }, |
| "ChangesListResponse": { |
| "description": "The response to a request to enumerate Changes to a ResourceRecordSets collection.", |
| "type": "object", |
| "id": "ChangesListResponse", |
| "properties": { |
| "header": { |
| "$ref": "ResponseHeader" |
| }, |
| "nextPageToken": { |
| "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. 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.", |
| "type": "string" |
| }, |
| "changes": { |
| "type": "array", |
| "items": { |
| "$ref": "Change" |
| }, |
| "description": "The requested changes." |
| }, |
| "kind": { |
| "description": "Type of resource.", |
| "type": "string", |
| "default": "dns#changesListResponse" |
| } |
| } |
| }, |
| "PoliciesListResponse": { |
| "properties": { |
| "nextPageToken": { |
| "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. 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 consistent snapshot of a collection larger than the maximum page size.", |
| "type": "string" |
| }, |
| "header": { |
| "$ref": "ResponseHeader" |
| }, |
| "kind": { |
| "type": "string", |
| "default": "dns#policiesListResponse", |
| "description": "Type of resource." |
| }, |
| "policies": { |
| "type": "array", |
| "items": { |
| "$ref": "Policy" |
| }, |
| "description": "The policy resources." |
| } |
| }, |
| "type": "object", |
| "id": "PoliciesListResponse" |
| }, |
| "ManagedZone": { |
| "id": "ManagedZone", |
| "type": "object", |
| "properties": { |
| "serviceDirectoryConfig": { |
| "$ref": "ManagedZoneServiceDirectoryConfig", |
| "description": "This field links to the associated service directory namespace. This field should not be set for public zones or forwarding zones." |
| }, |
| "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." |
| }, |
| "creationTime": { |
| "type": "string", |
| "description": "The time that this resource was created on the server. This is in RFC3339 text format. Output only." |
| }, |
| "visibility": { |
| "description": "The zone's visibility: public zones are exposed to the Internet, while private zones are visible only to Virtual Private Cloud resources.", |
| "enum": [ |
| "public", |
| "private" |
| ], |
| "enumDescriptions": [ |
| "", |
| "" |
| ], |
| "type": "string" |
| }, |
| "name": { |
| "type": "string", |
| "description": "User assigned name for this resource. Must be unique within the project. The name must be 1-63 characters long, must begin with a letter, end with a letter or digit, and only contain lowercase letters, digits or dashes." |
| }, |
| "dnssecConfig": { |
| "description": "DNSSEC configuration.", |
| "$ref": "ManagedZoneDnsSecConfig" |
| }, |
| "reverseLookupConfig": { |
| "$ref": "ManagedZoneReverseLookupConfig", |
| "description": "The presence of this field indicates that this is a managed reverse lookup zone and Cloud DNS will resolve reverse lookup queries using automatically configured records for VPC resources. This only applies to networks listed under private_visibility_config." |
| }, |
| "privateVisibilityConfig": { |
| "$ref": "ManagedZonePrivateVisibilityConfig", |
| "description": "For privately visible zones, the set of Virtual Private Cloud resources that the zone is visible from." |
| }, |
| "kind": { |
| "type": "string", |
| "default": "dns#managedZone" |
| }, |
| "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." |
| }, |
| "forwardingConfig": { |
| "$ref": "ManagedZoneForwardingConfig", |
| "description": "The presence for this field indicates that outbound forwarding is enabled for this zone. The value of this field contains the set of destinations to forward to." |
| }, |
| "peeringConfig": { |
| "$ref": "ManagedZonePeeringConfig", |
| "description": "The presence of this field indicates that DNS Peering is enabled for this zone. The value of this field contains the network to peer with." |
| }, |
| "labels": { |
| "description": "User labels.", |
| "additionalProperties": { |
| "type": "string" |
| }, |
| "type": "object" |
| }, |
| "id": { |
| "description": "Unique identifier for the resource; defined by the server (output only)", |
| "type": "string", |
| "format": "uint64" |
| }, |
| "nameServers": { |
| "description": "Delegate your managed_zone to these virtual name servers; defined by the server (output only)", |
| "type": "array", |
| "items": { |
| "type": "string" |
| } |
| }, |
| "dnsName": { |
| "description": "The DNS name of this managed zone, for instance \"example.com.\".", |
| "type": "string" |
| } |
| }, |
| "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." |
| }, |
| "Operation": { |
| "description": "An operation represents a successful mutation performed on a Cloud DNS resource. Operations provide: - An audit log of server resource 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.", |
| "id": "Operation", |
| "type": "object", |
| "properties": { |
| "type": { |
| "description": "Type of the operation. Operations include insert, update, and delete (output only).", |
| "type": "string" |
| }, |
| "id": { |
| "description": "Unique identifier for the resource. This is the client_operation_id if the client specified it when the mutation was initiated, otherwise, it is generated by the server. The name must be 1-63 characters long and match the regular expression [-a-z0-9]? (output only)", |
| "type": "string" |
| }, |
| "status": { |
| "type": "string", |
| "enum": [ |
| "pending", |
| "done" |
| ], |
| "description": "Status of the operation. Can be one of the following: \"PENDING\" or \"DONE\" (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.", |
| "enumDescriptions": [ |
| "", |
| "" |
| ] |
| }, |
| "dnsKeyContext": { |
| "description": "Only populated if the operation targeted a DnsKey (output only).", |
| "$ref": "OperationDnsKeyContext" |
| }, |
| "kind": { |
| "type": "string", |
| "default": "dns#operation" |
| }, |
| "user": { |
| "type": "string", |
| "description": "User who requested the operation, for example: user@example.com. cloud-dns-system for operations automatically done by the system. (output only)" |
| }, |
| "zoneContext": { |
| "description": "Only populated if the operation targeted a ManagedZone (output only).", |
| "$ref": "OperationManagedZoneContext" |
| }, |
| "startTime": { |
| "type": "string", |
| "description": "The time that this operation was started by the server. This is in RFC3339 text format (output only)." |
| } |
| } |
| }, |
| "ResponseHeader": { |
| "description": "Elements common to every response.", |
| "type": "object", |
| "id": "ResponseHeader", |
| "properties": { |
| "operationId": { |
| "description": "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).", |
| "type": "string" |
| } |
| } |
| }, |
| "ManagedZoneServiceDirectoryConfig": { |
| "type": "object", |
| "properties": { |
| "namespace": { |
| "$ref": "ManagedZoneServiceDirectoryConfigNamespace", |
| "description": "Contains information about the namespace associated with the zone." |
| }, |
| "kind": { |
| "default": "dns#managedZoneServiceDirectoryConfig", |
| "type": "string" |
| } |
| }, |
| "id": "ManagedZoneServiceDirectoryConfig", |
| "description": "Contains information about Service Directory-backed zones." |
| }, |
| "ResourceRecordSet": { |
| "id": "ResourceRecordSet", |
| "properties": { |
| "name": { |
| "type": "string", |
| "description": "For example, www.example.com." |
| }, |
| "type": { |
| "type": "string", |
| "description": "The identifier of a supported record type. See the list of Supported DNS record types." |
| }, |
| "signatureRrdatas": { |
| "description": "As defined in RFC 4034 (section 3.2).", |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| }, |
| "ttl": { |
| "format": "int32", |
| "description": "Number of seconds that this ResourceRecordSet can be cached by resolvers.", |
| "type": "integer" |
| }, |
| "routingPolicy": { |
| "description": "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.", |
| "$ref": "RRSetRoutingPolicy" |
| }, |
| "kind": { |
| "type": "string", |
| "default": "dns#resourceRecordSet" |
| }, |
| "rrdatas": { |
| "description": "As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.", |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object", |
| "description": "A unit of data that will be returned by the DNS servers." |
| }, |
| "Project": { |
| "id": "Project", |
| "properties": { |
| "kind": { |
| "default": "dns#project", |
| "type": "string" |
| }, |
| "id": { |
| "description": "User assigned unique identifier for the resource (output only).", |
| "type": "string" |
| }, |
| "quota": { |
| "$ref": "Quota", |
| "description": "Quotas assigned to this project (output only)." |
| }, |
| "number": { |
| "type": "string", |
| "format": "uint64", |
| "description": "Unique numeric identifier for the resource; defined by the server (output only)." |
| } |
| }, |
| "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." |
| }, |
| "ManagedZonePeeringConfig": { |
| "id": "ManagedZonePeeringConfig", |
| "properties": { |
| "kind": { |
| "type": "string", |
| "default": "dns#managedZonePeeringConfig" |
| }, |
| "targetNetwork": { |
| "$ref": "ManagedZonePeeringConfigTargetNetwork", |
| "description": "The network with which to peer." |
| } |
| }, |
| "type": "object" |
| }, |
| "PolicyAlternativeNameServerConfig": { |
| "id": "PolicyAlternativeNameServerConfig", |
| "properties": { |
| "kind": { |
| "default": "dns#policyAlternativeNameServerConfig", |
| "type": "string" |
| }, |
| "targetNameServers": { |
| "items": { |
| "$ref": "PolicyAlternativeNameServerConfigTargetNameServer" |
| }, |
| "description": "Sets an alternative name server for the associated networks. When specified, all DNS queries are forwarded to a name server that you choose. Names such as .internal are not available when an alternative name server is specified.", |
| "type": "array" |
| } |
| }, |
| "type": "object" |
| }, |
| "RRSetRoutingPolicy": { |
| "description": "A RRSetRoutingPolicy represents ResourceRecordSet data that will be returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection.", |
| "id": "RRSetRoutingPolicy", |
| "properties": { |
| "kind": { |
| "type": "string", |
| "default": "dns#rRSetRoutingPolicy" |
| }, |
| "geoPolicy": { |
| "$ref": "RRSetRoutingPolicyGeoPolicy" |
| }, |
| "wrrPolicy": { |
| "$ref": "RRSetRoutingPolicyWrrPolicy" |
| } |
| }, |
| "type": "object" |
| }, |
| "ResourceRecordSetsDeleteResponse": { |
| "properties": {}, |
| "id": "ResourceRecordSetsDeleteResponse", |
| "type": "object" |
| }, |
| "PolicyNetwork": { |
| "id": "PolicyNetwork", |
| "type": "object", |
| "properties": { |
| "networkUrl": { |
| "type": "string", |
| "description": "The fully qualified URL of the VPC network to bind to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}" |
| }, |
| "kind": { |
| "type": "string", |
| "default": "dns#policyNetwork" |
| } |
| } |
| }, |
| "PoliciesUpdateResponse": { |
| "properties": { |
| "header": { |
| "$ref": "ResponseHeader" |
| }, |
| "policy": { |
| "$ref": "Policy" |
| } |
| }, |
| "type": "object", |
| "id": "PoliciesUpdateResponse" |
| }, |
| "ManagedZoneServiceDirectoryConfigNamespace": { |
| "id": "ManagedZoneServiceDirectoryConfigNamespace", |
| "properties": { |
| "deletionTime": { |
| "description": "The time that the namespace backing this zone was deleted, empty string if it still exists. This is in RFC3339 text format. Output only.", |
| "type": "string" |
| }, |
| "namespaceUrl": { |
| "description": "The fully qualified URL of the namespace associated with the zone. This should be formatted like https://servicedirectory.googleapis.com/v1/projects/{project}/locations/{location}/namespaces/{namespace}", |
| "type": "string" |
| }, |
| "kind": { |
| "default": "dns#managedZoneServiceDirectoryConfigNamespace", |
| "type": "string" |
| } |
| }, |
| "type": "object" |
| }, |
| "PoliciesPatchResponse": { |
| "id": "PoliciesPatchResponse", |
| "type": "object", |
| "properties": { |
| "policy": { |
| "$ref": "Policy" |
| }, |
| "header": { |
| "$ref": "ResponseHeader" |
| } |
| } |
| }, |
| "DnsKeyDigest": { |
| "id": "DnsKeyDigest", |
| "type": "object", |
| "properties": { |
| "digest": { |
| "description": "The base-16 encoded bytes of this digest. Suitable for use in a DS resource record.", |
| "type": "string" |
| }, |
| "type": { |
| "enumDescriptions": [ |
| "", |
| "", |
| "" |
| ], |
| "description": "Specifies the algorithm used to calculate this digest.", |
| "enum": [ |
| "sha1", |
| "sha256", |
| "sha384" |
| ], |
| "type": "string" |
| } |
| } |
| }, |
| "Quota": { |
| "type": "object", |
| "properties": { |
| "networksPerManagedZone": { |
| "description": "Maximum allowed number of networks to which a privately scoped zone can be attached.", |
| "type": "integer", |
| "format": "int32" |
| }, |
| "rrsetsPerManagedZone": { |
| "format": "int32", |
| "type": "integer", |
| "description": "Maximum allowed number of ResourceRecordSets per zone in the project." |
| }, |
| "kind": { |
| "default": "dns#quota", |
| "type": "string" |
| }, |
| "managedZones": { |
| "type": "integer", |
| "description": "Maximum allowed number of managed zones in the project.", |
| "format": "int32" |
| }, |
| "policies": { |
| "type": "integer", |
| "format": "int32", |
| "description": "Maximum allowed number of policies per project." |
| }, |
| "resourceRecordsPerRrset": { |
| "type": "integer", |
| "description": "Maximum allowed number of ResourceRecords per ResourceRecordSet.", |
| "format": "int32" |
| }, |
| "networksPerPolicy": { |
| "format": "int32", |
| "type": "integer", |
| "description": "Maximum allowed number of networks per policy." |
| }, |
| "managedZonesPerNetwork": { |
| "type": "integer", |
| "description": "Maximum allowed number of managed zones which can be attached to a network.", |
| "format": "int32" |
| }, |
| "totalRrdataSizePerChange": { |
| "format": "int32", |
| "type": "integer", |
| "description": "Maximum allowed size for total rrdata in one ChangesCreateRequest in bytes." |
| }, |
| "rrsetAdditionsPerChange": { |
| "format": "int32", |
| "type": "integer", |
| "description": "Maximum allowed number of ResourceRecordSets to add per ChangesCreateRequest." |
| }, |
| "targetNameServersPerManagedZone": { |
| "type": "integer", |
| "description": "Maximum allowed number of target name servers per managed forwarding zone.", |
| "format": "int32" |
| }, |
| "whitelistedKeySpecs": { |
| "items": { |
| "$ref": "DnsKeySpec" |
| }, |
| "type": "array", |
| "description": "DNSSEC algorithm and key length types that can be used for DnsKeys." |
| }, |
| "rrsetDeletionsPerChange": { |
| "description": "Maximum allowed number of ResourceRecordSets to delete per ChangesCreateRequest.", |
| "format": "int32", |
| "type": "integer" |
| }, |
| "targetNameServersPerPolicy": { |
| "format": "int32", |
| "type": "integer", |
| "description": "Maximum allowed number of alternative target name servers per policy." |
| }, |
| "dnsKeysPerManagedZone": { |
| "format": "int32", |
| "description": "Maximum allowed number of DnsKeys per ManagedZone.", |
| "type": "integer" |
| } |
| }, |
| "id": "Quota", |
| "description": "Limits associated with a Project." |
| }, |
| "OperationManagedZoneContext": { |
| "type": "object", |
| "properties": { |
| "newValue": { |
| "$ref": "ManagedZone", |
| "description": "The post-operation ManagedZone resource." |
| }, |
| "oldValue": { |
| "$ref": "ManagedZone", |
| "description": "The pre-operation ManagedZone resource." |
| } |
| }, |
| "id": "OperationManagedZoneContext" |
| }, |
| "Policy": { |
| "type": "object", |
| "id": "Policy", |
| "properties": { |
| "kind": { |
| "type": "string", |
| "default": "dns#policy" |
| }, |
| "id": { |
| "type": "string", |
| "description": "Unique identifier for the resource; defined by the server (output only).", |
| "format": "uint64" |
| }, |
| "alternativeNameServerConfig": { |
| "description": "Sets an alternative name server for the associated networks. When specified, all DNS queries are forwarded to a name server that you choose. Names such as .internal are not available when an alternative name server is specified.", |
| "$ref": "PolicyAlternativeNameServerConfig" |
| }, |
| "networks": { |
| "description": "List of network names specifying networks to which this policy is applied.", |
| "items": { |
| "$ref": "PolicyNetwork" |
| }, |
| "type": "array" |
| }, |
| "enableLogging": { |
| "description": "Controls whether logging is enabled for the networks bound to this policy. Defaults to no logging if not set.", |
| "type": "boolean" |
| }, |
| "name": { |
| "type": "string", |
| "description": "User assigned name for this policy." |
| }, |
| "enableInboundForwarding": { |
| "description": "Allows networks bound to this policy to receive DNS queries sent by VMs or applications over VPN connections. When enabled, a virtual IP address will be allocated from each of the sub-networks that are bound to this policy.", |
| "type": "boolean" |
| }, |
| "description": { |
| "description": "A mutable string of at most 1024 characters associated with this resource for the user's convenience. Has no effect on the policy's function.", |
| "type": "string" |
| } |
| }, |
| "description": "A policy is a collection of DNS rules applied to one or more Virtual Private Cloud resources." |
| }, |
| "RRSetRoutingPolicyWrrPolicyWrrPolicyItem": { |
| "type": "object", |
| "id": "RRSetRoutingPolicyWrrPolicyWrrPolicyItem", |
| "properties": { |
| "signatureRrdatas": { |
| "description": "DNSSEC generated signatures for the above wrr_rrdata.", |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| }, |
| "rrdatas": { |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| }, |
| "kind": { |
| "default": "dns#rRSetRoutingPolicyWrrPolicyWrrPolicyItem", |
| "type": "string" |
| }, |
| "weight": { |
| "type": "number", |
| "format": "double", |
| "description": "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 a decimal in the range [0,1]." |
| } |
| } |
| } |
| }, |
| "revision": "20201110", |
| "description": "", |
| "discoveryVersion": "v1", |
| "servicePath": "", |
| "icons": { |
| "x16": "http://www.google.com/images/icons/product/search-16.gif", |
| "x32": "http://www.google.com/images/icons/product/search-32.gif" |
| }, |
| "canonicalName": "Dns", |
| "mtlsRootUrl": "https://dns.mtls.googleapis.com/", |
| "protocol": "rest", |
| "resources": { |
| "managedZoneOperations": { |
| "methods": { |
| "list": { |
| "id": "dns.managedZoneOperations.list", |
| "response": { |
| "$ref": "ManagedZoneOperationsListResponse" |
| }, |
| "parameters": { |
| "managedZone": { |
| "required": true, |
| "description": "Identifies the managed zone addressed by this request.", |
| "location": "path", |
| "type": "string" |
| }, |
| "pageToken": { |
| "type": "string", |
| "description": "Optional. A tag returned by a previous list request that was truncated. Use this parameter to continue a previous list request.", |
| "location": "query" |
| }, |
| "maxResults": { |
| "location": "query", |
| "description": "Optional. Maximum number of results to be returned. If unspecified, the server will decide how many results to return.", |
| "type": "integer", |
| "format": "int32" |
| }, |
| "project": { |
| "description": "Identifies the project addressed by this request.", |
| "type": "string", |
| "required": true, |
| "location": "path" |
| }, |
| "sortBy": { |
| "enumDescriptions": [ |
| "", |
| "" |
| ], |
| "default": "startTime", |
| "enum": [ |
| "startTime", |
| "id" |
| ], |
| "location": "query", |
| "description": "Sorting criterion. The only supported values are START_TIME and ID.", |
| "type": "string" |
| } |
| }, |
| "flatPath": "dns/v1beta2/projects/{project}/managedZones/{managedZone}/operations", |
| "parameterOrder": [ |
| "project", |
| "managedZone" |
| ], |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/cloud-platform.read-only", |
| "https://www.googleapis.com/auth/ndev.clouddns.readonly", |
| "https://www.googleapis.com/auth/ndev.clouddns.readwrite" |
| ], |
| "path": "dns/v1beta2/projects/{project}/managedZones/{managedZone}/operations", |
| "httpMethod": "GET", |
| "description": "Enumerate Operations for the given ManagedZone." |
| }, |
| "get": { |
| "description": "Fetch the representation of an existing Operation.", |
| "flatPath": "dns/v1beta2/projects/{project}/managedZones/{managedZone}/operations/{operation}", |
| "response": { |
| "$ref": "Operation" |
| }, |
| "id": "dns.managedZoneOperations.get", |
| "httpMethod": "GET", |
| "path": "dns/v1beta2/projects/{project}/managedZones/{managedZone}/operations/{operation}", |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/cloud-platform.read-only", |
| "https://www.googleapis.com/auth/ndev.clouddns.readonly", |
| "https://www.googleapis.com/auth/ndev.clouddns.readwrite" |
| ], |
| "parameterOrder": [ |
| "project", |
| "managedZone", |
| "operation" |
| ], |
| "parameters": { |
| "managedZone": { |
| "location": "path", |
| "description": "Identifies the managed zone addressed by this request.", |
| "required": true, |
| "type": "string" |
| }, |
| "clientOperationId": { |
| "location": "query", |
| "type": "string", |
| "description": "For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection." |
| }, |
| "operation": { |
| "required": true, |
| "description": "Identifies the operation addressed by this request.", |
| "type": "string", |
| "location": "path" |
| }, |
| "project": { |
| "required": true, |
| "description": "Identifies the project addressed by this request.", |
| "type": "string", |
| "location": "path" |
| } |
| } |
| } |
| } |
| }, |
| "managedZones": { |
| "methods": { |
| "delete": { |
| "flatPath": "dns/v1beta2/projects/{project}/managedZones/{managedZone}", |
| "parameterOrder": [ |
| "project", |
| "managedZone" |
| ], |
| "parameters": { |
| "managedZone": { |
| "type": "string", |
| "description": "Identifies the managed zone addressed by this request. Can be the managed zone name or ID.", |
| "location": "path", |
| "required": true |
| }, |
| "clientOperationId": { |
| "description": "For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.", |
| "location": "query", |
| "type": "string" |
| }, |
| "project": { |
| "description": "Identifies the project addressed by this request.", |
| "required": true, |
| "type": "string", |
| "location": "path" |
| } |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/ndev.clouddns.readwrite" |
| ], |
| "description": "Delete a previously created ManagedZone.", |
| "httpMethod": "DELETE", |
| "path": "dns/v1beta2/projects/{project}/managedZones/{managedZone}", |
| "id": "dns.managedZones.delete" |
| }, |
| "list": { |
| "parameters": { |
| "dnsName": { |
| "location": "query", |
| "type": "string", |
| "description": "Restricts the list to return only zones with this domain name." |
| }, |
| "maxResults": { |
| "location": "query", |
| "description": "Optional. Maximum number of results to be returned. If unspecified, the server will decide how many results to return.", |
| "format": "int32", |
| "type": "integer" |
| }, |
| "project": { |
| "required": true, |
| "type": "string", |
| "description": "Identifies the project addressed by this request.", |
| "location": "path" |
| }, |
| "pageToken": { |
| "description": "Optional. A tag returned by a previous list request that was truncated. Use this parameter to continue a previous list request.", |
| "location": "query", |
| "type": "string" |
| } |
| }, |
| "flatPath": "dns/v1beta2/projects/{project}/managedZones", |
| "httpMethod": "GET", |
| "response": { |
| "$ref": "ManagedZonesListResponse" |
| }, |
| "description": "Enumerate ManagedZones that have been created but not yet deleted.", |
| "parameterOrder": [ |
| "project" |
| ], |
| "id": "dns.managedZones.list", |
| "path": "dns/v1beta2/projects/{project}/managedZones", |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/cloud-platform.read-only", |
| "https://www.googleapis.com/auth/ndev.clouddns.readonly", |
| "https://www.googleapis.com/auth/ndev.clouddns.readwrite" |
| ] |
| }, |
| "update": { |
| "description": "Update an existing ManagedZone.", |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/ndev.clouddns.readwrite" |
| ], |
| "request": { |
| "$ref": "ManagedZone" |
| }, |
| "parameterOrder": [ |
| "project", |
| "managedZone" |
| ], |
| "id": "dns.managedZones.update", |
| "path": "dns/v1beta2/projects/{project}/managedZones/{managedZone}", |
| "httpMethod": "PUT", |
| "response": { |
| "$ref": "Operation" |
| }, |
| "flatPath": "dns/v1beta2/projects/{project}/managedZones/{managedZone}", |
| "parameters": { |
| "project": { |
| "description": "Identifies the project addressed by this request.", |
| "type": "string", |
| "location": "path", |
| "required": true |
| }, |
| "managedZone": { |
| "description": "Identifies the managed zone addressed by this request. Can be the managed zone name or ID.", |
| "required": true, |
| "type": "string", |
| "location": "path" |
| }, |
| "clientOperationId": { |
| "type": "string", |
| "description": "For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.", |
| "location": "query" |
| } |
| } |
| }, |
| "create": { |
| "parameters": { |
| "project": { |
| "type": "string", |
| "location": "path", |
| "description": "Identifies the project addressed by this request.", |
| "required": true |
| }, |
| "clientOperationId": { |
| "location": "query", |
| "description": "For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.", |
| "type": "string" |
| } |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/ndev.clouddns.readwrite" |
| ], |
| "response": { |
| "$ref": "ManagedZone" |
| }, |
| "parameterOrder": [ |
| "project" |
| ], |
| "id": "dns.managedZones.create", |
| "description": "Create a new ManagedZone.", |
| "request": { |
| "$ref": "ManagedZone" |
| }, |
| "flatPath": "dns/v1beta2/projects/{project}/managedZones", |
| "httpMethod": "POST", |
| "path": "dns/v1beta2/projects/{project}/managedZones" |
| }, |
| "get": { |
| "httpMethod": "GET", |
| "description": "Fetch the representation of an existing ManagedZone.", |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/cloud-platform.read-only", |
| "https://www.googleapis.com/auth/ndev.clouddns.readonly", |
| "https://www.googleapis.com/auth/ndev.clouddns.readwrite" |
| ], |
| "parameters": { |
| "project": { |
| "location": "path", |
| "description": "Identifies the project addressed by this request.", |
| "required": true, |
| "type": "string" |
| }, |
| "clientOperationId": { |
| "location": "query", |
| "type": "string", |
| "description": "For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection." |
| }, |
| "managedZone": { |
| "location": "path", |
| "required": true, |
| "description": "Identifies the managed zone addressed by this request. Can be the managed zone name or ID.", |
| "type": "string" |
| } |
| }, |
| "id": "dns.managedZones.get", |
| "parameterOrder": [ |
| "project", |
| "managedZone" |
| ], |
| "path": "dns/v1beta2/projects/{project}/managedZones/{managedZone}", |
| "response": { |
| "$ref": "ManagedZone" |
| }, |
| "flatPath": "dns/v1beta2/projects/{project}/managedZones/{managedZone}" |
| }, |
| "patch": { |
| "path": "dns/v1beta2/projects/{project}/managedZones/{managedZone}", |
| "response": { |
| "$ref": "Operation" |
| }, |
| "description": "Apply a partial update to an existing ManagedZone.", |
| "flatPath": "dns/v1beta2/projects/{project}/managedZones/{managedZone}", |
| "parameters": { |
| "clientOperationId": { |
| "description": "For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.", |
| "location": "query", |
| "type": "string" |
| }, |
| "managedZone": { |
| "required": true, |
| "type": "string", |
| "location": "path", |
| "description": "Identifies the managed zone addressed by this request. Can be the managed zone name or ID." |
| }, |
| "project": { |
| "description": "Identifies the project addressed by this request.", |
| "required": true, |
| "location": "path", |
| "type": "string" |
| } |
| }, |
| "parameterOrder": [ |
| "project", |
| "managedZone" |
| ], |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/ndev.clouddns.readwrite" |
| ], |
| "id": "dns.managedZones.patch", |
| "httpMethod": "PATCH", |
| "request": { |
| "$ref": "ManagedZone" |
| } |
| } |
| } |
| }, |
| "resourceRecordSets": { |
| "methods": { |
| "list": { |
| "path": "dns/v1beta2/projects/{project}/managedZones/{managedZone}/rrsets", |
| "response": { |
| "$ref": "ResourceRecordSetsListResponse" |
| }, |
| "httpMethod": "GET", |
| "id": "dns.resourceRecordSets.list", |
| "parameters": { |
| "maxResults": { |
| "format": "int32", |
| "description": "Optional. Maximum number of results to be returned. If unspecified, the server will decide how many results to return.", |
| "location": "query", |
| "type": "integer" |
| }, |
| "managedZone": { |
| "required": true, |
| "location": "path", |
| "type": "string", |
| "description": "Identifies the managed zone addressed by this request. Can be the managed zone name or ID." |
| }, |
| "pageToken": { |
| "location": "query", |
| "type": "string", |
| "description": "Optional. A tag returned by a previous list request that was truncated. Use this parameter to continue a previous list request." |
| }, |
| "name": { |
| "location": "query", |
| "description": "Restricts the list to return only records with this fully qualified domain name.", |
| "type": "string" |
| }, |
| "type": { |
| "location": "query", |
| "description": "Restricts the list to return only records of this type. If present, the \"name\" parameter must also be present.", |
| "type": "string" |
| }, |
| "project": { |
| "required": true, |
| "description": "Identifies the project addressed by this request.", |
| "location": "path", |
| "type": "string" |
| } |
| }, |
| "parameterOrder": [ |
| "project", |
| "managedZone" |
| ], |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/cloud-platform.read-only", |
| "https://www.googleapis.com/auth/ndev.clouddns.readonly", |
| "https://www.googleapis.com/auth/ndev.clouddns.readwrite" |
| ], |
| "flatPath": "dns/v1beta2/projects/{project}/managedZones/{managedZone}/rrsets", |
| "description": "Enumerate ResourceRecordSets that have been created but not yet deleted." |
| } |
| } |
| }, |
| "projects": { |
| "methods": { |
| "get": { |
| "response": { |
| "$ref": "Project" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/cloud-platform.read-only", |
| "https://www.googleapis.com/auth/ndev.clouddns.readonly", |
| "https://www.googleapis.com/auth/ndev.clouddns.readwrite" |
| ], |
| "flatPath": "dns/v1beta2/projects/{project}", |
| "parameterOrder": [ |
| "project" |
| ], |
| "description": "Fetch the representation of an existing Project.", |
| "parameters": { |
| "clientOperationId": { |
| "location": "query", |
| "description": "For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.", |
| "type": "string" |
| }, |
| "project": { |
| "location": "path", |
| "required": true, |
| "description": "Identifies the project addressed by this request.", |
| "type": "string" |
| } |
| }, |
| "httpMethod": "GET", |
| "id": "dns.projects.get", |
| "path": "dns/v1beta2/projects/{project}" |
| } |
| }, |
| "resources": { |
| "managedZones": { |
| "resources": { |
| "rrsets": { |
| "methods": { |
| "get": { |
| "httpMethod": "GET", |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/cloud-platform.read-only", |
| "https://www.googleapis.com/auth/ndev.clouddns.readonly", |
| "https://www.googleapis.com/auth/ndev.clouddns.readwrite" |
| ], |
| "parameterOrder": [ |
| "project", |
| "managedZone", |
| "name", |
| "type" |
| ], |
| "flatPath": "dns/v1beta2/projects/{project}/managedZones/{managedZone}/rrsets/{name}/{type}", |
| "response": { |
| "$ref": "ResourceRecordSet" |
| }, |
| "id": "dns.projects.managedZones.rrsets.get", |
| "path": "dns/v1beta2/projects/{project}/managedZones/{managedZone}/rrsets/{name}/{type}", |
| "description": "Fetch the representation of an existing ResourceRecordSet.", |
| "parameters": { |
| "managedZone": { |
| "description": "Identifies the managed zone addressed by this request. Can be the managed zone name or ID.", |
| "required": true, |
| "type": "string", |
| "location": "path" |
| }, |
| "project": { |
| "required": true, |
| "description": "Identifies the project addressed by this request.", |
| "type": "string", |
| "location": "path" |
| }, |
| "name": { |
| "description": "Fully qualified domain name.", |
| "location": "path", |
| "required": true, |
| "type": "string" |
| }, |
| "type": { |
| "description": "RRSet type.", |
| "required": true, |
| "type": "string", |
| "location": "path" |
| }, |
| "clientOperationId": { |
| "description": "For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.", |
| "location": "query", |
| "type": "string" |
| } |
| } |
| }, |
| "create": { |
| "parameterOrder": [ |
| "project", |
| "managedZone" |
| ], |
| "flatPath": "dns/v1beta2/projects/{project}/managedZones/{managedZone}/rrsets", |
| "description": "Create a new ResourceRecordSet.", |
| "id": "dns.projects.managedZones.rrsets.create", |
| "request": { |
| "$ref": "ResourceRecordSet" |
| }, |
| "httpMethod": "POST", |
| "path": "dns/v1beta2/projects/{project}/managedZones/{managedZone}/rrsets", |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/ndev.clouddns.readwrite" |
| ], |
| "parameters": { |
| "clientOperationId": { |
| "description": "For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.", |
| "location": "query", |
| "type": "string" |
| }, |
| "managedZone": { |
| "type": "string", |
| "required": true, |
| "location": "path", |
| "description": "Identifies the managed zone addressed by this request. Can be the managed zone name or ID." |
| }, |
| "project": { |
| "location": "path", |
| "type": "string", |
| "required": true, |
| "description": "Identifies the project addressed by this request." |
| } |
| }, |
| "response": { |
| "$ref": "ResourceRecordSet" |
| } |
| }, |
| "patch": { |
| "request": { |
| "$ref": "ResourceRecordSet" |
| }, |
| "parameters": { |
| "project": { |
| "location": "path", |
| "type": "string", |
| "description": "Identifies the project addressed by this request.", |
| "required": true |
| }, |
| "name": { |
| "type": "string", |
| "description": "Fully qualified domain name.", |
| "location": "path", |
| "required": true |
| }, |
| "type": { |
| "location": "path", |
| "description": "RRSet type.", |
| "required": true, |
| "type": "string" |
| }, |
| "clientOperationId": { |
| "type": "string", |
| "location": "query", |
| "description": "For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection." |
| }, |
| "managedZone": { |
| "description": "Identifies the managed zone addressed by this request. Can be the managed zone name or ID.", |
| "type": "string", |
| "location": "path", |
| "required": true |
| } |
| }, |
| "flatPath": "dns/v1beta2/projects/{project}/managedZones/{managedZone}/rrsets/{name}/{type}", |
| "id": "dns.projects.managedZones.rrsets.patch", |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/ndev.clouddns.readwrite" |
| ], |
| "response": { |
| "$ref": "ResourceRecordSet" |
| }, |
| "parameterOrder": [ |
| "project", |
| "managedZone", |
| "name", |
| "type" |
| ], |
| "description": "Apply a partial update to an existing ResourceRecordSet.", |
| "httpMethod": "PATCH", |
| "path": "dns/v1beta2/projects/{project}/managedZones/{managedZone}/rrsets/{name}/{type}" |
| }, |
| "delete": { |
| "description": "Delete a previously created ResourceRecordSet.", |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/ndev.clouddns.readwrite" |
| ], |
| "httpMethod": "DELETE", |
| "response": { |
| "$ref": "ResourceRecordSetsDeleteResponse" |
| }, |
| "id": "dns.projects.managedZones.rrsets.delete", |
| "parameterOrder": [ |
| "project", |
| "managedZone", |
| "name", |
| "type" |
| ], |
| "flatPath": "dns/v1beta2/projects/{project}/managedZones/{managedZone}/rrsets/{name}/{type}", |
| "parameters": { |
| "clientOperationId": { |
| "location": "query", |
| "description": "For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.", |
| "type": "string" |
| }, |
| "type": { |
| "required": true, |
| "location": "path", |
| "type": "string", |
| "description": "RRSet type." |
| }, |
| "name": { |
| "location": "path", |
| "type": "string", |
| "required": true, |
| "description": "Fully qualified domain name." |
| }, |
| "managedZone": { |
| "location": "path", |
| "type": "string", |
| "description": "Identifies the managed zone addressed by this request. Can be the managed zone name or ID.", |
| "required": true |
| }, |
| "project": { |
| "type": "string", |
| "location": "path", |
| "description": "Identifies the project addressed by this request.", |
| "required": true |
| } |
| }, |
| "path": "dns/v1beta2/projects/{project}/managedZones/{managedZone}/rrsets/{name}/{type}" |
| } |
| } |
| } |
| } |
| } |
| } |
| }, |
| "dnsKeys": { |
| "methods": { |
| "list": { |
| "parameterOrder": [ |
| "project", |
| "managedZone" |
| ], |
| "response": { |
| "$ref": "DnsKeysListResponse" |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/cloud-platform.read-only", |
| "https://www.googleapis.com/auth/ndev.clouddns.readonly", |
| "https://www.googleapis.com/auth/ndev.clouddns.readwrite" |
| ], |
| "flatPath": "dns/v1beta2/projects/{project}/managedZones/{managedZone}/dnsKeys", |
| "parameters": { |
| "pageToken": { |
| "description": "Optional. A tag returned by a previous list request that was truncated. Use this parameter to continue a previous list request.", |
| "type": "string", |
| "location": "query" |
| }, |
| "managedZone": { |
| "description": "Identifies the managed zone addressed by this request. Can be the managed zone name or ID.", |
| "type": "string", |
| "location": "path", |
| "required": true |
| }, |
| "maxResults": { |
| "description": "Optional. Maximum number of results to be returned. If unspecified, the server will decide how many results to return.", |
| "format": "int32", |
| "type": "integer", |
| "location": "query" |
| }, |
| "project": { |
| "location": "path", |
| "required": true, |
| "description": "Identifies the project addressed by this request.", |
| "type": "string" |
| }, |
| "digestType": { |
| "location": "query", |
| "type": "string", |
| "description": "An optional comma-separated list of digest types to compute and display for key signing keys. If omitted, the recommended digest type will be computed and displayed." |
| } |
| }, |
| "httpMethod": "GET", |
| "description": "Enumerate DnsKeys to a ResourceRecordSet collection.", |
| "path": "dns/v1beta2/projects/{project}/managedZones/{managedZone}/dnsKeys", |
| "id": "dns.dnsKeys.list" |
| }, |
| "get": { |
| "parameterOrder": [ |
| "project", |
| "managedZone", |
| "dnsKeyId" |
| ], |
| "id": "dns.dnsKeys.get", |
| "description": "Fetch the representation of an existing DnsKey.", |
| "httpMethod": "GET", |
| "flatPath": "dns/v1beta2/projects/{project}/managedZones/{managedZone}/dnsKeys/{dnsKeyId}", |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/cloud-platform.read-only", |
| "https://www.googleapis.com/auth/ndev.clouddns.readonly", |
| "https://www.googleapis.com/auth/ndev.clouddns.readwrite" |
| ], |
| "response": { |
| "$ref": "DnsKey" |
| }, |
| "path": "dns/v1beta2/projects/{project}/managedZones/{managedZone}/dnsKeys/{dnsKeyId}", |
| "parameters": { |
| "project": { |
| "location": "path", |
| "description": "Identifies the project addressed by this request.", |
| "type": "string", |
| "required": true |
| }, |
| "managedZone": { |
| "description": "Identifies the managed zone addressed by this request. Can be the managed zone name or ID.", |
| "required": true, |
| "type": "string", |
| "location": "path" |
| }, |
| "dnsKeyId": { |
| "type": "string", |
| "location": "path", |
| "required": true, |
| "description": "The identifier of the requested DnsKey." |
| }, |
| "digestType": { |
| "type": "string", |
| "description": "An optional comma-separated list of digest types to compute and display for key signing keys. If omitted, the recommended digest type will be computed and displayed.", |
| "location": "query" |
| }, |
| "clientOperationId": { |
| "type": "string", |
| "location": "query", |
| "description": "For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection." |
| } |
| } |
| } |
| } |
| }, |
| "policies": { |
| "methods": { |
| "delete": { |
| "httpMethod": "DELETE", |
| "parameters": { |
| "policy": { |
| "location": "path", |
| "required": true, |
| "description": "User given friendly name of the policy addressed by this request.", |
| "type": "string" |
| }, |
| "clientOperationId": { |
| "location": "query", |
| "description": "For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.", |
| "type": "string" |
| }, |
| "project": { |
| "location": "path", |
| "description": "Identifies the project addressed by this request.", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/ndev.clouddns.readwrite" |
| ], |
| "path": "dns/v1beta2/projects/{project}/policies/{policy}", |
| "parameterOrder": [ |
| "project", |
| "policy" |
| ], |
| "description": "Delete a previously created Policy. Will fail if the policy is still being referenced by a network.", |
| "id": "dns.policies.delete", |
| "flatPath": "dns/v1beta2/projects/{project}/policies/{policy}" |
| }, |
| "update": { |
| "path": "dns/v1beta2/projects/{project}/policies/{policy}", |
| "httpMethod": "PUT", |
| "flatPath": "dns/v1beta2/projects/{project}/policies/{policy}", |
| "parameterOrder": [ |
| "project", |
| "policy" |
| ], |
| "id": "dns.policies.update", |
| "response": { |
| "$ref": "PoliciesUpdateResponse" |
| }, |
| "request": { |
| "$ref": "Policy" |
| }, |
| "parameters": { |
| "project": { |
| "type": "string", |
| "required": true, |
| "location": "path", |
| "description": "Identifies the project addressed by this request." |
| }, |
| "policy": { |
| "type": "string", |
| "location": "path", |
| "description": "User given friendly name of the policy addressed by this request.", |
| "required": true |
| }, |
| "clientOperationId": { |
| "description": "For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.", |
| "type": "string", |
| "location": "query" |
| } |
| }, |
| "description": "Update an existing Policy.", |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/ndev.clouddns.readwrite" |
| ] |
| }, |
| "patch": { |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/ndev.clouddns.readwrite" |
| ], |
| "httpMethod": "PATCH", |
| "flatPath": "dns/v1beta2/projects/{project}/policies/{policy}", |
| "description": "Apply a partial update to an existing Policy.", |
| "parameterOrder": [ |
| "project", |
| "policy" |
| ], |
| "id": "dns.policies.patch", |
| "parameters": { |
| "policy": { |
| "description": "User given friendly name of the policy addressed by this request.", |
| "type": "string", |
| "location": "path", |
| "required": true |
| }, |
| "clientOperationId": { |
| "location": "query", |
| "type": "string", |
| "description": "For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection." |
| }, |
| "project": { |
| "required": true, |
| "description": "Identifies the project addressed by this request.", |
| "type": "string", |
| "location": "path" |
| } |
| }, |
| "response": { |
| "$ref": "PoliciesPatchResponse" |
| }, |
| "path": "dns/v1beta2/projects/{project}/policies/{policy}", |
| "request": { |
| "$ref": "Policy" |
| } |
| }, |
| "get": { |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/cloud-platform.read-only", |
| "https://www.googleapis.com/auth/ndev.clouddns.readonly", |
| "https://www.googleapis.com/auth/ndev.clouddns.readwrite" |
| ], |
| "flatPath": "dns/v1beta2/projects/{project}/policies/{policy}", |
| "id": "dns.policies.get", |
| "path": "dns/v1beta2/projects/{project}/policies/{policy}", |
| "description": "Fetch the representation of an existing Policy.", |
| "parameterOrder": [ |
| "project", |
| "policy" |
| ], |
| "httpMethod": "GET", |
| "parameters": { |
| "project": { |
| "required": true, |
| "type": "string", |
| "description": "Identifies the project addressed by this request.", |
| "location": "path" |
| }, |
| "clientOperationId": { |
| "type": "string", |
| "location": "query", |
| "description": "For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection." |
| }, |
| "policy": { |
| "type": "string", |
| "description": "User given friendly name of the policy addressed by this request.", |
| "location": "path", |
| "required": true |
| } |
| }, |
| "response": { |
| "$ref": "Policy" |
| } |
| }, |
| "list": { |
| "httpMethod": "GET", |
| "id": "dns.policies.list", |
| "description": "Enumerate all Policies associated with a project.", |
| "response": { |
| "$ref": "PoliciesListResponse" |
| }, |
| "flatPath": "dns/v1beta2/projects/{project}/policies", |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/cloud-platform.read-only", |
| "https://www.googleapis.com/auth/ndev.clouddns.readonly", |
| "https://www.googleapis.com/auth/ndev.clouddns.readwrite" |
| ], |
| "parameters": { |
| "pageToken": { |
| "location": "query", |
| "description": "Optional. A tag returned by a previous list request that was truncated. Use this parameter to continue a previous list request.", |
| "type": "string" |
| }, |
| "project": { |
| "required": true, |
| "description": "Identifies the project addressed by this request.", |
| "type": "string", |
| "location": "path" |
| }, |
| "maxResults": { |
| "description": "Optional. Maximum number of results to be returned. If unspecified, the server will decide how many results to return.", |
| "type": "integer", |
| "location": "query", |
| "format": "int32" |
| } |
| }, |
| "parameterOrder": [ |
| "project" |
| ], |
| "path": "dns/v1beta2/projects/{project}/policies" |
| }, |
| "create": { |
| "path": "dns/v1beta2/projects/{project}/policies", |
| "description": "Create a new Policy", |
| "parameters": { |
| "project": { |
| "location": "path", |
| "description": "Identifies the project addressed by this request.", |
| "required": true, |
| "type": "string" |
| }, |
| "clientOperationId": { |
| "description": "For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.", |
| "type": "string", |
| "location": "query" |
| } |
| }, |
| "response": { |
| "$ref": "Policy" |
| }, |
| "parameterOrder": [ |
| "project" |
| ], |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/ndev.clouddns.readwrite" |
| ], |
| "request": { |
| "$ref": "Policy" |
| }, |
| "flatPath": "dns/v1beta2/projects/{project}/policies", |
| "id": "dns.policies.create", |
| "httpMethod": "POST" |
| } |
| } |
| }, |
| "changes": { |
| "methods": { |
| "create": { |
| "flatPath": "dns/v1beta2/projects/{project}/managedZones/{managedZone}/changes", |
| "httpMethod": "POST", |
| "description": "Atomically update the ResourceRecordSet collection.", |
| "parameterOrder": [ |
| "project", |
| "managedZone" |
| ], |
| "response": { |
| "$ref": "Change" |
| }, |
| "parameters": { |
| "clientOperationId": { |
| "location": "query", |
| "description": "For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.", |
| "type": "string" |
| }, |
| "managedZone": { |
| "location": "path", |
| "required": true, |
| "description": "Identifies the managed zone addressed by this request. Can be the managed zone name or ID.", |
| "type": "string" |
| }, |
| "project": { |
| "type": "string", |
| "description": "Identifies the project addressed by this request.", |
| "required": true, |
| "location": "path" |
| } |
| }, |
| "request": { |
| "$ref": "Change" |
| }, |
| "path": "dns/v1beta2/projects/{project}/managedZones/{managedZone}/changes", |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/ndev.clouddns.readwrite" |
| ], |
| "id": "dns.changes.create" |
| }, |
| "list": { |
| "parameterOrder": [ |
| "project", |
| "managedZone" |
| ], |
| "description": "Enumerate Changes to a ResourceRecordSet collection.", |
| "id": "dns.changes.list", |
| "parameters": { |
| "sortOrder": { |
| "location": "query", |
| "type": "string", |
| "description": "Sorting order direction: 'ascending' or 'descending'." |
| }, |
| "managedZone": { |
| "type": "string", |
| "location": "path", |
| "description": "Identifies the managed zone addressed by this request. Can be the managed zone name or ID.", |
| "required": true |
| }, |
| "sortBy": { |
| "enumDescriptions": [ |
| "" |
| ], |
| "description": "Sorting criterion. The only supported value is change sequence.", |
| "type": "string", |
| "default": "changeSequence", |
| "location": "query", |
| "enum": [ |
| "changeSequence" |
| ] |
| }, |
| "maxResults": { |
| "location": "query", |
| "type": "integer", |
| "format": "int32", |
| "description": "Optional. Maximum number of results to be returned. If unspecified, the server will decide how many results to return." |
| }, |
| "pageToken": { |
| "location": "query", |
| "description": "Optional. A tag returned by a previous list request that was truncated. Use this parameter to continue a previous list request.", |
| "type": "string" |
| }, |
| "project": { |
| "description": "Identifies the project addressed by this request.", |
| "location": "path", |
| "required": true, |
| "type": "string" |
| } |
| }, |
| "response": { |
| "$ref": "ChangesListResponse" |
| }, |
| "httpMethod": "GET", |
| "flatPath": "dns/v1beta2/projects/{project}/managedZones/{managedZone}/changes", |
| "path": "dns/v1beta2/projects/{project}/managedZones/{managedZone}/changes", |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/cloud-platform.read-only", |
| "https://www.googleapis.com/auth/ndev.clouddns.readonly", |
| "https://www.googleapis.com/auth/ndev.clouddns.readwrite" |
| ] |
| }, |
| "get": { |
| "httpMethod": "GET", |
| "id": "dns.changes.get", |
| "parameterOrder": [ |
| "project", |
| "managedZone", |
| "changeId" |
| ], |
| "flatPath": "dns/v1beta2/projects/{project}/managedZones/{managedZone}/changes/{changeId}", |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform", |
| "https://www.googleapis.com/auth/cloud-platform.read-only", |
| "https://www.googleapis.com/auth/ndev.clouddns.readonly", |
| "https://www.googleapis.com/auth/ndev.clouddns.readwrite" |
| ], |
| "response": { |
| "$ref": "Change" |
| }, |
| "parameters": { |
| "managedZone": { |
| "type": "string", |
| "location": "path", |
| "required": true, |
| "description": "Identifies the managed zone addressed by this request. Can be the managed zone name or ID." |
| }, |
| "changeId": { |
| "required": true, |
| "type": "string", |
| "location": "path", |
| "description": "The identifier of the requested change, from a previous ResourceRecordSetsChangeResponse." |
| }, |
| "clientOperationId": { |
| "type": "string", |
| "location": "query", |
| "description": "For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection." |
| }, |
| "project": { |
| "required": true, |
| "description": "Identifies the project addressed by this request.", |
| "location": "path", |
| "type": "string" |
| } |
| }, |
| "description": "Fetch the representation of an existing Change.", |
| "path": "dns/v1beta2/projects/{project}/managedZones/{managedZone}/changes/{changeId}" |
| } |
| } |
| } |
| }, |
| "batchPath": "batch", |
| "kind": "discovery#restDescription", |
| "auth": { |
| "oauth2": { |
| "scopes": { |
| "https://www.googleapis.com/auth/ndev.clouddns.readonly": { |
| "description": "View your DNS records hosted by Google Cloud DNS" |
| }, |
| "https://www.googleapis.com/auth/cloud-platform.read-only": { |
| "description": "View your data across Google Cloud Platform services" |
| }, |
| "https://www.googleapis.com/auth/ndev.clouddns.readwrite": { |
| "description": "View and manage your DNS records hosted by Google Cloud DNS" |
| }, |
| "https://www.googleapis.com/auth/cloud-platform": { |
| "description": "View and manage your data across Google Cloud Platform services" |
| } |
| } |
| } |
| }, |
| "rootUrl": "https://dns.googleapis.com/", |
| "baseUrl": "https://dns.googleapis.com/", |
| "version": "v1beta2", |
| "title": "Cloud DNS API", |
| "ownerName": "Google", |
| "basePath": "", |
| "id": "dns:v1beta2" |
| } |