GKE Hub v1 API - Class ListFeaturesResponse (2.3.0)

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.

Inheritance

object > ListFeaturesResponse

Namespace

Google.Cloud.GkeHub.V1

Assembly

Google.Cloud.GkeHub.V1.dll

Constructors

ListFeaturesResponse()

public ListFeaturesResponse()

ListFeaturesResponse(ListFeaturesResponse)

public ListFeaturesResponse(ListFeaturesResponse other)
Parameter
NameDescription
otherListFeaturesResponse

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
TypeDescription
string

Resources

public RepeatedField<Feature> Resources { get; }

The list of matching Features

Property Value
TypeDescription
RepeatedFieldFeature

Methods

GetEnumerator()

public IEnumerator<Feature> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorFeature