Class ListFeaturesResponse (2.0.0)

public sealed class ListFeaturesResponse : IMessage<ListFeaturesResponse>, IEquatable<ListFeaturesResponse>, IDeepCloneable<ListFeaturesResponse>, IBufferMessage, IMessage, IPageResponse<Feature>, IEnumerable<Feature>, IEnumerable

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

Inheritance

Object > ListFeaturesResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ListFeaturesResponse()

public ListFeaturesResponse()

ListFeaturesResponse(ListFeaturesResponse)

public ListFeaturesResponse(ListFeaturesResponse other)
Parameter
NameDescription
otherListFeaturesResponse

Properties

Features

public RepeatedField<Feature> Features { get; }

The Features matching the request.

Property Value
TypeDescription
RepeatedField<Feature>

NextPageToken

public string NextPageToken { get; set; }

A token, which can be sent as [ListFeaturesRequest.page_token][google.cloud.aiplatform.v1.ListFeaturesRequest.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<Feature> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<Feature>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator