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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eUpdateSampleQuerySetRequest\u003c/code\u003e class is used to send a request to update a sample query set within the Discovery Engine v1beta API.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, for functionality like message handling, comparison, cloning, and efficient data management.\u003c/p\u003e\n"],["\u003cp\u003eIt has properties \u003ccode\u003eSampleQuerySet\u003c/code\u003e to specify the query set to update, and \u003ccode\u003eUpdateMask\u003c/code\u003e to indicate which fields of the query set should be updated.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateSampleQuerySetRequest\u003c/code\u003e class belongs to the \u003ccode\u003eGoogle.Cloud.DiscoveryEngine.V1Beta\u003c/code\u003e namespace and is part of the \u003ccode\u003eGoogle.Cloud.DiscoveryEngine.V1Beta.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors: a default constructor and one that takes another \u003ccode\u003eUpdateSampleQuerySetRequest\u003c/code\u003e object as a parameter, for copying or deep cloning purposes.\u003c/p\u003e\n"]]],[],null,[]]