Show / Hide Table of Contents

Class DomainsResource.GetRequest

Gets a specific domain registered by the client. Returns NOT_FOUND if the domain does not exist.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<Domain>
PostmasterToolsBaseServiceRequest<Domain>
DomainsResource.GetRequest
Implements
IClientServiceRequest<Domain>
IClientServiceRequest
Inherited Members
PostmasterToolsBaseServiceRequest<Domain>.Xgafv
PostmasterToolsBaseServiceRequest<Domain>.AccessToken
PostmasterToolsBaseServiceRequest<Domain>.Alt
PostmasterToolsBaseServiceRequest<Domain>.Callback
PostmasterToolsBaseServiceRequest<Domain>.Fields
PostmasterToolsBaseServiceRequest<Domain>.Key
PostmasterToolsBaseServiceRequest<Domain>.OauthToken
PostmasterToolsBaseServiceRequest<Domain>.PrettyPrint
PostmasterToolsBaseServiceRequest<Domain>.QuotaUser
PostmasterToolsBaseServiceRequest<Domain>.UploadType
PostmasterToolsBaseServiceRequest<Domain>.UploadProtocol
ClientServiceRequest<Domain>.Execute()
ClientServiceRequest<Domain>.ExecuteAsStream()
ClientServiceRequest<Domain>.ExecuteAsync()
ClientServiceRequest<Domain>.ExecuteAsync(CancellationToken)
ClientServiceRequest<Domain>.ExecuteAsStreamAsync()
ClientServiceRequest<Domain>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<Domain>.CreateRequest(bool?)
ClientServiceRequest<Domain>.GenerateRequestUri()
ClientServiceRequest<Domain>.GetBody()
ClientServiceRequest<Domain>.GetDefaultETagAction(string)
ClientServiceRequest<Domain>.ETagAction
ClientServiceRequest<Domain>.ModifyRequest
ClientServiceRequest<Domain>.ValidateParameters
ClientServiceRequest<Domain>.ApiVersion
ClientServiceRequest<Domain>.RequestParameters
ClientServiceRequest<Domain>.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.GetRequest : PostmasterToolsBaseServiceRequest<Domain>, IClientServiceRequest<Domain>, IClientServiceRequest

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

The resource name of the domain. It should have the form domains/{domain_name}, where domain_name is the fully qualified domain name.

Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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