Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DataStoresResource.CompletionConfigResource.CompleteQueryRequest

Completes the user input with advanced keyword suggestions.

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

Constructors

CompleteQueryRequest(IClientService, GoogleCloudDiscoveryengineV1AdvancedCompleteQueryRequest, string)

Constructs a new CompleteQuery request.

Declaration
public CompleteQueryRequest(IClientService service, GoogleCloudDiscoveryengineV1AdvancedCompleteQueryRequest body, string completionConfig)
Parameters
Type Name Description
IClientService service
GoogleCloudDiscoveryengineV1AdvancedCompleteQueryRequest body
string completionConfig

Properties

CompletionConfig

Required. The completion_config of the parent dataStore or engine resource name for which the completion is performed, such as projects/*/locations/global/collections/default_collection/dataStores/*/completionConfig projects/*/locations/global/collections/default_collection/engines/*/completionConfig.

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes CompleteQuery parameter list.

Declaration
protected override void InitParameters()
Overrides
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1AdvancedCompleteQueryResponse>.InitParameters()

Implements

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