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.
Implements
IPageResponseCluster, IEnumerableCluster, IEnumerable, IMessageListClustersResponse, IEquatableListClustersResponse, IDeepCloneableListClustersResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
ListClustersResponse()
public ListClustersResponse()
ListClustersResponse(ListClustersResponse)
public ListClustersResponse(ListClustersResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListClustersResponse |
Properties
Clusters
public RepeatedField<Cluster> Clusters { get; }
Output only. The clusters in the project.
Property Value | |
---|---|
Type | Description |
RepeatedFieldCluster |
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 | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<Cluster> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorCluster |