com.google.api.gax.longrunning.OperationFuture<Registration,OperationMetadata> |
DomainsClient.configureContactSettingsAsync(RegistrationName registration,
ContactSettings contactSettings,
com.google.protobuf.FieldMask updateMask) |
Updates a `Registration`'s contact settings.
|
com.google.api.gax.longrunning.OperationFuture<Registration,OperationMetadata> |
DomainsClient.configureDnsSettingsAsync(RegistrationName registration,
DnsSettings dnsSettings,
com.google.protobuf.FieldMask updateMask) |
Updates a `Registration`'s DNS settings.
|
com.google.api.gax.longrunning.OperationFuture<Registration,OperationMetadata> |
DomainsClient.configureManagementSettingsAsync(RegistrationName registration,
ManagementSettings managementSettings,
com.google.protobuf.FieldMask updateMask) |
Updates a `Registration`'s management settings.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata> |
DomainsClient.deleteRegistrationAsync(RegistrationName name) |
Deletes a `Registration` resource.
|
com.google.api.gax.longrunning.OperationFuture<Registration,OperationMetadata> |
DomainsClient.exportRegistrationAsync(RegistrationName name) |
Exports a `Registration` resource, such that it is no longer managed by Cloud Domains.
|
Registration |
DomainsClient.getRegistration(RegistrationName name) |
Gets the details of a `Registration` resource.
|
AuthorizationCode |
DomainsClient.resetAuthorizationCode(RegistrationName registration) |
Resets the authorization code of the `Registration` to a new random string.
|
AuthorizationCode |
DomainsClient.retrieveAuthorizationCode(RegistrationName registration) |
Gets the authorization code of the `Registration` for the purpose of transferring the domain to
another registrar.
|