public sealed class ListFeaturesResponse : IMessage<ListFeaturesResponse>, IEquatable<ListFeaturesResponse>, IDeepCloneable<ListFeaturesResponse>, IBufferMessage, IMessage, IPageResponse<Feature>, IEnumerable<Feature>, IEnumerable
Reference documentation and code samples for the Vertex AI v1beta1 API class ListFeaturesResponse.
Response message for
[FeaturestoreService.ListFeatures][google.cloud.aiplatform.v1beta1.FeaturestoreService.ListFeatures].
Response message for
[FeatureRegistryService.ListFeatures][google.cloud.aiplatform.v1beta1.FeatureRegistryService.ListFeatures].
A token, which can be sent as
[ListFeaturesRequest.page_token][google.cloud.aiplatform.v1beta1.ListFeaturesRequest.page_token]
to retrieve the next page. If this field is omitted, there are no
subsequent pages.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eListFeaturesResponse\u003c/code\u003e class is part of the Vertex AI v1beta1 API, specifically used within the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1Beta1\u003c/code\u003e namespace in .NET.\u003c/p\u003e\n"],["\u003cp\u003eThis class serves as the response message for \u003ccode\u003eFeaturestoreService.ListFeatures\u003c/code\u003e and \u003ccode\u003eFeatureRegistryService.ListFeatures\u003c/code\u003e, used to get a list of features.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eListFeaturesResponse\u003c/code\u003e implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, \u003ccode\u003eIPageResponse\u003c/code\u003e, and \u003ccode\u003eIEnumerable\u003c/code\u003e, allowing for extensive functionality.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties such as \u003ccode\u003eFeatures\u003c/code\u003e, which is a \u003ccode\u003eRepeatedField<Feature>\u003c/code\u003e containing the list of features, and \u003ccode\u003eNextPageToken\u003c/code\u003e, which is a string to retrieve subsequent pages of results.\u003c/p\u003e\n"],["\u003cp\u003eIt has two constructors, a default one and one that accepts another \u003ccode\u003eListFeaturesResponse\u003c/code\u003e object as a parameter for creating a new instance based on an existing one.\u003c/p\u003e\n"]]],[],null,[]]