public sealed class ListFeaturesResponse : IPageResponse<Feature>, IEnumerable<Feature>, IEnumerable, IMessage<ListFeaturesResponse>, IEquatable<ListFeaturesResponse>, IDeepCloneable<ListFeaturesResponse>, IBufferMessage, IMessageReference documentation and code samples for the GKE Hub v1 API class ListFeaturesResponse.
Response message for the GkeHub.ListFeatures method.
Implements
IPageResponseFeature, IEnumerableFeature, IEnumerable, IMessageListFeaturesResponse, IEquatableListFeaturesResponse, IDeepCloneableListFeaturesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.GkeHub.V1Assembly
Google.Cloud.GkeHub.V1.dll
Constructors
ListFeaturesResponse()
public ListFeaturesResponse()ListFeaturesResponse(ListFeaturesResponse)
public ListFeaturesResponse(ListFeaturesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListFeaturesResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }A token to request the next page of resources from the
ListFeatures method. The value of an empty string means
that there are no more resources to return.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Resources
public RepeatedField<Feature> Resources { get; }The list of matching Features
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldFeature |
|
Methods
GetEnumerator()
public IEnumerator<Feature> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorFeature |
|