public sealed class DomainsClientImpl : DomainsClient
Reference documentation and code samples for the Cloud Domains v1beta1 API class DomainsClientImpl.
Domains client wrapper implementation, for convenient use.
Namespace
Google.Cloud.Domains.V1Beta1Assembly
Google.Cloud.Domains.V1Beta1.dll
Remarks
The Cloud Domains API enables management and configuration of domain names.
Constructors
DomainsClientImpl(DomainsClient, DomainsSettings, ILogger)
public DomainsClientImpl(Domains.DomainsClient grpcClient, DomainsSettings settings, ILogger logger)
Constructs a client wrapper for the Domains service, with the specified gRPC client and settings.
Parameters | |
---|---|
Name | Description |
grpcClient |
DomainsDomainsClient The underlying gRPC client. |
settings |
DomainsSettings The base DomainsSettings used within this client. |
logger |
ILogger Optional ILogger to use within this client. |
Properties
ConfigureContactSettingsOperationsClient
public override OperationsClient ConfigureContactSettingsOperationsClient { get; }
The long-running operations client for ConfigureContactSettings
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
ConfigureDnsSettingsOperationsClient
public override OperationsClient ConfigureDnsSettingsOperationsClient { get; }
The long-running operations client for ConfigureDnsSettings
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
ConfigureManagementSettingsOperationsClient
public override OperationsClient ConfigureManagementSettingsOperationsClient { get; }
The long-running operations client for ConfigureManagementSettings
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
DeleteRegistrationOperationsClient
public override OperationsClient DeleteRegistrationOperationsClient { get; }
The long-running operations client for DeleteRegistration
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
ExportRegistrationOperationsClient
public override OperationsClient ExportRegistrationOperationsClient { get; }
The long-running operations client for ExportRegistration
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
GrpcClient
public override Domains.DomainsClient GrpcClient { get; }
The underlying gRPC Domains client
Property Value | |
---|---|
Type | Description |
DomainsDomainsClient |
RegisterDomainOperationsClient
public override OperationsClient RegisterDomainOperationsClient { get; }
The long-running operations client for RegisterDomain
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
TransferDomainOperationsClient
public override OperationsClient TransferDomainOperationsClient { get; }
The long-running operations client for TransferDomain
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
UpdateRegistrationOperationsClient
public override OperationsClient UpdateRegistrationOperationsClient { get; }
The long-running operations client for UpdateRegistration
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
Methods
ConfigureContactSettings(ConfigureContactSettingsRequest, CallSettings)
public override Operation<Registration, OperationMetadata> ConfigureContactSettings(ConfigureContactSettingsRequest request, CallSettings callSettings = null)
Updates a Registration
's contact settings. Some changes require
confirmation by the domain's registrant contact .
Parameters | |
---|---|
Name | Description |
request |
ConfigureContactSettingsRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
OperationRegistrationOperationMetadata |
The RPC response. |
ConfigureContactSettingsAsync(ConfigureContactSettingsRequest, CallSettings)
public override Task<Operation<Registration, OperationMetadata>> ConfigureContactSettingsAsync(ConfigureContactSettingsRequest request, CallSettings callSettings = null)
Updates a Registration
's contact settings. Some changes require
confirmation by the domain's registrant contact .
Parameters | |
---|---|
Name | Description |
request |
ConfigureContactSettingsRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationRegistrationOperationMetadata |
A Task containing the RPC response. |
ConfigureDnsSettings(ConfigureDnsSettingsRequest, CallSettings)
public override Operation<Registration, OperationMetadata> ConfigureDnsSettings(ConfigureDnsSettingsRequest request, CallSettings callSettings = null)
Updates a Registration
's DNS settings.
Parameters | |
---|---|
Name | Description |
request |
ConfigureDnsSettingsRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
OperationRegistrationOperationMetadata |
The RPC response. |
ConfigureDnsSettingsAsync(ConfigureDnsSettingsRequest, CallSettings)
public override Task<Operation<Registration, OperationMetadata>> ConfigureDnsSettingsAsync(ConfigureDnsSettingsRequest request, CallSettings callSettings = null)
Updates a Registration
's DNS settings.
Parameters | |
---|---|
Name | Description |
request |
ConfigureDnsSettingsRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationRegistrationOperationMetadata |
A Task containing the RPC response. |
ConfigureManagementSettings(ConfigureManagementSettingsRequest, CallSettings)
public override Operation<Registration, OperationMetadata> ConfigureManagementSettings(ConfigureManagementSettingsRequest request, CallSettings callSettings = null)
Updates a Registration
's management settings.
Parameters | |
---|---|
Name | Description |
request |
ConfigureManagementSettingsRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
OperationRegistrationOperationMetadata |
The RPC response. |
ConfigureManagementSettingsAsync(ConfigureManagementSettingsRequest, CallSettings)
public override Task<Operation<Registration, OperationMetadata>> ConfigureManagementSettingsAsync(ConfigureManagementSettingsRequest request, CallSettings callSettings = null)
Updates a Registration
's management settings.
Parameters | |
---|---|
Name | Description |
request |
ConfigureManagementSettingsRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationRegistrationOperationMetadata |
A Task containing the RPC response. |
DeleteRegistration(DeleteRegistrationRequest, CallSettings)
public override Operation<Empty, OperationMetadata> DeleteRegistration(DeleteRegistrationRequest request, CallSettings callSettings = null)
Deletes a Registration
resource.
This method works on any Registration
resource using Subscription or
Commitment billing, provided that the
resource was created at least 1 day in the past.
For Registration
resources using
Monthly billing, this method works if:
state
isEXPORTED
withexpire_time
in the paststate
isREGISTRATION_FAILED
state
isTRANSFER_FAILED
When an active registration is successfully deleted, you can continue to use the domain in Google Domains 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.
Parameters | |
---|---|
Name | Description |
request |
DeleteRegistrationRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
OperationEmptyOperationMetadata |
The RPC response. |
DeleteRegistrationAsync(DeleteRegistrationRequest, CallSettings)
public override Task<Operation<Empty, OperationMetadata>> DeleteRegistrationAsync(DeleteRegistrationRequest request, CallSettings callSettings = null)
Deletes a Registration
resource.
This method works on any Registration
resource using Subscription or
Commitment billing, provided that the
resource was created at least 1 day in the past.
For Registration
resources using
Monthly billing, this method works if:
state
isEXPORTED
withexpire_time
in the paststate
isREGISTRATION_FAILED
state
isTRANSFER_FAILED
When an active registration is successfully deleted, you can continue to use the domain in Google Domains 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.
Parameters | |
---|---|
Name | Description |
request |
DeleteRegistrationRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationEmptyOperationMetadata |
A Task containing the RPC response. |
ExportRegistration(ExportRegistrationRequest, CallSettings)
public override Operation<Registration, OperationMetadata> ExportRegistration(ExportRegistrationRequest request, CallSettings callSettings = null)
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 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.
Parameters | |
---|---|
Name | Description |
request |
ExportRegistrationRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
OperationRegistrationOperationMetadata |
The RPC response. |
ExportRegistrationAsync(ExportRegistrationRequest, CallSettings)
public override Task<Operation<Registration, OperationMetadata>> ExportRegistrationAsync(ExportRegistrationRequest request, CallSettings callSettings = null)
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 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.
Parameters | |
---|---|
Name | Description |
request |
ExportRegistrationRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationRegistrationOperationMetadata |
A Task containing the RPC response. |
GetRegistration(GetRegistrationRequest, CallSettings)
public override Registration GetRegistration(GetRegistrationRequest request, CallSettings callSettings = null)
Gets the details of a Registration
resource.
Parameters | |
---|---|
Name | Description |
request |
GetRegistrationRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Registration |
The RPC response. |
GetRegistrationAsync(GetRegistrationRequest, CallSettings)
public override Task<Registration> GetRegistrationAsync(GetRegistrationRequest request, CallSettings callSettings = null)
Gets the details of a Registration
resource.
Parameters | |
---|---|
Name | Description |
request |
GetRegistrationRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskRegistration |
A Task containing the RPC response. |
ListRegistrations(ListRegistrationsRequest, CallSettings)
public override PagedEnumerable<ListRegistrationsResponse, Registration> ListRegistrations(ListRegistrationsRequest request, CallSettings callSettings = null)
Lists the Registration
resources in a project.
Parameters | |
---|---|
Name | Description |
request |
ListRegistrationsRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedEnumerableListRegistrationsResponseRegistration |
A pageable sequence of Registration resources. |
ListRegistrationsAsync(ListRegistrationsRequest, CallSettings)
public override PagedAsyncEnumerable<ListRegistrationsResponse, Registration> ListRegistrationsAsync(ListRegistrationsRequest request, CallSettings callSettings = null)
Lists the Registration
resources in a project.
Parameters | |
---|---|
Name | Description |
request |
ListRegistrationsRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedAsyncEnumerableListRegistrationsResponseRegistration |
A pageable asynchronous sequence of Registration resources. |
RegisterDomain(RegisterDomainRequest, CallSettings)
public override Operation<Registration, OperationMetadata> RegisterDomain(RegisterDomainRequest request, CallSettings callSettings = null)
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.
Parameters | |
---|---|
Name | Description |
request |
RegisterDomainRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
OperationRegistrationOperationMetadata |
The RPC response. |
RegisterDomainAsync(RegisterDomainRequest, CallSettings)
public override Task<Operation<Registration, OperationMetadata>> RegisterDomainAsync(RegisterDomainRequest request, CallSettings callSettings = null)
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.
Parameters | |
---|---|
Name | Description |
request |
RegisterDomainRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationRegistrationOperationMetadata |
A Task containing the RPC response. |
ResetAuthorizationCode(ResetAuthorizationCodeRequest, CallSettings)
public override AuthorizationCode ResetAuthorizationCode(ResetAuthorizationCodeRequest request, CallSettings callSettings = null)
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.
Parameters | |
---|---|
Name | Description |
request |
ResetAuthorizationCodeRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
AuthorizationCode |
The RPC response. |
ResetAuthorizationCodeAsync(ResetAuthorizationCodeRequest, CallSettings)
public override Task<AuthorizationCode> ResetAuthorizationCodeAsync(ResetAuthorizationCodeRequest request, CallSettings callSettings = null)
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.
Parameters | |
---|---|
Name | Description |
request |
ResetAuthorizationCodeRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskAuthorizationCode |
A Task containing the RPC response. |
RetrieveAuthorizationCode(RetrieveAuthorizationCodeRequest, CallSettings)
public override AuthorizationCode RetrieveAuthorizationCode(RetrieveAuthorizationCodeRequest request, CallSettings callSettings = null)
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.
Parameters | |
---|---|
Name | Description |
request |
RetrieveAuthorizationCodeRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
AuthorizationCode |
The RPC response. |
RetrieveAuthorizationCodeAsync(RetrieveAuthorizationCodeRequest, CallSettings)
public override Task<AuthorizationCode> RetrieveAuthorizationCodeAsync(RetrieveAuthorizationCodeRequest request, CallSettings callSettings = null)
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.
Parameters | |
---|---|
Name | Description |
request |
RetrieveAuthorizationCodeRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskAuthorizationCode |
A Task containing the RPC response. |
RetrieveRegisterParameters(RetrieveRegisterParametersRequest, CallSettings)
public override RetrieveRegisterParametersResponse RetrieveRegisterParameters(RetrieveRegisterParametersRequest request, CallSettings callSettings = null)
Gets parameters needed to register a new domain name, including price and
up-to-date availability. Use the returned values to call RegisterDomain
.
Parameters | |
---|---|
Name | Description |
request |
RetrieveRegisterParametersRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
RetrieveRegisterParametersResponse |
The RPC response. |
RetrieveRegisterParametersAsync(RetrieveRegisterParametersRequest, CallSettings)
public override Task<RetrieveRegisterParametersResponse> RetrieveRegisterParametersAsync(RetrieveRegisterParametersRequest request, CallSettings callSettings = null)
Gets parameters needed to register a new domain name, including price and
up-to-date availability. Use the returned values to call RegisterDomain
.
Parameters | |
---|---|
Name | Description |
request |
RetrieveRegisterParametersRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskRetrieveRegisterParametersResponse |
A Task containing the RPC response. |
RetrieveTransferParameters(RetrieveTransferParametersRequest, CallSettings)
public override RetrieveTransferParametersResponse RetrieveTransferParameters(RetrieveTransferParametersRequest request, CallSettings callSettings = null)
Gets parameters needed to transfer a domain name from another registrar to Cloud Domains. For domains managed by Google Domains, transferring to Cloud Domains is not supported.
Use the returned values to call TransferDomain
.
Parameters | |
---|---|
Name | Description |
request |
RetrieveTransferParametersRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
RetrieveTransferParametersResponse |
The RPC response. |
RetrieveTransferParametersAsync(RetrieveTransferParametersRequest, CallSettings)
public override Task<RetrieveTransferParametersResponse> RetrieveTransferParametersAsync(RetrieveTransferParametersRequest request, CallSettings callSettings = null)
Gets parameters needed to transfer a domain name from another registrar to Cloud Domains. For domains managed by Google Domains, transferring to Cloud Domains is not supported.
Use the returned values to call TransferDomain
.
Parameters | |
---|---|
Name | Description |
request |
RetrieveTransferParametersRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskRetrieveTransferParametersResponse |
A Task containing the RPC response. |
SearchDomains(SearchDomainsRequest, CallSettings)
public override SearchDomainsResponse SearchDomains(SearchDomainsRequest request, CallSettings callSettings = null)
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.
Parameters | |
---|---|
Name | Description |
request |
SearchDomainsRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
SearchDomainsResponse |
The RPC response. |
SearchDomainsAsync(SearchDomainsRequest, CallSettings)
public override Task<SearchDomainsResponse> SearchDomainsAsync(SearchDomainsRequest request, CallSettings callSettings = null)
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.
Parameters | |
---|---|
Name | Description |
request |
SearchDomainsRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskSearchDomainsResponse |
A Task containing the RPC response. |
TransferDomain(TransferDomainRequest, CallSettings)
public override Operation<Registration, OperationMetadata> TransferDomain(TransferDomainRequest request, CallSettings callSettings = null)
Transfers a domain name from another registrar to Cloud Domains. For domains managed by Google Domains, transferring to Cloud Domains is not supported.
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.
Parameters | |
---|---|
Name | Description |
request |
TransferDomainRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
OperationRegistrationOperationMetadata |
The RPC response. |
TransferDomainAsync(TransferDomainRequest, CallSettings)
public override Task<Operation<Registration, OperationMetadata>> TransferDomainAsync(TransferDomainRequest request, CallSettings callSettings = null)
Transfers a domain name from another registrar to Cloud Domains. For domains managed by Google Domains, transferring to Cloud Domains is not supported.
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.
Parameters | |
---|---|
Name | Description |
request |
TransferDomainRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationRegistrationOperationMetadata |
A Task containing the RPC response. |
UpdateRegistration(UpdateRegistrationRequest, CallSettings)
public override Operation<Registration, OperationMetadata> UpdateRegistration(UpdateRegistrationRequest request, CallSettings callSettings = null)
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
Parameters | |
---|---|
Name | Description |
request |
UpdateRegistrationRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
OperationRegistrationOperationMetadata |
The RPC response. |
UpdateRegistrationAsync(UpdateRegistrationRequest, CallSettings)
public override Task<Operation<Registration, OperationMetadata>> UpdateRegistrationAsync(UpdateRegistrationRequest request, CallSettings callSettings = null)
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
Parameters | |
---|---|
Name | Description |
request |
UpdateRegistrationRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationRegistrationOperationMetadata |
A Task containing the RPC response. |