Show / Hide Table of Contents

Class UsersResource.ProjectsResource.DeleteRequest

Deletes a POSIX account.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<Empty>
CloudOSLoginBaseServiceRequest<Empty>
UsersResource.ProjectsResource.DeleteRequest
Implements
IClientServiceRequest<Empty>
IClientServiceRequest
Inherited Members
CloudOSLoginBaseServiceRequest<Empty>.Xgafv
CloudOSLoginBaseServiceRequest<Empty>.AccessToken
CloudOSLoginBaseServiceRequest<Empty>.Alt
CloudOSLoginBaseServiceRequest<Empty>.Callback
CloudOSLoginBaseServiceRequest<Empty>.Fields
CloudOSLoginBaseServiceRequest<Empty>.Key
CloudOSLoginBaseServiceRequest<Empty>.OauthToken
CloudOSLoginBaseServiceRequest<Empty>.PrettyPrint
CloudOSLoginBaseServiceRequest<Empty>.QuotaUser
CloudOSLoginBaseServiceRequest<Empty>.UploadType
CloudOSLoginBaseServiceRequest<Empty>.UploadProtocol
ClientServiceRequest<Empty>.Execute()
ClientServiceRequest<Empty>.ExecuteAsStream()
ClientServiceRequest<Empty>.ExecuteAsync()
ClientServiceRequest<Empty>.ExecuteAsync(CancellationToken)
ClientServiceRequest<Empty>.ExecuteAsStreamAsync()
ClientServiceRequest<Empty>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<Empty>.CreateRequest(bool?)
ClientServiceRequest<Empty>.GenerateRequestUri()
ClientServiceRequest<Empty>.GetBody()
ClientServiceRequest<Empty>.GetDefaultETagAction(string)
ClientServiceRequest<Empty>.ETagAction
ClientServiceRequest<Empty>.ModifyRequest
ClientServiceRequest<Empty>.ValidateParameters
ClientServiceRequest<Empty>.ApiVersion
ClientServiceRequest<Empty>.RequestParameters
ClientServiceRequest<Empty>.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.DeleteRequest : CloudOSLoginBaseServiceRequest<Empty>, IClientServiceRequest<Empty>, IClientServiceRequest

Constructors

DeleteRequest(IClientService, string)

Constructs a new Delete request.

Declaration
public DeleteRequest(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<Empty>.HttpMethod

MethodName

Gets the method name.

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

Name

Required. A reference to the POSIX account to update. POSIX accounts are identified by the project ID they are associated with. A reference to the POSIX account is in format users/{user}/projects/{project}.

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

OperatingSystemType

Optional. The type of operating system associated with the account.

Declaration
[RequestParameter("operatingSystemType", RequestParameterType.Query)]
public virtual UsersResource.ProjectsResource.DeleteRequest.OperatingSystemTypeEnum? OperatingSystemType { get; set; }
Property Value
Type Description
UsersResource.ProjectsResource.DeleteRequest.OperatingSystemTypeEnum?

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes Delete parameter list.

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

Implements

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