Show / Hide Table of Contents

Class ProjectsResource.GetRequest

Fetches the representation of an existing Project.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<Project>
DnsBaseServiceRequest<Project>
ProjectsResource.GetRequest
Implements
IClientServiceRequest<Project>
IClientServiceRequest
Inherited Members
DnsBaseServiceRequest<Project>.Xgafv
DnsBaseServiceRequest<Project>.AccessToken
DnsBaseServiceRequest<Project>.Alt
DnsBaseServiceRequest<Project>.Callback
DnsBaseServiceRequest<Project>.Fields
DnsBaseServiceRequest<Project>.Key
DnsBaseServiceRequest<Project>.OauthToken
DnsBaseServiceRequest<Project>.PrettyPrint
DnsBaseServiceRequest<Project>.QuotaUser
DnsBaseServiceRequest<Project>.UploadType
DnsBaseServiceRequest<Project>.UploadProtocol
ClientServiceRequest<Project>.Execute()
ClientServiceRequest<Project>.ExecuteAsStream()
ClientServiceRequest<Project>.ExecuteAsync()
ClientServiceRequest<Project>.ExecuteAsync(CancellationToken)
ClientServiceRequest<Project>.ExecuteAsStreamAsync()
ClientServiceRequest<Project>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<Project>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<Project>.GenerateRequestUri()
ClientServiceRequest<Project>.GetBody()
ClientServiceRequest<Project>.GetDefaultETagAction(String)
ClientServiceRequest<Project>.ETagAction
ClientServiceRequest<Project>.ModifyRequest
ClientServiceRequest<Project>.ValidateParameters
ClientServiceRequest<Project>.RequestParameters
ClientServiceRequest<Project>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dns.v1beta2
Assembly: Google.Apis.Dns.v1beta2.dll
Syntax
public class GetRequest : DnsBaseServiceRequest<Project>, IClientServiceRequest<Project>, IClientServiceRequest

Constructors

GetRequest(IClientService, String)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string project)
Parameters
Type Name Description
IClientService service
System.String project

Properties

ClientOperationId

For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.

Declaration
[RequestParameter("clientOperationId", RequestParameterType.Query)]
public virtual string ClientOperationId { get; set; }
Property Value
Type Description
System.String

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dns.v1beta2.Data.Project>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dns.v1beta2.Data.Project>.MethodName

Project

Identifies the project addressed by this request.

Declaration
[RequestParameter("project", RequestParameterType.Path)]
public virtual string Project { get; }
Property Value
Type Description
System.String

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dns.v1beta2.Data.Project>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.Dns.v1beta2.DnsBaseServiceRequest<Google.Apis.Dns.v1beta2.Data.Project>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX