public sealed class ListFeaturestoresResponse : IMessage<ListFeaturestoresResponse>, IEquatable<ListFeaturestoresResponse>, IDeepCloneable<ListFeaturestoresResponse>, IBufferMessage, IMessage, IPageResponse<Featurestore>, IEnumerable<Featurestore>, IEnumerableReference documentation and code samples for the Cloud AI Platform v1 API class ListFeaturestoresResponse.
Response message for [FeaturestoreService.ListFeaturestores][google.cloud.aiplatform.v1.FeaturestoreService.ListFeaturestores].
Implements
IMessage<ListFeaturestoresResponse>, IEquatable<ListFeaturestoresResponse>, IDeepCloneable<ListFeaturestoresResponse>, IBufferMessage, IMessage, IPageResponse<Featurestore>, IEnumerable<Featurestore>, IEnumerableNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.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 |
RepeatedField<Featurestore> |
|
NextPageToken
public string NextPageToken { get; set; }A token, which can be sent as [ListFeaturestoresRequest.page_token][google.cloud.aiplatform.v1.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 |
IEnumerator<Featurestore> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|