| Package | Description |
|---|---|
| com.google.api.services.dataproc | |
| com.google.api.services.dataproc.model |
| Modifier and Type | Method and Description |
|---|---|
Dataproc.Projects.Locations.Batches.Create |
Dataproc.Projects.Locations.Batches.create(String parent,
Batch content)
Creates a batch workload that executes asynchronously.
|
| Constructor and Description |
|---|
Create(String parent,
Batch content)
Creates a batch workload that executes asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
Batch |
Batch.clone() |
Batch |
Batch.set(String fieldName,
Object value) |
Batch |
Batch.setCreateTime(String createTime)
Output only.
|
Batch |
Batch.setCreator(String creator)
Output only.
|
Batch |
Batch.setEnvironmentConfig(EnvironmentConfig environmentConfig)
Optional.
|
Batch |
Batch.setLabels(Map<String,String> labels)
Optional.
|
Batch |
Batch.setName(String name)
Output only.
|
Batch |
Batch.setOperation(String operation)
Output only.
|
Batch |
Batch.setPysparkBatch(PySparkBatch pysparkBatch)
Optional.
|
Batch |
Batch.setRuntimeConfig(RuntimeConfig runtimeConfig)
Optional.
|
Batch |
Batch.setRuntimeInfo(RuntimeInfo runtimeInfo)
Output only.
|
Batch |
Batch.setSparkBatch(SparkBatch sparkBatch)
Optional.
|
Batch |
Batch.setSparkRBatch(SparkRBatch sparkRBatch)
Optional.
|
Batch |
Batch.setSparkSqlBatch(SparkSqlBatch sparkSqlBatch)
Optional.
|
Batch |
Batch.setState(String state)
Output only.
|
Batch |
Batch.setStateHistory(List<StateHistory> stateHistory)
Output only.
|
Batch |
Batch.setStateMessage(String stateMessage)
Output only.
|
Batch |
Batch.setStateTime(String stateTime)
Output only.
|
Batch |
Batch.setUuid(String uuid)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
List<Batch> |
ListBatchesResponse.getBatches()
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
ListBatchesResponse |
ListBatchesResponse.setBatches(List<Batch> batches)
Output only.
|
Copyright © 2011–2023 Google. All rights reserved.