{ "uuid": "0210f3c0-caff-43a1-8d48-2865ea863fe1", "lastMigration": 29, "name": "Cloud Domains API", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "1f4cfc97-f336-436a-acfa-abda38a3e7e5", "documentation": "Lists domain names from [Google Domains](https://domains.google/) that can be imported to Cloud Domains using the `ImportDomain` method. Since individual users can own domains in Google Domains, the list of domains returned depends on the individual user making the call. Domains already managed by Cloud Domains are not returned.", "method": "get", "endpoint": "v1beta1/:location/registrations:retrieveImportableDomains", "responses": [ { "uuid": "b4e44ac9-72b0-4fea-9f1b-8545c83a4d87", "body": "{\n \"domains\": [\n {\n \"domainName\": \"\",\n \"resourceState\": \"{{oneOf (array 'RESOURCE_STATE_UNSPECIFIED' 'IMPORTABLE' 'UNSUPPORTED' 'SUSPENDED' 'EXPIRED' 'DELETED')}}\",\n \"yearlyPrice\": {\n \"currencyCode\": \"\",\n \"nanos\": {{faker 'number.int' max=99999}},\n \"units\": \"\"\n }\n }\n ],\n \"nextPageToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "52472c33-c186-4008-b969-b03b8910cbe1", "documentation": "Gets parameters needed to register a new domain name, including price and up-to-date availability. Use the returned values to call `RegisterDomain`.", "method": "get", "endpoint": "v1beta1/:location/registrations:retrieveRegisterParameters", "responses": [ { "uuid": "949ebe85-1dff-48aa-9597-7218f8158be2", "body": "{\n \"registerParameters\": {\n \"availability\": \"{{oneOf (array 'AVAILABILITY_UNSPECIFIED' 'AVAILABLE' 'UNAVAILABLE' 'UNSUPPORTED' 'UNKNOWN')}}\",\n \"domainName\": \"\",\n \"domainNotices\": [\n \"{{oneOf (array 'DOMAIN_NOTICE_UNSPECIFIED' 'HSTS_PRELOADED')}}\"\n ],\n \"supportedPrivacy\": [\n \"{{oneOf (array 'CONTACT_PRIVACY_UNSPECIFIED' 'PUBLIC_CONTACT_DATA' 'PRIVATE_CONTACT_DATA' 'REDACTED_CONTACT_DATA')}}\"\n ],\n \"yearlyPrice\": {\n \"currencyCode\": \"\",\n \"nanos\": {{faker 'number.int' max=99999}},\n \"units\": \"\"\n }\n }\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8d4f7c95-1481-4455-b17d-cad7974a0fee", "documentation": "Gets parameters needed to transfer a domain name from another registrar to Cloud Domains. For domains already managed by [Google Domains](https://domains.google/), use `ImportDomain` instead. Use the returned values to call `TransferDomain`.", "method": "get", "endpoint": "v1beta1/:location/registrations:retrieveTransferParameters", "responses": [ { "uuid": "9686837b-8ec8-4dac-ad09-65dfd16028e1", "body": "{\n \"transferParameters\": {\n \"currentRegistrar\": \"\",\n \"currentRegistrarUri\": \"\",\n \"domainName\": \"\",\n \"nameServers\": [\n \"\"\n ],\n \"supportedPrivacy\": [\n \"{{oneOf (array 'CONTACT_PRIVACY_UNSPECIFIED' 'PUBLIC_CONTACT_DATA' 'PRIVATE_CONTACT_DATA' 'REDACTED_CONTACT_DATA')}}\"\n ],\n \"transferLockState\": \"{{oneOf (array 'TRANSFER_LOCK_STATE_UNSPECIFIED' 'UNLOCKED' 'LOCKED')}}\",\n \"yearlyPrice\": {\n \"currencyCode\": \"\",\n \"nanos\": {{faker 'number.int' max=99999}},\n \"units\": \"\"\n }\n }\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8aa3d274-31ad-409c-807d-db6853aa7c20", "documentation": "Searches for available domain names similar to the provided query. Availability results from this method are approximate; call `RetrieveRegisterParameters` on a domain before registering to confirm availability.", "method": "get", "endpoint": "v1beta1/:location/registrations:searchDomains", "responses": [ { "uuid": "a55c757d-872e-4e0b-9f23-56449d457f65", "body": "{\n \"registerParameters\": [\n {\n \"availability\": \"{{oneOf (array 'AVAILABILITY_UNSPECIFIED' 'AVAILABLE' 'UNAVAILABLE' 'UNSUPPORTED' 'UNKNOWN')}}\",\n \"domainName\": \"\",\n \"domainNotices\": [\n \"{{oneOf (array 'DOMAIN_NOTICE_UNSPECIFIED' 'HSTS_PRELOADED')}}\"\n ],\n \"supportedPrivacy\": [\n \"{{oneOf (array 'CONTACT_PRIVACY_UNSPECIFIED' 'PUBLIC_CONTACT_DATA' 'PRIVATE_CONTACT_DATA' 'REDACTED_CONTACT_DATA')}}\"\n ],\n \"yearlyPrice\": {\n \"currencyCode\": \"\",\n \"nanos\": {{faker 'number.int' max=99999}},\n \"units\": \"\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "77533fb7-4c80-4c43-bad2-1b963cf4036e", "documentation": "Deletes a `Registration` resource. This method works on any `Registration` resource using [Subscription or Commitment billing](/domains/pricing#billing-models), provided that the resource was created at least 1 day in the past. For `Registration` resources using [Monthly billing](/domains/pricing#billing-models), this method works if: * `state` is `EXPORTED` with `expire_time` in the past * `state` is `REGISTRATION_FAILED` * `state` is `TRANSFER_FAILED` When an active registration is successfully deleted, you can continue to use the domain in [Google Domains](https://domains.google/) until it expires. The calling user becomes the domain's sole owner in Google Domains, and permissions for the domain are subsequently managed there. The domain does not renew automatically unless the new owner sets up billing in Google Domains.", "method": "delete", "endpoint": "v1beta1/:name", "responses": [ { "uuid": "7e0adfad-9cea-4685-8db6-7721b651a0b3", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2396624a-addc-4c58-8938-f5d72d3620e2", "documentation": "Gets the details of a `Registration` resource.", "method": "get", "endpoint": "v1beta1/:name", "responses": [ { "uuid": "f4241478-c9d9-4dd8-921c-a70534a6a3f1", "body": "{\n \"contactSettings\": {\n \"adminContact\": {\n \"email\": \"\",\n \"faxNumber\": \"\",\n \"phoneNumber\": \"\",\n \"postalAddress\": {\n \"addressLines\": [\n \"\"\n ],\n \"administrativeArea\": \"\",\n \"languageCode\": \"\",\n \"locality\": \"\",\n \"organization\": \"\",\n \"postalCode\": \"\",\n \"recipients\": [\n \"\"\n ],\n \"regionCode\": \"\",\n \"revision\": {{faker 'number.int' max=99999}},\n \"sortingCode\": \"\",\n \"sublocality\": \"\"\n }\n },\n \"privacy\": \"{{oneOf (array 'CONTACT_PRIVACY_UNSPECIFIED' 'PUBLIC_CONTACT_DATA' 'PRIVATE_CONTACT_DATA' 'REDACTED_CONTACT_DATA')}}\",\n \"registrantContact\": {\n \"email\": \"\",\n \"faxNumber\": \"\",\n \"phoneNumber\": \"\",\n \"postalAddress\": {\n \"addressLines\": [\n \"\"\n ],\n \"administrativeArea\": \"\",\n \"languageCode\": \"\",\n \"locality\": \"\",\n \"organization\": \"\",\n \"postalCode\": \"\",\n \"recipients\": [\n \"\"\n ],\n \"regionCode\": \"\",\n \"revision\": {{faker 'number.int' max=99999}},\n \"sortingCode\": \"\",\n \"sublocality\": \"\"\n }\n },\n \"technicalContact\": {\n \"email\": \"\",\n \"faxNumber\": \"\",\n \"phoneNumber\": \"\",\n \"postalAddress\": {\n \"addressLines\": [\n \"\"\n ],\n \"administrativeArea\": \"\",\n \"languageCode\": \"\",\n \"locality\": \"\",\n \"organization\": \"\",\n \"postalCode\": \"\",\n \"recipients\": [\n \"\"\n ],\n \"regionCode\": \"\",\n \"revision\": {{faker 'number.int' max=99999}},\n \"sortingCode\": \"\",\n \"sublocality\": \"\"\n }\n }\n },\n \"createTime\": \"\",\n \"dnsSettings\": {\n \"customDns\": {\n \"dsRecords\": [\n {\n \"algorithm\": \"{{oneOf (array 'ALGORITHM_UNSPECIFIED' 'RSAMD5' 'DH' 'DSA' 'ECC' 'RSASHA1' 'DSANSEC3SHA1' 'RSASHA1NSEC3SHA1' 'RSASHA256' 'RSASHA512' 'ECCGOST' 'ECDSAP256SHA256' 'ECDSAP384SHA384' 'ED25519' 'ED448' 'INDIRECT' 'PRIVATEDNS' 'PRIVATEOID')}}\",\n \"digest\": \"\",\n \"digestType\": \"{{oneOf (array 'DIGEST_TYPE_UNSPECIFIED' 'SHA1' 'SHA256' 'GOST3411' 'SHA384')}}\",\n \"keyTag\": {{faker 'number.int' max=99999}}\n }\n ],\n \"nameServers\": [\n \"\"\n ]\n },\n \"glueRecords\": [\n {\n \"hostName\": \"\",\n \"ipv4Addresses\": [\n \"\"\n ],\n \"ipv6Addresses\": [\n \"\"\n ]\n }\n ],\n \"googleDomainsDns\": {\n \"dsRecords\": [\n {\n \"algorithm\": \"{{oneOf (array 'ALGORITHM_UNSPECIFIED' 'RSAMD5' 'DH' 'DSA' 'ECC' 'RSASHA1' 'DSANSEC3SHA1' 'RSASHA1NSEC3SHA1' 'RSASHA256' 'RSASHA512' 'ECCGOST' 'ECDSAP256SHA256' 'ECDSAP384SHA384' 'ED25519' 'ED448' 'INDIRECT' 'PRIVATEDNS' 'PRIVATEOID')}}\",\n \"digest\": \"\",\n \"digestType\": \"{{oneOf (array 'DIGEST_TYPE_UNSPECIFIED' 'SHA1' 'SHA256' 'GOST3411' 'SHA384')}}\",\n \"keyTag\": {{faker 'number.int' max=99999}}\n }\n ],\n \"dsState\": \"{{oneOf (array 'DS_STATE_UNSPECIFIED' 'DS_RECORDS_UNPUBLISHED' 'DS_RECORDS_PUBLISHED')}}\",\n \"nameServers\": [\n \"\"\n ]\n }\n },\n \"domainName\": \"\",\n \"expireTime\": \"\",\n \"issues\": [\n \"{{oneOf (array 'ISSUE_UNSPECIFIED' 'CONTACT_SUPPORT' 'UNVERIFIED_EMAIL')}}\"\n ],\n \"labels\": {},\n \"managementSettings\": {\n \"renewalMethod\": \"{{oneOf (array 'RENEWAL_METHOD_UNSPECIFIED' 'AUTOMATIC_RENEWAL' 'MANUAL_RENEWAL')}}\",\n \"transferLockState\": \"{{oneOf (array 'TRANSFER_LOCK_STATE_UNSPECIFIED' 'UNLOCKED' 'LOCKED')}}\"\n },\n \"name\": \"\",\n \"pendingContactSettings\": {\n \"adminContact\": {\n \"email\": \"\",\n \"faxNumber\": \"\",\n \"phoneNumber\": \"\",\n \"postalAddress\": {\n \"addressLines\": [\n \"\"\n ],\n \"administrativeArea\": \"\",\n \"languageCode\": \"\",\n \"locality\": \"\",\n \"organization\": \"\",\n \"postalCode\": \"\",\n \"recipients\": [\n \"\"\n ],\n \"regionCode\": \"\",\n \"revision\": {{faker 'number.int' max=99999}},\n \"sortingCode\": \"\",\n \"sublocality\": \"\"\n }\n },\n \"privacy\": \"{{oneOf (array 'CONTACT_PRIVACY_UNSPECIFIED' 'PUBLIC_CONTACT_DATA' 'PRIVATE_CONTACT_DATA' 'REDACTED_CONTACT_DATA')}}\",\n \"registrantContact\": {\n \"email\": \"\",\n \"faxNumber\": \"\",\n \"phoneNumber\": \"\",\n \"postalAddress\": {\n \"addressLines\": [\n \"\"\n ],\n \"administrativeArea\": \"\",\n \"languageCode\": \"\",\n \"locality\": \"\",\n \"organization\": \"\",\n \"postalCode\": \"\",\n \"recipients\": [\n \"\"\n ],\n \"regionCode\": \"\",\n \"revision\": {{faker 'number.int' max=99999}},\n \"sortingCode\": \"\",\n \"sublocality\": \"\"\n }\n },\n \"technicalContact\": {\n \"email\": \"\",\n \"faxNumber\": \"\",\n \"phoneNumber\": \"\",\n \"postalAddress\": {\n \"addressLines\": [\n \"\"\n ],\n \"administrativeArea\": \"\",\n \"languageCode\": \"\",\n \"locality\": \"\",\n \"organization\": \"\",\n \"postalCode\": \"\",\n \"recipients\": [\n \"\"\n ],\n \"regionCode\": \"\",\n \"revision\": {{faker 'number.int' max=99999}},\n \"sortingCode\": \"\",\n \"sublocality\": \"\"\n }\n }\n },\n \"registerFailureReason\": \"{{oneOf (array 'REGISTER_FAILURE_REASON_UNSPECIFIED' 'REGISTER_FAILURE_REASON_UNKNOWN' 'DOMAIN_NOT_AVAILABLE' 'INVALID_CONTACTS')}}\",\n \"state\": \"{{oneOf (array 'STATE_UNSPECIFIED' 'REGISTRATION_PENDING' 'REGISTRATION_FAILED' 'TRANSFER_PENDING' 'TRANSFER_FAILED' 'IMPORT_PENDING' 'ACTIVE' 'SUSPENDED' 'EXPORTED')}}\",\n \"supportedPrivacy\": [\n \"{{oneOf (array 'CONTACT_PRIVACY_UNSPECIFIED' 'PUBLIC_CONTACT_DATA' 'PRIVATE_CONTACT_DATA' 'REDACTED_CONTACT_DATA')}}\"\n ],\n \"transferFailureReason\": \"{{oneOf (array 'TRANSFER_FAILURE_REASON_UNSPECIFIED' 'TRANSFER_FAILURE_REASON_UNKNOWN' 'EMAIL_CONFIRMATION_FAILURE' 'DOMAIN_NOT_REGISTERED' 'DOMAIN_HAS_TRANSFER_LOCK' 'INVALID_AUTHORIZATION_CODE' 'TRANSFER_CANCELLED' 'TRANSFER_REJECTED' 'INVALID_REGISTRANT_EMAIL_ADDRESS' 'DOMAIN_NOT_ELIGIBLE_FOR_TRANSFER' 'TRANSFER_ALREADY_PENDING')}}\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d11e90f6-2793-43f3-bca3-8ab51534acac", "documentation": "Updates select fields of a `Registration` resource, notably `labels`. To update other fields, use the appropriate custom update method: * To update management settings, see `ConfigureManagementSettings` * To update DNS configuration, see `ConfigureDnsSettings` * To update contact information, see `ConfigureContactSettings`", "method": "patch", "endpoint": "v1beta1/:name", "responses": [ { "uuid": "2cde790b-0cff-4eb4-9ba5-033bf3358acf", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a3c57dce-cc30-44d3-a502-8620a816d87c", "documentation": "Lists information about the supported locations for this service.", "method": "get", "endpoint": "v1beta1/:name/locations", "responses": [ { "uuid": "2c486a93-60ce-4930-bfe8-413f61cc3723", "body": "{\n \"locations\": [\n {\n \"displayName\": \"\",\n \"labels\": {},\n \"locationId\": \"\",\n \"metadata\": {},\n \"name\": \"\"\n }\n ],\n \"nextPageToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c5ad1403-5b2b-4e4c-8cd1-f64a741d8c44", "documentation": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding allows API services to override the binding to use different resource name schemes, such as `users/*/operations`. To override the binding, API services can add a binding such as `\"/v1/{name=users/*}/operations\"` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.", "method": "get", "endpoint": "v1beta1/:name/operations", "responses": [ { "uuid": "634f30f8-70cb-4ad0-ad3d-36ec1c40a101", "body": "{\n \"nextPageToken\": \"\",\n \"operations\": [\n {\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e0dd329d-8cc4-4c88-addc-c4aceec0f1d8", "documentation": "Exports a `Registration` resource, such that it is no longer managed by Cloud Domains. When an active domain is successfully exported, you can continue to use the domain in [Google Domains](https://domains.google/) until it expires. The calling user becomes the domain's sole owner in Google Domains, and permissions for the domain are subsequently managed there. The domain does not renew automatically unless the new owner sets up billing in Google Domains.", "method": "post", "endpoint": "v1beta1/:name:export", "responses": [ { "uuid": "f23a252a-538d-480e-aa27-3bbecf14bfbd", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b532fdb3-3dae-4b42-809f-32d533cec3bb", "documentation": "Lists the `Registration` resources in a project.", "method": "get", "endpoint": "v1beta1/:parent/registrations", "responses": [ { "uuid": "952834ee-ae89-4b9a-a4cd-fa05b845e707", "body": "{\n \"nextPageToken\": \"\",\n \"registrations\": [\n {\n \"contactSettings\": {\n \"adminContact\": {\n \"email\": \"\",\n \"faxNumber\": \"\",\n \"phoneNumber\": \"\",\n \"postalAddress\": {\n \"addressLines\": [\n \"\"\n ],\n \"administrativeArea\": \"\",\n \"languageCode\": \"\",\n \"locality\": \"\",\n \"organization\": \"\",\n \"postalCode\": \"\",\n \"recipients\": [\n \"\"\n ],\n \"regionCode\": \"\",\n \"revision\": {{faker 'number.int' max=99999}},\n \"sortingCode\": \"\",\n \"sublocality\": \"\"\n }\n },\n \"privacy\": \"{{oneOf (array 'CONTACT_PRIVACY_UNSPECIFIED' 'PUBLIC_CONTACT_DATA' 'PRIVATE_CONTACT_DATA' 'REDACTED_CONTACT_DATA')}}\",\n \"registrantContact\": {\n \"email\": \"\",\n \"faxNumber\": \"\",\n \"phoneNumber\": \"\",\n \"postalAddress\": {\n \"addressLines\": [\n \"\"\n ],\n \"administrativeArea\": \"\",\n \"languageCode\": \"\",\n \"locality\": \"\",\n \"organization\": \"\",\n \"postalCode\": \"\",\n \"recipients\": [\n \"\"\n ],\n \"regionCode\": \"\",\n \"revision\": {{faker 'number.int' max=99999}},\n \"sortingCode\": \"\",\n \"sublocality\": \"\"\n }\n },\n \"technicalContact\": {\n \"email\": \"\",\n \"faxNumber\": \"\",\n \"phoneNumber\": \"\",\n \"postalAddress\": {\n \"addressLines\": [\n \"\"\n ],\n \"administrativeArea\": \"\",\n \"languageCode\": \"\",\n \"locality\": \"\",\n \"organization\": \"\",\n \"postalCode\": \"\",\n \"recipients\": [\n \"\"\n ],\n \"regionCode\": \"\",\n \"revision\": {{faker 'number.int' max=99999}},\n \"sortingCode\": \"\",\n \"sublocality\": \"\"\n }\n }\n },\n \"createTime\": \"\",\n \"dnsSettings\": {\n \"customDns\": {\n \"dsRecords\": [\n {\n \"algorithm\": \"{{oneOf (array 'ALGORITHM_UNSPECIFIED' 'RSAMD5' 'DH' 'DSA' 'ECC' 'RSASHA1' 'DSANSEC3SHA1' 'RSASHA1NSEC3SHA1' 'RSASHA256' 'RSASHA512' 'ECCGOST' 'ECDSAP256SHA256' 'ECDSAP384SHA384' 'ED25519' 'ED448' 'INDIRECT' 'PRIVATEDNS' 'PRIVATEOID')}}\",\n \"digest\": \"\",\n \"digestType\": \"{{oneOf (array 'DIGEST_TYPE_UNSPECIFIED' 'SHA1' 'SHA256' 'GOST3411' 'SHA384')}}\",\n \"keyTag\": {{faker 'number.int' max=99999}}\n }\n ],\n \"nameServers\": [\n \"\"\n ]\n },\n \"glueRecords\": [\n {\n \"hostName\": \"\",\n \"ipv4Addresses\": [\n \"\"\n ],\n \"ipv6Addresses\": [\n \"\"\n ]\n }\n ],\n \"googleDomainsDns\": {\n \"dsRecords\": [\n {\n \"algorithm\": \"{{oneOf (array 'ALGORITHM_UNSPECIFIED' 'RSAMD5' 'DH' 'DSA' 'ECC' 'RSASHA1' 'DSANSEC3SHA1' 'RSASHA1NSEC3SHA1' 'RSASHA256' 'RSASHA512' 'ECCGOST' 'ECDSAP256SHA256' 'ECDSAP384SHA384' 'ED25519' 'ED448' 'INDIRECT' 'PRIVATEDNS' 'PRIVATEOID')}}\",\n \"digest\": \"\",\n \"digestType\": \"{{oneOf (array 'DIGEST_TYPE_UNSPECIFIED' 'SHA1' 'SHA256' 'GOST3411' 'SHA384')}}\",\n \"keyTag\": {{faker 'number.int' max=99999}}\n }\n ],\n \"dsState\": \"{{oneOf (array 'DS_STATE_UNSPECIFIED' 'DS_RECORDS_UNPUBLISHED' 'DS_RECORDS_PUBLISHED')}}\",\n \"nameServers\": [\n \"\"\n ]\n }\n },\n \"domainName\": \"\",\n \"expireTime\": \"\",\n \"issues\": [\n \"{{oneOf (array 'ISSUE_UNSPECIFIED' 'CONTACT_SUPPORT' 'UNVERIFIED_EMAIL')}}\"\n ],\n \"labels\": {},\n \"managementSettings\": {\n \"renewalMethod\": \"{{oneOf (array 'RENEWAL_METHOD_UNSPECIFIED' 'AUTOMATIC_RENEWAL' 'MANUAL_RENEWAL')}}\",\n \"transferLockState\": \"{{oneOf (array 'TRANSFER_LOCK_STATE_UNSPECIFIED' 'UNLOCKED' 'LOCKED')}}\"\n },\n \"name\": \"\",\n \"pendingContactSettings\": {\n \"adminContact\": {\n \"email\": \"\",\n \"faxNumber\": \"\",\n \"phoneNumber\": \"\",\n \"postalAddress\": {\n \"addressLines\": [\n \"\"\n ],\n \"administrativeArea\": \"\",\n \"languageCode\": \"\",\n \"locality\": \"\",\n \"organization\": \"\",\n \"postalCode\": \"\",\n \"recipients\": [\n \"\"\n ],\n \"regionCode\": \"\",\n \"revision\": {{faker 'number.int' max=99999}},\n \"sortingCode\": \"\",\n \"sublocality\": \"\"\n }\n },\n \"privacy\": \"{{oneOf (array 'CONTACT_PRIVACY_UNSPECIFIED' 'PUBLIC_CONTACT_DATA' 'PRIVATE_CONTACT_DATA' 'REDACTED_CONTACT_DATA')}}\",\n \"registrantContact\": {\n \"email\": \"\",\n \"faxNumber\": \"\",\n \"phoneNumber\": \"\",\n \"postalAddress\": {\n \"addressLines\": [\n \"\"\n ],\n \"administrativeArea\": \"\",\n \"languageCode\": \"\",\n \"locality\": \"\",\n \"organization\": \"\",\n \"postalCode\": \"\",\n \"recipients\": [\n \"\"\n ],\n \"regionCode\": \"\",\n \"revision\": {{faker 'number.int' max=99999}},\n \"sortingCode\": \"\",\n \"sublocality\": \"\"\n }\n },\n \"technicalContact\": {\n \"email\": \"\",\n \"faxNumber\": \"\",\n \"phoneNumber\": \"\",\n \"postalAddress\": {\n \"addressLines\": [\n \"\"\n ],\n \"administrativeArea\": \"\",\n \"languageCode\": \"\",\n \"locality\": \"\",\n \"organization\": \"\",\n \"postalCode\": \"\",\n \"recipients\": [\n \"\"\n ],\n \"regionCode\": \"\",\n \"revision\": {{faker 'number.int' max=99999}},\n \"sortingCode\": \"\",\n \"sublocality\": \"\"\n }\n }\n },\n \"registerFailureReason\": \"{{oneOf (array 'REGISTER_FAILURE_REASON_UNSPECIFIED' 'REGISTER_FAILURE_REASON_UNKNOWN' 'DOMAIN_NOT_AVAILABLE' 'INVALID_CONTACTS')}}\",\n \"state\": \"{{oneOf (array 'STATE_UNSPECIFIED' 'REGISTRATION_PENDING' 'REGISTRATION_FAILED' 'TRANSFER_PENDING' 'TRANSFER_FAILED' 'IMPORT_PENDING' 'ACTIVE' 'SUSPENDED' 'EXPORTED')}}\",\n \"supportedPrivacy\": [\n \"{{oneOf (array 'CONTACT_PRIVACY_UNSPECIFIED' 'PUBLIC_CONTACT_DATA' 'PRIVATE_CONTACT_DATA' 'REDACTED_CONTACT_DATA')}}\"\n ],\n \"transferFailureReason\": \"{{oneOf (array 'TRANSFER_FAILURE_REASON_UNSPECIFIED' 'TRANSFER_FAILURE_REASON_UNKNOWN' 'EMAIL_CONFIRMATION_FAILURE' 'DOMAIN_NOT_REGISTERED' 'DOMAIN_HAS_TRANSFER_LOCK' 'INVALID_AUTHORIZATION_CODE' 'TRANSFER_CANCELLED' 'TRANSFER_REJECTED' 'INVALID_REGISTRANT_EMAIL_ADDRESS' 'DOMAIN_NOT_ELIGIBLE_FOR_TRANSFER' 'TRANSFER_ALREADY_PENDING')}}\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "74ce4695-b9ce-4a11-90f6-17eb3eb051d3", "documentation": "Imports a domain name from [Google Domains](https://domains.google/) for use in Cloud Domains. To transfer a domain from another registrar, use the `TransferDomain` method instead. Since individual users can own domains in Google Domains, the calling user must have ownership permission on the domain.", "method": "post", "endpoint": "v1beta1/:parent/registrations:import", "responses": [ { "uuid": "d77762b4-0b30-4055-a19e-2216d3c87c35", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1668797e-2aa1-4e69-8b53-abd3e96ce4bd", "documentation": "Registers a new domain name and creates a corresponding `Registration` resource. Call `RetrieveRegisterParameters` first to check availability of the domain name and determine parameters like price that are needed to build a call to this method. A successful call creates a `Registration` resource in state `REGISTRATION_PENDING`, which resolves to `ACTIVE` within 1-2 minutes, indicating that the domain was successfully registered. If the resource ends up in state `REGISTRATION_FAILED`, it indicates that the domain was not registered successfully, and you can safely delete the resource and retry registration.", "method": "post", "endpoint": "v1beta1/:parent/registrations:register", "responses": [ { "uuid": "8689b6a7-fb81-467b-95a9-8f2737cba3fc", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1f7ffa05-c1d3-40c8-8fd9-363dbf2aeb12", "documentation": "Transfers a domain name from another registrar to Cloud Domains. For domains already managed by [Google Domains](https://domains.google/), use `ImportDomain` instead. Before calling this method, go to the domain's current registrar to unlock the domain for transfer and retrieve the domain's transfer authorization code. Then call `RetrieveTransferParameters` to confirm that the domain is unlocked and to get values needed to build a call to this method. A successful call creates a `Registration` resource in state `TRANSFER_PENDING`. It can take several days to complete the transfer process. The registrant can often speed up this process by approving the transfer through the current registrar, either by clicking a link in an email from the registrar or by visiting the registrar's website. A few minutes after transfer approval, the resource transitions to state `ACTIVE`, indicating that the transfer was successful. If the transfer is rejected or the request expires without being approved, the resource can end up in state `TRANSFER_FAILED`. If transfer fails, you can safely delete the resource and retry the transfer.", "method": "post", "endpoint": "v1beta1/:parent/registrations:transfer", "responses": [ { "uuid": "339e2c05-1325-4122-8577-7c4d08a84dce", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9d5b6e46-7ad8-4f11-9e37-a2761a9170fe", "documentation": "Updates a `Registration`'s contact settings. Some changes require confirmation by the domain's registrant contact .", "method": "post", "endpoint": "v1beta1/:registration:configureContactSettings", "responses": [ { "uuid": "aeeacf13-1270-40b9-b2bd-9bd4960c8fce", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c3e9ad18-2257-49da-a2ae-e40d05f98e6f", "documentation": "Updates a `Registration`'s DNS settings.", "method": "post", "endpoint": "v1beta1/:registration:configureDnsSettings", "responses": [ { "uuid": "14157210-3b90-4be4-9e2d-e0c8b7f44fb7", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "73572726-e352-4d73-9584-70ffba1403ec", "documentation": "Updates a `Registration`'s management settings.", "method": "post", "endpoint": "v1beta1/:registration:configureManagementSettings", "responses": [ { "uuid": "c93a81a9-ccaf-4eb2-902c-65d8c30e9e22", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bb294c0b-5368-41d9-8804-7d637aacd045", "documentation": "Resets the authorization code of the `Registration` to a new random string. You can call this method only after 60 days have elapsed since the initial domain registration.", "method": "post", "endpoint": "v1beta1/:registration:resetAuthorizationCode", "responses": [ { "uuid": "af2da753-b895-46af-9254-feb47b0f0cbb", "body": "{\n \"code\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "83c34889-3dc9-4fb7-8e7a-ed1b21a4abb3", "documentation": "Gets the authorization code of the `Registration` for the purpose of transferring the domain to another registrar. You can call this method only after 60 days have elapsed since the initial domain registration.", "method": "get", "endpoint": "v1beta1/:registration:retrieveAuthorizationCode", "responses": [ { "uuid": "e5229d8f-0ea1-4224-bc51-d4753312b2e1", "body": "{\n \"code\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9ee736be-0b47-4f65-be1c-00a3ba8d4477", "documentation": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.", "method": "get", "endpoint": "v1beta1/:resource:getIamPolicy", "responses": [ { "uuid": "5300f520-79da-4463-b4e7-6449c1592dc9", "body": "{\n \"auditConfigs\": [\n {\n \"auditLogConfigs\": [\n {\n \"exemptedMembers\": [\n \"\"\n ],\n \"logType\": \"{{oneOf (array 'LOG_TYPE_UNSPECIFIED' 'ADMIN_READ' 'DATA_WRITE' 'DATA_READ')}}\"\n }\n ],\n \"service\": \"\"\n }\n ],\n \"bindings\": [\n {\n \"condition\": {\n \"description\": \"\",\n \"expression\": \"\",\n \"location\": \"\",\n \"title\": \"\"\n },\n \"members\": [\n \"\"\n ],\n \"role\": \"\"\n }\n ],\n \"etag\": \"\",\n \"version\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "43d202cd-00f8-4e9a-8d95-7b0674a60256", "documentation": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.", "method": "post", "endpoint": "v1beta1/:resource:setIamPolicy", "responses": [ { "uuid": "f45b5dc0-704e-47fe-a3a1-5cb70be30428", "body": "{\n \"auditConfigs\": [\n {\n \"auditLogConfigs\": [\n {\n \"exemptedMembers\": [\n \"\"\n ],\n \"logType\": \"{{oneOf (array 'LOG_TYPE_UNSPECIFIED' 'ADMIN_READ' 'DATA_WRITE' 'DATA_READ')}}\"\n }\n ],\n \"service\": \"\"\n }\n ],\n \"bindings\": [\n {\n \"condition\": {\n \"description\": \"\",\n \"expression\": \"\",\n \"location\": \"\",\n \"title\": \"\"\n },\n \"members\": [\n \"\"\n ],\n \"role\": \"\"\n }\n ],\n \"etag\": \"\",\n \"version\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4d401441-bbd7-4167-93b0-42e112e7d2f4", "documentation": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.", "method": "post", "endpoint": "v1beta1/:resource:testIamPermissions", "responses": [ { "uuid": "863fa664-bb4a-45b9-bf7b-5bd0780716a8", "body": "{\n \"permissions\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "1f4cfc97-f336-436a-acfa-abda38a3e7e5" }, { "type": "route", "uuid": "52472c33-c186-4008-b969-b03b8910cbe1" }, { "type": "route", "uuid": "8d4f7c95-1481-4455-b17d-cad7974a0fee" }, { "type": "route", "uuid": "8aa3d274-31ad-409c-807d-db6853aa7c20" }, { "type": "route", "uuid": "77533fb7-4c80-4c43-bad2-1b963cf4036e" }, { "type": "route", "uuid": "2396624a-addc-4c58-8938-f5d72d3620e2" }, { "type": "route", "uuid": "d11e90f6-2793-43f3-bca3-8ab51534acac" }, { "type": "route", "uuid": "a3c57dce-cc30-44d3-a502-8620a816d87c" }, { "type": "route", "uuid": "c5ad1403-5b2b-4e4c-8cd1-f64a741d8c44" }, { "type": "route", "uuid": "e0dd329d-8cc4-4c88-addc-c4aceec0f1d8" }, { "type": "route", "uuid": "b532fdb3-3dae-4b42-809f-32d533cec3bb" }, { "type": "route", "uuid": "74ce4695-b9ce-4a11-90f6-17eb3eb051d3" }, { "type": "route", "uuid": "1668797e-2aa1-4e69-8b53-abd3e96ce4bd" }, { "type": "route", "uuid": "1f7ffa05-c1d3-40c8-8fd9-363dbf2aeb12" }, { "type": "route", "uuid": "9d5b6e46-7ad8-4f11-9e37-a2761a9170fe" }, { "type": "route", "uuid": "c3e9ad18-2257-49da-a2ae-e40d05f98e6f" }, { "type": "route", "uuid": "73572726-e352-4d73-9584-70ffba1403ec" }, { "type": "route", "uuid": "bb294c0b-5368-41d9-8804-7d637aacd045" }, { "type": "route", "uuid": "83c34889-3dc9-4fb7-8e7a-ed1b21a4abb3" }, { "type": "route", "uuid": "9ee736be-0b47-4f65-be1c-00a3ba8d4477" }, { "type": "route", "uuid": "43d202cd-00f8-4e9a-8d95-7b0674a60256" }, { "type": "route", "uuid": "4d401441-bbd7-4167-93b0-42e112e7d2f4" } ] }