Show / Hide Table of Contents

Class DeploymentsResource.GetRequest

Gets information about a specific deployment.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<Deployment>
DeploymentManagerAlphaBaseServiceRequest<Deployment>
DeploymentsResource.GetRequest
Implements
IClientServiceRequest<Deployment>
IClientServiceRequest
Inherited Members
DeploymentManagerAlphaBaseServiceRequest<Deployment>.Alt
DeploymentManagerAlphaBaseServiceRequest<Deployment>.Fields
DeploymentManagerAlphaBaseServiceRequest<Deployment>.Key
DeploymentManagerAlphaBaseServiceRequest<Deployment>.OauthToken
DeploymentManagerAlphaBaseServiceRequest<Deployment>.PrettyPrint
DeploymentManagerAlphaBaseServiceRequest<Deployment>.QuotaUser
DeploymentManagerAlphaBaseServiceRequest<Deployment>.UserIp
ClientServiceRequest<Deployment>.Execute()
ClientServiceRequest<Deployment>.ExecuteAsStream()
ClientServiceRequest<Deployment>.ExecuteAsync()
ClientServiceRequest<Deployment>.ExecuteAsync(CancellationToken)
ClientServiceRequest<Deployment>.ExecuteAsStreamAsync()
ClientServiceRequest<Deployment>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<Deployment>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<Deployment>.GenerateRequestUri()
ClientServiceRequest<Deployment>.GetBody()
ClientServiceRequest<Deployment>.GetDefaultETagAction(String)
ClientServiceRequest<Deployment>.ETagAction
ClientServiceRequest<Deployment>.ModifyRequest
ClientServiceRequest<Deployment>.RequestParameters
ClientServiceRequest<Deployment>.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.DeploymentManagerAlpha.alpha
Assembly: Google.Apis.DeploymentManagerAlpha.alpha.dll
Syntax
public class GetRequest : DeploymentManagerAlphaBaseServiceRequest<Deployment>, IClientServiceRequest<Deployment>, IClientServiceRequest

Constructors

GetRequest(IClientService, String, String)

Constructs a new Get request.

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

Properties

Deployment

The name of the deployment for this request.

Declaration
[RequestParameter("deployment", RequestParameterType.Path)]
public virtual string Deployment { get; }
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.DeploymentManagerAlpha.alpha.Data.Deployment>.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.DeploymentManagerAlpha.alpha.Data.Deployment>.MethodName

Project

The project ID for 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.DeploymentManagerAlpha.alpha.Data.Deployment>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.DeploymentManagerAlpha.alpha.DeploymentManagerAlphaBaseServiceRequest<Google.Apis.DeploymentManagerAlpha.alpha.Data.Deployment>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
Back to top