public sealed class UpdateSampleQuerySetRequest : IMessage<UpdateSampleQuerySetRequest>, IEquatable<UpdateSampleQuerySetRequest>, IDeepCloneable<UpdateSampleQuerySetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class UpdateSampleQuerySetRequest.
Request message for [SampleQuerySetService.UpdateSampleQuerySet][google.cloud.discoveryengine.v1beta.SampleQuerySetService.UpdateSampleQuerySet] method.
Implements
IMessageUpdateSampleQuerySetRequest, IEquatableUpdateSampleQuerySetRequest, IDeepCloneableUpdateSampleQuerySetRequest, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
UpdateSampleQuerySetRequest()
public UpdateSampleQuerySetRequest()
UpdateSampleQuerySetRequest(UpdateSampleQuerySetRequest)
public UpdateSampleQuerySetRequest(UpdateSampleQuerySetRequest other)
Parameter | |
---|---|
Name | Description |
other |
UpdateSampleQuerySetRequest |
Properties
SampleQuerySet
public SampleQuerySet SampleQuerySet { get; set; }
Required. The sample query set to update.
If the caller does not have permission to update the
[SampleQuerySet][google.cloud.discoveryengine.v1beta.SampleQuerySet],
regardless of whether or not it exists, a PERMISSION_DENIED
error is
returned.
If the [SampleQuerySet][google.cloud.discoveryengine.v1beta.SampleQuerySet]
to update does not exist a NOT_FOUND
error is returned.
Property Value | |
---|---|
Type | Description |
SampleQuerySet |
UpdateMask
public FieldMask UpdateMask { get; set; }
Indicates which fields in the provided imported 'sample query set' to update. If not set, will by default update all fields.
Property Value | |
---|---|
Type | Description |
FieldMask |