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
IMessage<GetBatchRequest>, IEquatable<GetBatchRequest>, IDeepCloneable<GetBatchRequest>, 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 name of the batch to retrieve.
Property Value | |
---|---|
Type | Description |
String |