Class ProjectsResource.LocationsResource.RegistrationsResource.RetrieveGoogleDomainsDnsRecordsRequest
Lists the DNS records from the Google Domains DNS zone for domains that use the deprecated
google_domains_dns
in the Registration
's dns_settings
.
Inheritance
ProjectsResource.LocationsResource.RegistrationsResource.RetrieveGoogleDomainsDnsRecordsRequest
Inherited Members
Namespace: Google.Apis.CloudDomains.v1
Assembly: Google.Apis.CloudDomains.v1.dll
Syntax
public class ProjectsResource.LocationsResource.RegistrationsResource.RetrieveGoogleDomainsDnsRecordsRequest : CloudDomainsBaseServiceRequest<RetrieveGoogleDomainsDnsRecordsResponse>, IClientServiceRequest<RetrieveGoogleDomainsDnsRecordsResponse>, IClientServiceRequest
Constructors
RetrieveGoogleDomainsDnsRecordsRequest(IClientService, string)
Constructs a new RetrieveGoogleDomainsDnsRecords request.
Declaration
public RetrieveGoogleDomainsDnsRecordsRequest(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
PageSize
Optional. Maximum number of results to return.
Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
PageToken
Optional. When set to the next_page_token
from a prior response, provides the next page of
results.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Registration
Required. The name of the Registration
whose Google Domains DNS records details you are
retrieving, 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 RetrieveGoogleDomainsDnsRecords parameter list.
Declaration
protected override void InitParameters()