public sealed class ListCorporaRequest : IMessage<ListCorporaRequest>, IEquatable<ListCorporaRequest>, IDeepCloneable<ListCorporaRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Vision AI v1 API class ListCorporaRequest.
Request message for ListCorpora.
Implements
IMessageListCorporaRequest, IEquatableListCorporaRequest, IDeepCloneableListCorporaRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
ListCorporaRequest()
public ListCorporaRequest()ListCorporaRequest(ListCorporaRequest)
public ListCorporaRequest(ListCorporaRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListCorporaRequest |
Properties
Filter
public string Filter { get; set; }The filter applied to the returned corpora list.
Only the following restrictions are supported:
type=<Corpus.Type>,
type!=<Corpus.Type>.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PageSize
public int PageSize { get; set; }Requested page size. API may return fewer results than requested. If negative, INVALID_ARGUMENT error will be returned. If unspecified or 0, API will pick a default size, which is 10. If the requested page size is larger than the maximum size, API will pick use the maximum size, which is 20.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }A token identifying a page of results for the server to return. Typically obtained via [ListCorporaResponse.next_page_token][google.cloud.visionai.v1.ListCorporaResponse.next_page_token] of the previous [Warehouse.ListCorpora][google.cloud.visionai.v1.Warehouse.ListCorpora] call.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The resource name of the project from which to list corpora.
| Property Value | |
|---|---|
| Type | Description |
string |
|