Vision AI v1 API - Class ListSearchConfigsRequest (1.0.0-beta01)

public sealed class ListSearchConfigsRequest : IMessage<ListSearchConfigsRequest>, IEquatable<ListSearchConfigsRequest>, IDeepCloneable<ListSearchConfigsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Vision AI v1 API class ListSearchConfigsRequest.

Request message for ListSearchConfigs.

Inheritance

object > ListSearchConfigsRequest

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

ListSearchConfigsRequest()

public ListSearchConfigsRequest()

ListSearchConfigsRequest(ListSearchConfigsRequest)

public ListSearchConfigsRequest(ListSearchConfigsRequest other)
Parameter
Name Description
other ListSearchConfigsRequest

Properties

PageSize

public int PageSize { get; set; }

The maximum number of search configurations to return. The service may return fewer than this value. If unspecified, a page size of 50 will be used. The maximum value is 1000; values above 1000 will be coerced to 1000.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

A page token, received from a previous ListSearchConfigs call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListSearchConfigs must match the call that provided the page token.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The parent, which owns this collection of search configurations. Format: projects/{project_number}/locations/{location}/corpora/{corpus}

Property Value
Type Description
string

ParentAsCorpusName

public CorpusName ParentAsCorpusName { get; set; }

CorpusName-typed view over the Parent resource name property.

Property Value
Type Description
CorpusName