Class ListFeaturesResponse (2.0.0)

public sealed class ListFeaturesResponse : IPageResponse<Feature>, IEnumerable<Feature>, IEnumerable, IMessage<ListFeaturesResponse>, IEquatable<ListFeaturesResponse>, IDeepCloneable<ListFeaturesResponse>, IBufferMessage, IMessage

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
System.String

Resources

public RepeatedField<Feature> Resources { get; }

The list of matching Features

Property Value
TypeDescription
RepeatedField<Feature>

Methods

GetEnumerator()

public IEnumerator<Feature> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<Feature>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator