Interface protos.google.cloud.aiplatform.v1beta1.IListIndexEndpointsRequest (1.11.0)

Properties of a ListIndexEndpointsRequest.

Package

@google-cloud/aiplatform

Properties

filter

filter?: (string|null);

ListIndexEndpointsRequest filter

Property Value
TypeDescription
(string|null)

pageSize

pageSize?: (number|null);

ListIndexEndpointsRequest pageSize

Property Value
TypeDescription
(number|null)

pageToken

pageToken?: (string|null);

ListIndexEndpointsRequest pageToken

Property Value
TypeDescription
(string|null)

parent

parent?: (string|null);

ListIndexEndpointsRequest parent

Property Value
TypeDescription
(string|null)

readMask

readMask?: (google.protobuf.IFieldMask|null);

ListIndexEndpointsRequest readMask

Property Value
TypeDescription
(google.protobuf.IFieldMask|null)