Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DeploymentsResource.GetRequest

Gets details of a single Deployment.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<Deployment>
WorkloadManagerBaseServiceRequest<Deployment>
ProjectsResource.LocationsResource.DeploymentsResource.GetRequest
Implements
IClientServiceRequest<Deployment>
IClientServiceRequest
Inherited Members
WorkloadManagerBaseServiceRequest<Deployment>.Xgafv
WorkloadManagerBaseServiceRequest<Deployment>.AccessToken
WorkloadManagerBaseServiceRequest<Deployment>.Alt
WorkloadManagerBaseServiceRequest<Deployment>.Callback
WorkloadManagerBaseServiceRequest<Deployment>.Fields
WorkloadManagerBaseServiceRequest<Deployment>.Key
WorkloadManagerBaseServiceRequest<Deployment>.OauthToken
WorkloadManagerBaseServiceRequest<Deployment>.PrettyPrint
WorkloadManagerBaseServiceRequest<Deployment>.QuotaUser
WorkloadManagerBaseServiceRequest<Deployment>.UploadType
WorkloadManagerBaseServiceRequest<Deployment>.UploadProtocol
ClientServiceRequest<Deployment>.Execute()
ClientServiceRequest<Deployment>.ExecuteAsStream()
ClientServiceRequest<Deployment>.ExecuteAsync()
ClientServiceRequest<Deployment>.ExecuteAsync(CancellationToken)
ClientServiceRequest<Deployment>.ExecuteAsStreamAsync()
ClientServiceRequest<Deployment>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<Deployment>.CreateRequest(bool?)
ClientServiceRequest<Deployment>.GenerateRequestUri()
ClientServiceRequest<Deployment>.GetBody()
ClientServiceRequest<Deployment>.GetDefaultETagAction(string)
ClientServiceRequest<Deployment>.ETagAction
ClientServiceRequest<Deployment>.ModifyRequest
ClientServiceRequest<Deployment>.ValidateParameters
ClientServiceRequest<Deployment>.ApiVersion
ClientServiceRequest<Deployment>.RequestParameters
ClientServiceRequest<Deployment>.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.WorkloadManager.v1
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class ProjectsResource.LocationsResource.DeploymentsResource.GetRequest : WorkloadManagerBaseServiceRequest<Deployment>, IClientServiceRequest<Deployment>, 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<Deployment>.HttpMethod

MethodName

Gets the method name.

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

Name

Required. Name of the resource. The format will be 'projects/{project_id}/locations/{location_id}/deployments/{deployment_id}'

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<Deployment>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
WorkloadManagerBaseServiceRequest<Deployment>.InitParameters()

Implements

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