Google Cloud Dataproc v1 API - Class GetBatchRequest (5.11.0)

public sealed class GetBatchRequest : IMessage<GetBatchRequest>, IEquatable<GetBatchRequest>, IDeepCloneable<GetBatchRequest>, IBufferMessage, IMessage

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

A request to get the resource representation for a batch workload.

Inheritance

object > GetBatchRequest

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

GetBatchRequest()

public GetBatchRequest()

GetBatchRequest(GetBatchRequest)

public GetBatchRequest(GetBatchRequest other)
Parameter
Name Description
other GetBatchRequest

Properties

BatchName

public BatchName BatchName { get; set; }

BatchName-typed view over the Name resource name property.

Property Value
Type Description
BatchName

Name

public string Name { get; set; }

Required. The fully qualified name of the batch to retrieve in the format "projects/PROJECT_ID/locations/DATAPROC_REGION/batches/BATCH_ID"

Property Value
Type Description
string