public sealed class ListFeaturesResponse : IMessage<ListFeaturesResponse>, IEquatable<ListFeaturesResponse>, IDeepCloneable<ListFeaturesResponse>, IBufferMessage, IMessage, IPageResponse<Feature>, IEnumerable<Feature>, IEnumerableReference 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].
Implements
IMessageListFeaturesResponse, IEquatableListFeaturesResponse, IDeepCloneableListFeaturesResponse, IBufferMessage, IMessage, IPageResponseFeature, IEnumerableFeature, IEnumerableNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ListFeaturesResponse()
public ListFeaturesResponse()ListFeaturesResponse(ListFeaturesResponse)
public ListFeaturesResponse(ListFeaturesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListFeaturesResponse |
Properties
Features
public RepeatedField<Feature> Features { get; }The Features matching the request.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldFeature |
|
NextPageToken
public string NextPageToken { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<Feature> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorFeature |
|