Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DataStoresResource.CompletionConfigResource.CompleteQueryRequest

Completes the user input with advanced keyword suggestions.

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

Constructors

CompleteQueryRequest(IClientService, GoogleCloudDiscoveryengineV1alphaAdvancedCompleteQueryRequest, string)

Constructs a new CompleteQuery request.

Declaration
public CompleteQueryRequest(IClientService service, GoogleCloudDiscoveryengineV1alphaAdvancedCompleteQueryRequest body, string completionConfig)
Parameters
Type Name Description
IClientService service
GoogleCloudDiscoveryengineV1alphaAdvancedCompleteQueryRequest 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<GoogleCloudDiscoveryengineV1alphaAdvancedCompleteQueryResponse>.HttpMethod

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes CompleteQuery parameter list.

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

Implements

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