Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DeploymentsResource.ExportLockRequest

Exports the lock info on a locked deployment.

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

Constructors

ExportLockRequest(IClientService, string)

Constructs a new ExportLock request.

Declaration
public ExportLockRequest(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<LockInfo>.HttpMethod

MethodName

Gets the method name.

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

Name

Required. The name of the deployment in the format: 'projects/{project_id}/locations/{location}/deployments/{deployment}'.

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

Methods

InitParameters()

Initializes ExportLock parameter list.

Declaration
protected override void InitParameters()
Overrides
ConfigBaseServiceRequest<LockInfo>.InitParameters()

Implements

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