Class ListBatchesResponse (4.0.0)

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

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
NameDescription
otherListBatchesResponse

Properties

Batches

public RepeatedField<Batch> Batches { get; }

The batches from the specified collection.

Property Value
TypeDescription
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
TypeDescription
String

Methods

GetEnumerator()

public IEnumerator<Batch> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<Batch>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator