Class ProjectsResource.LocationsResource.RegistrationsResource.RetrieveGoogleDomainsForwardingConfigRequest
Lists the deprecated domain and email forwarding configurations you set up in the deprecated Google
Domains UI. The configuration is present only for domains with the
google_domains_redirects_data_available
set to true
in the Registration
's dns_settings
. A
forwarding configuration might not work correctly if required DNS records are not present in the
domain's authoritative DNS Zone.
Inheritance
ProjectsResource.LocationsResource.RegistrationsResource.RetrieveGoogleDomainsForwardingConfigRequest
Implements
Inherited Members
Namespace: Google.Apis.CloudDomains.v1beta1
Assembly: Google.Apis.CloudDomains.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.RegistrationsResource.RetrieveGoogleDomainsForwardingConfigRequest : CloudDomainsBaseServiceRequest<RetrieveGoogleDomainsForwardingConfigResponse>, IClientServiceRequest<RetrieveGoogleDomainsForwardingConfigResponse>, IClientServiceRequest
Constructors
RetrieveGoogleDomainsForwardingConfigRequest(IClientService, string)
Constructs a new RetrieveGoogleDomainsForwardingConfig request.
Declaration
public RetrieveGoogleDomainsForwardingConfigRequest(IClientService service, string registration)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
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 Google Domains forwarding configuration details
are being retrieved, 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
InitParameters()
Initializes RetrieveGoogleDomainsForwardingConfig parameter list.
Declaration
protected override void InitParameters()