public sealed class ListSampleQueriesRequest : IMessage<ListSampleQueriesRequest>, IEquatable<ListSampleQueriesRequest>, IDeepCloneable<ListSampleQueriesRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Discovery Engine v1beta API class ListSampleQueriesRequest.
Request message for [SampleQueryService.ListSampleQueries][google.cloud.discoveryengine.v1beta.SampleQueryService.ListSampleQueries] method.
Implements
IMessageListSampleQueriesRequest, IEquatableListSampleQueriesRequest, IDeepCloneableListSampleQueriesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
ListSampleQueriesRequest()
public ListSampleQueriesRequest()
ListSampleQueriesRequest(ListSampleQueriesRequest)
public ListSampleQueriesRequest(ListSampleQueriesRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListSampleQueriesRequest |
Properties
PageSize
public int PageSize { get; set; }
Maximum number of [SampleQuery][google.cloud.discoveryengine.v1beta.SampleQuery]s to return. If unspecified, defaults to 100. The maximum allowed value is 1000. Values above 1000 will be coerced to 1000.
If this field is negative, an INVALID_ARGUMENT
error is returned.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
A page token [ListSampleQueriesResponse.next_page_token][google.cloud.discoveryengine.v1beta.ListSampleQueriesResponse.next_page_token], received from a previous [SampleQueryService.ListSampleQueries][google.cloud.discoveryengine.v1beta.SampleQueryService.ListSampleQueries] call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to
[SampleQueryService.ListSampleQueries][google.cloud.discoveryengine.v1beta.SampleQueryService.ListSampleQueries]
must match the call that provided the page token. Otherwise, an
INVALID_ARGUMENT
error is returned.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The parent sample query set resource name, such as
projects/{project}/locations/{location}/sampleQuerySets/{sampleQuerySet}
.
If the caller does not have permission to list
[SampleQuery][google.cloud.discoveryengine.v1beta.SampleQuery]s under this
sample query set, regardless of whether or not this sample query set
exists, a PERMISSION_DENIED
error is returned.
Property Value | |
---|---|
Type | Description |
string |
ParentAsSampleQuerySetName
public SampleQuerySetName ParentAsSampleQuerySetName { get; set; }
SampleQuerySetName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
SampleQuerySetName |