public sealed class ListFeatureViewsResponse : IMessage<ListFeatureViewsResponse>, IEquatable<ListFeatureViewsResponse>, IDeepCloneable<ListFeatureViewsResponse>, IBufferMessage, IMessage, IPageResponse<FeatureView>, IEnumerable<FeatureView>, IEnumerable
Reference documentation and code samples for the Vertex AI v1beta1 API class ListFeatureViewsResponse.
Response message for
[FeatureOnlineStoreAdminService.ListFeatureViews][google.cloud.aiplatform.v1beta1.FeatureOnlineStoreAdminService.ListFeatureViews].
A token, which can be sent as
[ListFeatureViewsRequest.page_token][google.cloud.aiplatform.v1beta1.ListFeatureViewsRequest.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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["\u003cp\u003eThis documentation is for the \u003ccode\u003eListFeatureViewsResponse\u003c/code\u003e class within the Vertex AI v1beta1 API, specifically for the .NET library.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListFeatureViewsResponse\u003c/code\u003e class is used as the response message for the \u003ccode\u003eFeatureOnlineStoreAdminService.ListFeatureViews\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from the \u003ccode\u003eobject\u003c/code\u003e class and implements multiple interfaces such as \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.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eListFeatureViewsResponse\u003c/code\u003e include \u003ccode\u003eFeatureViews\u003c/code\u003e, which holds a list of FeatureView resources, and \u003ccode\u003eNextPageToken\u003c/code\u003e, which facilitates pagination for retrieving subsequent pages of data.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation is available for different versions of the class, such as the latest version 1.0.0-beta21, and also includes an older version 1.0.0-beta20.\u003c/p\u003e\n"]]],[],null,["# Vertex AI v1beta1 API - Class ListFeatureViewsResponse (1.0.0-beta47)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta47 (latest)](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.ListFeatureViewsResponse)\n- [1.0.0-beta46](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/1.0.0-beta46/Google.Cloud.AIPlatform.V1Beta1.ListFeatureViewsResponse) \n\n public sealed class ListFeatureViewsResponse : IMessage\u003cListFeatureViewsResponse\u003e, IEquatable\u003cListFeatureViewsResponse\u003e, IDeepCloneable\u003cListFeatureViewsResponse\u003e, IBufferMessage, IMessage, IPageResponse\u003cFeatureView\u003e, IEnumerable\u003cFeatureView\u003e, IEnumerable\n\nReference documentation and code samples for the Vertex AI v1beta1 API class ListFeatureViewsResponse.\n\nResponse message for\n\\[FeatureOnlineStoreAdminService.ListFeatureViews\\]\\[google.cloud.aiplatform.v1beta1.FeatureOnlineStoreAdminService.ListFeatureViews\\]. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListFeatureViewsResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListFeatureViewsResponse](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.ListFeatureViewsResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListFeatureViewsResponse](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.ListFeatureViewsResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListFeatureViewsResponse](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.ListFeatureViewsResponse), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html), [IPageResponse](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.IPageResponse-1.html)[FeatureView](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.FeatureView), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)[FeatureView](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.FeatureView), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.ienumerable) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.AIPlatform.V1Beta1](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.AIPlatform.V1Beta1.dll\n\nConstructors\n------------\n\n### ListFeatureViewsResponse()\n\n public ListFeatureViewsResponse()\n\n### ListFeatureViewsResponse(ListFeatureViewsResponse)\n\n public ListFeatureViewsResponse(ListFeatureViewsResponse other)\n\nProperties\n----------\n\n### FeatureViews\n\n public RepeatedField\u003cFeatureView\u003e FeatureViews { get; }\n\nThe FeatureViews matching the request.\n\n### NextPageToken\n\n public string NextPageToken { get; set; }\n\nA token, which can be sent as\n\\[ListFeatureViewsRequest.page_token\\]\\[google.cloud.aiplatform.v1beta1.ListFeatureViewsRequest.page_token\\]\nto retrieve the next page. If this field is omitted, there are no\nsubsequent pages.\n\nMethods\n-------\n\n### GetEnumerator()\n\n public IEnumerator\u003cFeatureView\u003e GetEnumerator()\n\nReturns an enumerator that iterates through the resources in this response."]]