Show / Hide Table of Contents

Class GlobalOrganizationOperationsResource.DeleteRequest

Deletes the specified Operations resource.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<string>
ComputeBaseServiceRequest<string>
GlobalOrganizationOperationsResource.DeleteRequest
Implements
IClientServiceRequest<string>
IClientServiceRequest
Inherited Members
ComputeBaseServiceRequest<string>.Xgafv
ComputeBaseServiceRequest<string>.AccessToken
ComputeBaseServiceRequest<string>.Alt
ComputeBaseServiceRequest<string>.Callback
ComputeBaseServiceRequest<string>.Fields
ComputeBaseServiceRequest<string>.Key
ComputeBaseServiceRequest<string>.OauthToken
ComputeBaseServiceRequest<string>.PrettyPrint
ComputeBaseServiceRequest<string>.QuotaUser
ComputeBaseServiceRequest<string>.UploadType
ComputeBaseServiceRequest<string>.UploadProtocol
ComputeBaseServiceRequest<string>.UserIp
ClientServiceRequest<string>.Execute()
ClientServiceRequest<string>.ExecuteAsStream()
ClientServiceRequest<string>.ExecuteAsync()
ClientServiceRequest<string>.ExecuteAsync(CancellationToken)
ClientServiceRequest<string>.ExecuteAsStreamAsync()
ClientServiceRequest<string>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<string>.CreateRequest(bool?)
ClientServiceRequest<string>.GenerateRequestUri()
ClientServiceRequest<string>.GetBody()
ClientServiceRequest<string>.GetDefaultETagAction(string)
ClientServiceRequest<string>.ETagAction
ClientServiceRequest<string>.ModifyRequest
ClientServiceRequest<string>.ValidateParameters
ClientServiceRequest<string>.RequestParameters
ClientServiceRequest<string>.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.Compute.beta
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class GlobalOrganizationOperationsResource.DeleteRequest : ComputeBaseServiceRequest<string>, IClientServiceRequest<string>, IClientServiceRequest

Constructors

DeleteRequest(IClientService, string)

Constructs a new Delete request.

Declaration
public DeleteRequest(IClientService service, string operation)
Parameters
Type Name Description
IClientService service
string operation

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Operation

Name of the Operations resource to delete.

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

ParentId

Parent ID for this request.

Declaration
[RequestParameter("parentId", RequestParameterType.Query)]
public virtual string ParentId { get; set; }
Property Value
Type Description
string

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes Delete parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.Compute.beta.ComputeBaseServiceRequest<string>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX