Cloud AI Platform v1 API - Class ListIndexesRequest (2.27.0)

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

Reference documentation and code samples for the Cloud AI Platform v1 API class ListIndexesRequest.

Request message for [IndexService.ListIndexes][google.cloud.aiplatform.v1.IndexService.ListIndexes].

Inheritance

object > ListIndexesRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ListIndexesRequest()

public ListIndexesRequest()

ListIndexesRequest(ListIndexesRequest)

public ListIndexesRequest(ListIndexesRequest other)
Parameter
NameDescription
otherListIndexesRequest

Properties

Filter

public string Filter { get; set; }

The standard list filter.

Property Value
TypeDescription
string

PageSize

public int PageSize { get; set; }

The standard list page size.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

The standard list page token. Typically obtained via [ListIndexesResponse.next_page_token][google.cloud.aiplatform.v1.ListIndexesResponse.next_page_token] of the previous [IndexService.ListIndexes][google.cloud.aiplatform.v1.IndexService.ListIndexes] call.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The resource name of the Location from which to list the Indexes. Format: projects/{project}/locations/{location}

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName

ReadMask

public FieldMask ReadMask { get; set; }

Mask specifying which fields to read.

Property Value
TypeDescription
FieldMask