public class Dataproc.Projects.Locations.Batches extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dataproc.Projects.Locations.Batches.Create |
class |
Dataproc.Projects.Locations.Batches.Delete |
class |
Dataproc.Projects.Locations.Batches.Get |
class |
Dataproc.Projects.Locations.Batches.List |
| Constructor and Description |
|---|
Batches() |
| Modifier and Type | Method and Description |
|---|---|
Dataproc.Projects.Locations.Batches.Create |
create(String parent,
Batch content)
Creates a batch workload that executes asynchronously.
|
Dataproc.Projects.Locations.Batches.Delete |
delete(String name)
Deletes the batch workload resource.
|
Dataproc.Projects.Locations.Batches.Get |
get(String name)
Gets the batch workload resource representation.
|
Dataproc.Projects.Locations.Batches.List |
list(String parent)
Lists batch workloads.
|
public Dataproc.Projects.Locations.Batches.Create create(String parent, Batch content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The parent resource where this batch will be created.content - the BatchIOExceptionpublic Dataproc.Projects.Locations.Batches.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The fully qualified name of the batch to retrieve in the format
"projects/PROJECT_ID/locations/DATAPROC_REGION/batches/BATCH_ID"IOExceptionpublic Dataproc.Projects.Locations.Batches.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The fully qualified name of the batch to retrieve in the format
"projects/PROJECT_ID/locations/DATAPROC_REGION/batches/BATCH_ID"IOExceptionpublic Dataproc.Projects.Locations.Batches.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The parent, which owns this collection of batches.IOExceptionCopyright © 2011–2023 Google. All rights reserved.