| Package | Description |
|---|---|
| com.google.api.services.dataproc.model |
| Modifier and Type | Method and Description |
|---|---|
TrinoJob |
TrinoJob.clone() |
TrinoJob |
Job.getTrinoJob()
Optional.
|
TrinoJob |
OrderedJob.getTrinoJob()
Optional.
|
TrinoJob |
TrinoJob.set(String fieldName,
Object value) |
TrinoJob |
TrinoJob.setClientTags(List<String> clientTags)
Optional.
|
TrinoJob |
TrinoJob.setContinueOnFailure(Boolean continueOnFailure)
Optional.
|
TrinoJob |
TrinoJob.setLoggingConfig(LoggingConfig loggingConfig)
Optional.
|
TrinoJob |
TrinoJob.setOutputFormat(String outputFormat)
Optional.
|
TrinoJob |
TrinoJob.setProperties(Map<String,String> properties)
Optional.
|
TrinoJob |
TrinoJob.setQueryFileUri(String queryFileUri)
The HCFS URI of the script that contains SQL queries.
|
TrinoJob |
TrinoJob.setQueryList(QueryList queryList)
A list of queries.
|
| Modifier and Type | Method and Description |
|---|---|
Job |
Job.setTrinoJob(TrinoJob trinoJob)
Optional.
|
OrderedJob |
OrderedJob.setTrinoJob(TrinoJob trinoJob)
Optional.
|
Copyright © 2011–2023 Google. All rights reserved.