public sealed class ListFeaturesResponse : IPageResponse<Feature>, IEnumerable<Feature>, IEnumerable, IMessage<ListFeaturesResponse>, IEquatable<ListFeaturesResponse>, IDeepCloneable<ListFeaturesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the GKE Hub v1 API class ListFeaturesResponse.
Response message for the GkeHub.ListFeatures
method.
Implements
IPageResponse<Feature>, IEnumerable<Feature>, IEnumerable, IMessage<ListFeaturesResponse>, IEquatable<ListFeaturesResponse>, IDeepCloneable<ListFeaturesResponse>, 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 |
RepeatedField<Feature> |
Methods
GetEnumerator()
public IEnumerator<Feature> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<Feature> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |