public sealed class ListSchemasRequest : IMessage<ListSchemasRequest>, IEquatable<ListSchemasRequest>, IDeepCloneable<ListSchemasRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Discovery Engine v1beta API class ListSchemasRequest.
Request message for [SchemaService.ListSchemas][google.cloud.discoveryengine.v1beta.SchemaService.ListSchemas] method.
Implements
IMessageListSchemasRequest, IEquatableListSchemasRequest, IDeepCloneableListSchemasRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
ListSchemasRequest()
public ListSchemasRequest()
ListSchemasRequest(ListSchemasRequest)
public ListSchemasRequest(ListSchemasRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListSchemasRequest |
Properties
PageSize
public int PageSize { get; set; }
The maximum number of [Schema][google.cloud.discoveryengine.v1beta.Schema]s to return. The service may return fewer than this value.
If unspecified, at most 100 [Schema][google.cloud.discoveryengine.v1beta.Schema]s are returned.
The maximum value is 1000; values above 1000 are set to 1000.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
A page token, received from a previous [SchemaService.ListSchemas][google.cloud.discoveryengine.v1beta.SchemaService.ListSchemas] call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to [SchemaService.ListSchemas][google.cloud.discoveryengine.v1beta.SchemaService.ListSchemas] must match the call that provided the page token.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The parent data store resource name, in the format of
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}
.
Property Value | |
---|---|
Type | Description |
string |
ParentAsDataStoreName
public DataStoreName ParentAsDataStoreName { get; set; }
DataStoreName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
DataStoreName |