Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ReasoningEnginesResource.CancelAsyncQueryRequest

Cancels an AsyncQueryReasoningEngine operation.

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

Constructors

CancelAsyncQueryRequest(IClientService, GoogleCloudAiplatformV1CancelAsyncQueryReasoningEngineRequest, string)

Constructs a new CancelAsyncQuery request.

Declaration
public CancelAsyncQueryRequest(IClientService service, GoogleCloudAiplatformV1CancelAsyncQueryReasoningEngineRequest body, string name)
Parameters
Type Name Description
IClientService service
GoogleCloudAiplatformV1CancelAsyncQueryReasoningEngineRequest body
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. The name of the ReasoningEngine resource to use. Format: projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes CancelAsyncQuery parameter list.

Declaration
protected override void InitParameters()
Overrides
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1CancelAsyncQueryReasoningEngineResponse>.InitParameters()

Implements

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