Class ProjectsResource.LocationsResource.RegistrationsResource.ConfigureContactSettingsRequest
Updates a Registration
's contact settings. Some changes require confirmation by the domain's
registrant contact . Caution: Please consider carefully any changes to contact privacy settings when
changing from REDACTED_CONTACT_DATA
to PUBLIC_CONTACT_DATA.
There may be a delay in reflecting
updates you make to registrant contact information such that any changes you make to contact privacy
(including from REDACTED_CONTACT_DATA
to PUBLIC_CONTACT_DATA
) will be applied without delay but
changes to registrant contact information may take a limited time to be publicized. This means that
changes to contact privacy from REDACTED_CONTACT_DATA
to PUBLIC_CONTACT_DATA
may make the
previous registrant contact data public until the modified registrant contact details are published.
Inheritance
Inherited Members
Namespace: Google.Apis.CloudDomains.v1beta1
Assembly: Google.Apis.CloudDomains.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.RegistrationsResource.ConfigureContactSettingsRequest : CloudDomainsBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
ConfigureContactSettingsRequest(IClientService, ConfigureContactSettingsRequest, string)
Constructs a new ConfigureContactSettings request.
Declaration
public ConfigureContactSettingsRequest(IClientService service, ConfigureContactSettingsRequest body, string registration)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
ConfigureContactSettingsRequest | body | |
string | registration |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Registration
Required. The name of the Registration
whose contact settings are being updated, in the format
projects/*/locations/*/registrations/*
.
Declaration
[RequestParameter("registration", RequestParameterType.Path)]
public virtual string Registration { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes ConfigureContactSettings parameter list.
Declaration
protected override void InitParameters()