Show / Hide Table of Contents

Class DomainsResource.ListRequest

Lists the domains that have been registered by the client. The order of domains in the response is unspecified and non-deterministic. Newly created domains will not necessarily be added to the end of this list.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListDomainsResponse>
PostmasterToolsBaseServiceRequest<ListDomainsResponse>
DomainsResource.ListRequest
Implements
IClientServiceRequest<ListDomainsResponse>
IClientServiceRequest
Inherited Members
PostmasterToolsBaseServiceRequest<ListDomainsResponse>.Xgafv
PostmasterToolsBaseServiceRequest<ListDomainsResponse>.AccessToken
PostmasterToolsBaseServiceRequest<ListDomainsResponse>.Alt
PostmasterToolsBaseServiceRequest<ListDomainsResponse>.Callback
PostmasterToolsBaseServiceRequest<ListDomainsResponse>.Fields
PostmasterToolsBaseServiceRequest<ListDomainsResponse>.Key
PostmasterToolsBaseServiceRequest<ListDomainsResponse>.OauthToken
PostmasterToolsBaseServiceRequest<ListDomainsResponse>.PrettyPrint
PostmasterToolsBaseServiceRequest<ListDomainsResponse>.QuotaUser
PostmasterToolsBaseServiceRequest<ListDomainsResponse>.UploadType
PostmasterToolsBaseServiceRequest<ListDomainsResponse>.UploadProtocol
ClientServiceRequest<ListDomainsResponse>.Execute()
ClientServiceRequest<ListDomainsResponse>.ExecuteAsStream()
ClientServiceRequest<ListDomainsResponse>.ExecuteAsync()
ClientServiceRequest<ListDomainsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListDomainsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListDomainsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListDomainsResponse>.CreateRequest(bool?)
ClientServiceRequest<ListDomainsResponse>.GenerateRequestUri()
ClientServiceRequest<ListDomainsResponse>.GetBody()
ClientServiceRequest<ListDomainsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListDomainsResponse>.ETagAction
ClientServiceRequest<ListDomainsResponse>.ModifyRequest
ClientServiceRequest<ListDomainsResponse>.ValidateParameters
ClientServiceRequest<ListDomainsResponse>.ApiVersion
ClientServiceRequest<ListDomainsResponse>.RequestParameters
ClientServiceRequest<ListDomainsResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.PostmasterTools.v1beta1
Assembly: Google.Apis.PostmasterTools.v1beta1.dll
Syntax
public class DomainsResource.ListRequest : PostmasterToolsBaseServiceRequest<ListDomainsResponse>, IClientServiceRequest<ListDomainsResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService)

Constructs a new List request.

Declaration
public ListRequest(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListDomainsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListDomainsResponse>.MethodName

PageSize

Requested page size. Server may return fewer domains than requested. If unspecified, server will pick an appropriate default.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

The next_page_token value returned from a previous List request, if any. This is the value of ListDomainsResponse.next_page_token returned from the previous call to ListDomains method.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListDomainsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
PostmasterToolsBaseServiceRequest<ListDomainsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX