Google Cloud Dataproc v1 API - Class ListClustersResponse (5.2.0)

public sealed class ListClustersResponse : IPageResponse<Cluster>, IEnumerable<Cluster>, IEnumerable, IMessage<ListClustersResponse>, IEquatable<ListClustersResponse>, IDeepCloneable<ListClustersResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dataproc v1 API class ListClustersResponse.

The list of all clusters in a project.

Inheritance

Object > ListClustersResponse

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

ListClustersResponse()

public ListClustersResponse()

ListClustersResponse(ListClustersResponse)

public ListClustersResponse(ListClustersResponse other)
Parameter
NameDescription
otherListClustersResponse

Properties

Clusters

public RepeatedField<Cluster> Clusters { get; }

Output only. The clusters in the project.

Property Value
TypeDescription
RepeatedField<Cluster>

NextPageToken

public string NextPageToken { get; set; }

Output only. This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent ListClustersRequest.

Property Value
TypeDescription
String

Methods

GetEnumerator()

public IEnumerator<Cluster> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<Cluster>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator