public sealed class ListFeaturestoresResponse : IMessage<ListFeaturestoresResponse>, IEquatable<ListFeaturestoresResponse>, IDeepCloneable<ListFeaturestoresResponse>, IBufferMessage, IMessage, IPageResponse<Featurestore>, IEnumerable<Featurestore>, IEnumerableReference documentation and code samples for the Vertex AI v1beta1 API class ListFeaturestoresResponse.
Response message for [FeaturestoreService.ListFeaturestores][google.cloud.aiplatform.v1beta1.FeaturestoreService.ListFeaturestores].
Implements
IMessageListFeaturestoresResponse, IEquatableListFeaturestoresResponse, IDeepCloneableListFeaturestoresResponse, IBufferMessage, IMessage, IPageResponseFeaturestore, IEnumerableFeaturestore, IEnumerableNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ListFeaturestoresResponse()
public ListFeaturestoresResponse()ListFeaturestoresResponse(ListFeaturestoresResponse)
public ListFeaturestoresResponse(ListFeaturestoresResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListFeaturestoresResponse |
Properties
Featurestores
public RepeatedField<Featurestore> Featurestores { get; }The Featurestores matching the request.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldFeaturestore |
|
NextPageToken
public string NextPageToken { get; set; }A token, which can be sent as [ListFeaturestoresRequest.page_token][google.cloud.aiplatform.v1beta1.ListFeaturestoresRequest.page_token] to retrieve the next page. If this field is omitted, there are no subsequent pages.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<Featurestore> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorFeaturestore |
|