Show / Hide Table of Contents

Class UsersResource.ProjectsResource.ZonesResource.SignSshPublicKeyRequest

Signs an SSH public key for a user to authenticate to a virtual machine on Google Compute Engine.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<SignSshPublicKeyResponse>
CloudOSLoginBaseServiceRequest<SignSshPublicKeyResponse>
UsersResource.ProjectsResource.ZonesResource.SignSshPublicKeyRequest
Implements
IClientServiceRequest<SignSshPublicKeyResponse>
IClientServiceRequest
Inherited Members
CloudOSLoginBaseServiceRequest<SignSshPublicKeyResponse>.Xgafv
CloudOSLoginBaseServiceRequest<SignSshPublicKeyResponse>.AccessToken
CloudOSLoginBaseServiceRequest<SignSshPublicKeyResponse>.Alt
CloudOSLoginBaseServiceRequest<SignSshPublicKeyResponse>.Callback
CloudOSLoginBaseServiceRequest<SignSshPublicKeyResponse>.Fields
CloudOSLoginBaseServiceRequest<SignSshPublicKeyResponse>.Key
CloudOSLoginBaseServiceRequest<SignSshPublicKeyResponse>.OauthToken
CloudOSLoginBaseServiceRequest<SignSshPublicKeyResponse>.PrettyPrint
CloudOSLoginBaseServiceRequest<SignSshPublicKeyResponse>.QuotaUser
CloudOSLoginBaseServiceRequest<SignSshPublicKeyResponse>.UploadType
CloudOSLoginBaseServiceRequest<SignSshPublicKeyResponse>.UploadProtocol
ClientServiceRequest<SignSshPublicKeyResponse>.Execute()
ClientServiceRequest<SignSshPublicKeyResponse>.ExecuteAsStream()
ClientServiceRequest<SignSshPublicKeyResponse>.ExecuteAsync()
ClientServiceRequest<SignSshPublicKeyResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<SignSshPublicKeyResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<SignSshPublicKeyResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<SignSshPublicKeyResponse>.CreateRequest(bool?)
ClientServiceRequest<SignSshPublicKeyResponse>.GenerateRequestUri()
ClientServiceRequest<SignSshPublicKeyResponse>.GetDefaultETagAction(string)
ClientServiceRequest<SignSshPublicKeyResponse>.ETagAction
ClientServiceRequest<SignSshPublicKeyResponse>.ModifyRequest
ClientServiceRequest<SignSshPublicKeyResponse>.ValidateParameters
ClientServiceRequest<SignSshPublicKeyResponse>.ApiVersion
ClientServiceRequest<SignSshPublicKeyResponse>.RequestParameters
ClientServiceRequest<SignSshPublicKeyResponse>.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.CloudOSLogin.v1alpha
Assembly: Google.Apis.CloudOSLogin.v1alpha.dll
Syntax
public class UsersResource.ProjectsResource.ZonesResource.SignSshPublicKeyRequest : CloudOSLoginBaseServiceRequest<SignSshPublicKeyResponse>, IClientServiceRequest<SignSshPublicKeyResponse>, IClientServiceRequest

Constructors

SignSshPublicKeyRequest(IClientService, SignSshPublicKeyRequest, string)

Constructs a new SignSshPublicKey request.

Declaration
public SignSshPublicKeyRequest(IClientService service, SignSshPublicKeyRequest body, string parent)
Parameters
Type Name Description
IClientService service
SignSshPublicKeyRequest body
string parent

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Parent

Required. The parent project and region for the signing request.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<SignSshPublicKeyResponse>.GetBody()

InitParameters()

Initializes SignSshPublicKey parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudOSLoginBaseServiceRequest<SignSshPublicKeyResponse>.InitParameters()

Implements

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