Discovery Engine v1beta API - Class UpdateSampleQuerySetRequest (1.0.0-beta15)

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.

Inheritance

object > UpdateSampleQuerySetRequest

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

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