public sealed class ListBatchesResponse : IPageResponse<Batch>, IEnumerable<Batch>, IEnumerable, IMessage<ListBatchesResponse>, IEquatable<ListBatchesResponse>, IDeepCloneable<ListBatchesResponse>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dataproc v1 API class ListBatchesResponse.
A list of batch workloads.
Implements
IPageResponseBatch, IEnumerableBatch, IEnumerable, IMessageListBatchesResponse, IEquatableListBatchesResponse, IDeepCloneableListBatchesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
ListBatchesResponse()
public ListBatchesResponse()ListBatchesResponse(ListBatchesResponse)
public ListBatchesResponse(ListBatchesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListBatchesResponse |
Properties
Batches
public RepeatedField<Batch> Batches { get; }The batches from the specified collection.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldBatch |
|
NextPageToken
public string NextPageToken { get; set; }A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<Batch> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorBatch |
|