ProjectsLocationsRegistrationsResource class

Constructors

ProjectsLocationsRegistrationsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

configureContactSettings(ConfigureContactSettingsRequest request, String registration, {String? $fields}) Future<Operation>
Updates a Registration's contact settings.
configureDnsSettings(ConfigureDnsSettingsRequest request, String registration, {String? $fields}) Future<Operation>
Updates a Registration's DNS settings.
configureManagementSettings(ConfigureManagementSettingsRequest request, String registration, {String? $fields}) Future<Operation>
Updates a Registration's management settings.
delete(String name, {String? $fields}) Future<Operation>
Deletes a Registration resource.
export(ExportRegistrationRequest request, String name, {String? $fields}) Future<Operation>
Deprecated: For more information, see Cloud Domains feature deprecation Exports a Registration resource, such that it is no longer managed by Cloud Domains.
get(String name, {String? $fields}) Future<Registration>
Gets the details of a Registration resource.
getIamPolicy(String resource, {int? options_requestedPolicyVersion, String? $fields}) Future<Policy>
Gets the access control policy for a resource.
import(ImportDomainRequest request, String parent, {String? $fields}) Future<Operation>
Deprecated: For more information, see Cloud Domains feature deprecation Imports a domain name from Google Domains for use in Cloud Domains.
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields}) Future<ListRegistrationsResponse>
Lists the Registration resources in a project.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Registration request, String name, {String? updateMask, String? $fields}) Future<Operation>
Updates select fields of a Registration resource, notably labels.
register(RegisterDomainRequest request, String parent, {String? $fields}) Future<Operation>
Registers a new domain name and creates a corresponding Registration resource.
resetAuthorizationCode(ResetAuthorizationCodeRequest request, String registration, {String? $fields}) Future<AuthorizationCode>
Resets the authorization code of the Registration to a new random string.
retrieveAuthorizationCode(String registration, {String? $fields}) Future<AuthorizationCode>
Gets the authorization code of the Registration for the purpose of transferring the domain to another registrar.
retrieveImportableDomains(String location, {int? pageSize, String? pageToken, String? $fields}) Future<RetrieveImportableDomainsResponse>
Deprecated: For more information, see Cloud Domains feature deprecation Lists domain names from Google Domains that can be imported to Cloud Domains using the ImportDomain method.
retrieveRegisterParameters(String location, {String? domainName, String? $fields}) Future<RetrieveRegisterParametersResponse>
Gets parameters needed to register a new domain name, including price and up-to-date availability.
retrieveTransferParameters(String location, {String? domainName, String? $fields}) Future<RetrieveTransferParametersResponse>
Deprecated: For more information, see Cloud Domains feature deprecation Gets parameters needed to transfer a domain name from another registrar to Cloud Domains.
searchDomains(String location, {String? query, String? $fields}) Future<SearchDomainsResponse>
Searches for available domain names similar to the provided query.
setIamPolicy(SetIamPolicyRequest request, String resource, {String? $fields}) Future<Policy>
Sets the access control policy on the specified resource.
testIamPermissions(TestIamPermissionsRequest request, String resource, {String? $fields}) Future<TestIamPermissionsResponse>
Returns permissions that a caller has on the specified resource.
toString() String
A string representation of this object.
inherited
transfer(TransferDomainRequest request, String parent, {String? $fields}) Future<Operation>
Deprecated: For more information, see Cloud Domains feature deprecation Transfers a domain name from another registrar to Cloud Domains.

Operators

operator ==(Object other) bool
The equality operator.
inherited