Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.CollectionsResource.EnginesResource.UpdateCompletionConfigRequest

Updates the CompletionConfigs.

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

Constructors

UpdateCompletionConfigRequest(IClientService, GoogleCloudDiscoveryengineV1alphaCompletionConfig, string)

Constructs a new UpdateCompletionConfig request.

Declaration
public UpdateCompletionConfigRequest(IClientService service, GoogleCloudDiscoveryengineV1alphaCompletionConfig body, string name)
Parameters
Type Name Description
IClientService service
GoogleCloudDiscoveryengineV1alphaCompletionConfig body
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. Immutable. Fully qualified name projects/*/locations/*/dataStores/*/completionConfig projects/*/locations/*/collections/*/dataStores/*/completionConfig projects/*/locations/*/collections/*/engines/*/completionConfig

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

UpdateMask

Indicates which fields in the provided CompletionConfig to update. The following are the only supported fields: * CompletionConfig.matching_order * CompletionConfig.max_suggestions

  • CompletionConfig.min_prefix_length * CompletionConfig.query_model * CompletionConfig.enable_mode * CompletionConfig.query_frequency_threshold * CompletionConfig.num_unique_users_threshold * CompletionConfig.should_serve_content_suggestions * CompletionConfig.filter_pii_suggestions_using_dlp If not set, all supported fields are updated.
Declaration
[RequestParameter("updateMask", RequestParameterType.Query)]
public virtual object UpdateMask { get; set; }
Property Value
Type Description
object

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes UpdateCompletionConfig parameter list.

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

Implements

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