public sealed class ListMetadataStoresRequest : IMessage<ListMetadataStoresRequest>, IEquatable<ListMetadataStoresRequest>, IDeepCloneable<ListMetadataStoresRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Vertex AI v1beta1 API class ListMetadataStoresRequest.
Request message for [MetadataService.ListMetadataStores][google.cloud.aiplatform.v1beta1.MetadataService.ListMetadataStores].
Implements
IMessageListMetadataStoresRequest, IEquatableListMetadataStoresRequest, IDeepCloneableListMetadataStoresRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ListMetadataStoresRequest()
public ListMetadataStoresRequest()ListMetadataStoresRequest(ListMetadataStoresRequest)
public ListMetadataStoresRequest(ListMetadataStoresRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListMetadataStoresRequest |
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 | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }A page token, received from a previous [MetadataService.ListMetadataStores][google.cloud.aiplatform.v1beta1.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 | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The Location whose MetadataStores should be listed.
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 |
|