Cloud AI Platform v1 API - Class ListMetadataStoresRequest (2.27.0)

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

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

Request message for [MetadataService.ListMetadataStores][google.cloud.aiplatform.v1.MetadataService.ListMetadataStores].

Inheritance

object > ListMetadataStoresRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ListMetadataStoresRequest()

public ListMetadataStoresRequest()

ListMetadataStoresRequest(ListMetadataStoresRequest)

public ListMetadataStoresRequest(ListMetadataStoresRequest other)
Parameter
NameDescription
otherListMetadataStoresRequest

Properties

PageSize

public int PageSize { get; set; }

The maximum number of Metadata Stores to return. The service may return fewer. Must be in range 1-1000, inclusive. Defaults to 100.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

A page token, received from a previous [MetadataService.ListMetadataStores][google.cloud.aiplatform.v1.MetadataService.ListMetadataStores] call. Provide this to retrieve the subsequent page.

When paginating, all other provided parameters must match the call that provided the page token. (Otherwise the request will fail with INVALID_ARGUMENT error.)

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The Location whose MetadataStores should be listed. 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