Class ListFeaturestoresResponse (2.0.0)

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

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

Methods

GetEnumerator()

public IEnumerator<Featurestore> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<Featurestore>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator