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
IPageResponse<Batch>, IEnumerable<Batch>, IEnumerable, IMessage<ListBatchesResponse>, IEquatable<ListBatchesResponse>, IDeepCloneable<ListBatchesResponse>, 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 |
RepeatedField<Batch> |
|
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 |
IEnumerator<Batch> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|