Cloud AI Platform v1 API - Class ListFeaturestoresResponse (2.27.0)

public sealed class ListFeaturestoresResponse : IMessage<ListFeaturestoresResponse>, IEquatable<ListFeaturestoresResponse>, IDeepCloneable<ListFeaturestoresResponse>, IBufferMessage, IMessage, IPageResponse<Featurestore>, IEnumerable<Featurestore>, IEnumerable

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

Response message for [FeaturestoreService.ListFeaturestores][google.cloud.aiplatform.v1.FeaturestoreService.ListFeaturestores].

Inheritance

object > ListFeaturestoresResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ListFeaturestoresResponse()

public ListFeaturestoresResponse()

ListFeaturestoresResponse(ListFeaturestoresResponse)

public ListFeaturestoresResponse(ListFeaturestoresResponse other)
Parameter
NameDescription
otherListFeaturestoresResponse

Properties

Featurestores

public RepeatedField<Featurestore> Featurestores { get; }

The Featurestores matching the request.

Property Value
TypeDescription
RepeatedFieldFeaturestore

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
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<Featurestore> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorFeaturestore