Google Cloud Dataproc v1 API - Class ListBatchesResponse (5.11.0)

public sealed class ListBatchesResponse : IPageResponse<Batch>, IEnumerable<Batch>, IEnumerable, IMessage<ListBatchesResponse>, IEquatable<ListBatchesResponse>, IDeepCloneable<ListBatchesResponse>, IBufferMessage, IMessage

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

A list of batch workloads.

Inheritance

object > ListBatchesResponse

Namespace

Google.Cloud.Dataproc.V1

Assembly

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