Class GetBatchRequest (4.0.0)

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

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

Properties

BatchName

public BatchName BatchName { get; set; }

BatchName-typed view over the Name resource name property.

Property Value
TypeDescription
BatchName

Name

public string Name { get; set; }

Required. The name of the batch to retrieve.

Property Value
TypeDescription
String