public sealed class ListIndexEndpointsRequest : IMessage<ListIndexEndpointsRequest>, IEquatable<ListIndexEndpointsRequest>, IDeepCloneable<ListIndexEndpointsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Vision AI v1 API class ListIndexEndpointsRequest.
Request message for ListIndexEndpoints.
Implements
IMessageListIndexEndpointsRequest, IEquatableListIndexEndpointsRequest, IDeepCloneableListIndexEndpointsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
ListIndexEndpointsRequest()
public ListIndexEndpointsRequest()ListIndexEndpointsRequest(ListIndexEndpointsRequest)
public ListIndexEndpointsRequest(ListIndexEndpointsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListIndexEndpointsRequest |
Properties
Filter
public string Filter { get; set; }Optional. The filter applied to the returned list.
We only support filtering for the deployed_image_index.image_index field.
However, to filter by a corpus instead of an image index, simply use
deployed_image_index.corpus, which will return all endpoints with
deployed_image_index.image_index inside of the given corpus.
A basic filter on image index would look like:
deployed_image_index.image_index =
"projects/123/locations/us-central1/corpora/my_corpus/imageIndexes/my_image_index"
A basic filter on corpus would look like:
deployed_image_index.corpus =
"projects/123/locations/us-central1/corpora/my_corpus"
| Property Value | |
|---|---|
| Type | Description |
string |
|
PageSize
public int PageSize { get; set; }Optional. Requested page size. Server may return fewer items than requested. 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; }Optional. A token identifying a page of results the server should return.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. Format: projects/{project}/locations/{location}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|