public sealed class GetSampleQuerySetRequest : IMessage<GetSampleQuerySetRequest>, IEquatable<GetSampleQuerySetRequest>, IDeepCloneable<GetSampleQuerySetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class GetSampleQuerySetRequest.
Request message for [SampleQuerySetService.GetSampleQuerySet][google.cloud.discoveryengine.v1beta.SampleQuerySetService.GetSampleQuerySet] method.
Implements
IMessageGetSampleQuerySetRequest, IEquatableGetSampleQuerySetRequest, IDeepCloneableGetSampleQuerySetRequest, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
GetSampleQuerySetRequest()
public GetSampleQuerySetRequest()
GetSampleQuerySetRequest(GetSampleQuerySetRequest)
public GetSampleQuerySetRequest(GetSampleQuerySetRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetSampleQuerySetRequest |
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 access the [SampleQuerySet][google.cloud.discoveryengine.v1beta.SampleQuerySet], regardless of whether or not it exists, a PERMISSION_DENIED error is returned.
If the requested [SampleQuerySet][google.cloud.discoveryengine.v1beta.SampleQuerySet] 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 |