Google Cloud Dataproc v1 API - Class DeleteBatchRequest (5.11.0)

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

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

A request to delete a batch workload.

Inheritance

object > DeleteBatchRequest

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

DeleteBatchRequest()

public DeleteBatchRequest()

DeleteBatchRequest(DeleteBatchRequest)

public DeleteBatchRequest(DeleteBatchRequest other)
Parameter
Name Description
other DeleteBatchRequest

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