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.
Implements
IMessageGetBatchRequest, IEquatableGetBatchRequest, IDeepCloneableGetBatchRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
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; }
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 |