public sealed class ListBatchesRequest : IPageRequest, IMessage<ListBatchesRequest>, IEquatable<ListBatchesRequest>, IDeepCloneable<ListBatchesRequest>, IBufferMessage, IMessageA request to list batch workloads in a project.
Implements
IPageRequest, IMessage<ListBatchesRequest>, IEquatable<ListBatchesRequest>, IDeepCloneable<ListBatchesRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
ListBatchesRequest()
public ListBatchesRequest()ListBatchesRequest(ListBatchesRequest)
public ListBatchesRequest(ListBatchesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListBatchesRequest |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
String |
|
Parent
public string Parent { get; set; }Required. The parent, which owns this collection of batches.
| Property Value | |
|---|---|
| Type | Description |
String |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|