public sealed class SampleQuerySet : IMessage<SampleQuerySet>, IEquatable<SampleQuerySet>, IDeepCloneable<SampleQuerySet>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class SampleQuerySet.
A SampleQuerySet is the parent resource of SampleQuery, and contains the configurations shared by all SampleQuery under it.
Implements
IMessageSampleQuerySet, IEquatableSampleQuerySet, IDeepCloneableSampleQuerySet, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
SampleQuerySet()
public SampleQuerySet()
SampleQuerySet(SampleQuerySet)
public SampleQuerySet(SampleQuerySet other)
Parameter | |
---|---|
Name | Description |
other |
SampleQuerySet |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
Output only. Timestamp the [SampleQuerySet][google.cloud.discoveryengine.v1beta.SampleQuerySet] was created at.
Property Value | |
---|---|
Type | Description |
Timestamp |
Description
public string Description { get; set; }
The description of the [SampleQuerySet][google.cloud.discoveryengine.v1beta.SampleQuerySet].
Property Value | |
---|---|
Type | Description |
string |
DisplayName
public string DisplayName { get; set; }
Required. The sample query set display name.
This field must be a UTF-8 encoded string with a length limit of 128 characters.
Property Value | |
---|---|
Type | Description |
string |
Name
public string Name { get; set; }
Identifier. The full resource name of the
[SampleQuerySet][google.cloud.discoveryengine.v1beta.SampleQuerySet], in
the format of
projects/{project}/locations/{location}/sampleQuerySets/{sample_query_set}
.
This field must be a UTF-8 encoded string with a length limit of 1024 characters.
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 |