Class ListBatchesRequest (4.0.0)

public sealed class ListBatchesRequest : IPageRequest, IMessage<ListBatchesRequest>, IEquatable<ListBatchesRequest>, IDeepCloneable<ListBatchesRequest>, IBufferMessage, IMessage

A request to list batch workloads in a project.

Inheritance

Object > ListBatchesRequest

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

ListBatchesRequest()

public ListBatchesRequest()

ListBatchesRequest(ListBatchesRequest)

public ListBatchesRequest(ListBatchesRequest other)
Parameter
NameDescription
otherListBatchesRequest

Properties

PageSize

public int PageSize { get; set; }

Optional. The maximum number of batches to return in each response. The service may return fewer than this value. The default page size is 20; the maximum page size is 1000.

Property Value
TypeDescription
Int32

PageToken

public string PageToken { get; set; }

Optional. A page token received from a previous ListBatches call. Provide this token to retrieve the subsequent page.

Property Value
TypeDescription
String

Parent

public string Parent { get; set; }

Required. The parent, which owns this collection of batches.

Property Value
TypeDescription
String

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName