public sealed class DeleteSampleQuerySetRequest : IMessage<DeleteSampleQuerySetRequest>, IEquatable<DeleteSampleQuerySetRequest>, IDeepCloneable<DeleteSampleQuerySetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class DeleteSampleQuerySetRequest.
Request message for [SampleQuerySetService.DeleteSampleQuerySet][google.cloud.discoveryengine.v1beta.SampleQuerySetService.DeleteSampleQuerySet] method.
Implements
IMessageDeleteSampleQuerySetRequest, IEquatableDeleteSampleQuerySetRequest, IDeepCloneableDeleteSampleQuerySetRequest, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
DeleteSampleQuerySetRequest()
public DeleteSampleQuerySetRequest()
DeleteSampleQuerySetRequest(DeleteSampleQuerySetRequest)
public DeleteSampleQuerySetRequest(DeleteSampleQuerySetRequest other)
Parameter | |
---|---|
Name | Description |
other |
DeleteSampleQuerySetRequest |
Properties
Name
public string Name { get; set; }
Required. Full resource name of
[SampleQuerySet][google.cloud.discoveryengine.v1beta.SampleQuerySet], such
as
projects/{project}/locations/{location}/sampleQuerySets/{sample_query_set}
.
If the caller does not have permission to delete 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 delete does not exist, a NOT_FOUND
error is returned.
Property Value | |
---|---|
Type | Description |
string |
SampleQuerySetName
public SampleQuerySetName SampleQuerySetName { get; set; }
SampleQuerySetName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
SampleQuerySetName |