Uses of Class
com.google.cloud.dataproc.v1.PrestoJob
-
Packages that use PrestoJob Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc API -
-
Uses of PrestoJob in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 that return PrestoJob Modifier and Type Method Description PrestoJob
PrestoJob.Builder. build()
PrestoJob
PrestoJob.Builder. buildPartial()
static PrestoJob
PrestoJob. getDefaultInstance()
PrestoJob
PrestoJob.Builder. getDefaultInstanceForType()
PrestoJob
PrestoJob. getDefaultInstanceForType()
PrestoJob
Job.Builder. getPrestoJob()
Optional.PrestoJob
Job. getPrestoJob()
Optional.PrestoJob
JobOrBuilder. getPrestoJob()
Optional.PrestoJob
OrderedJob.Builder. getPrestoJob()
Optional.PrestoJob
OrderedJob. getPrestoJob()
Optional.PrestoJob
OrderedJobOrBuilder. getPrestoJob()
Optional.static PrestoJob
PrestoJob. parseDelimitedFrom(InputStream input)
static PrestoJob
PrestoJob. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PrestoJob
PrestoJob. parseFrom(byte[] data)
static PrestoJob
PrestoJob. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PrestoJob
PrestoJob. parseFrom(com.google.protobuf.ByteString data)
static PrestoJob
PrestoJob. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PrestoJob
PrestoJob. parseFrom(com.google.protobuf.CodedInputStream input)
static PrestoJob
PrestoJob. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PrestoJob
PrestoJob. parseFrom(InputStream input)
static PrestoJob
PrestoJob. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PrestoJob
PrestoJob. parseFrom(ByteBuffer data)
static PrestoJob
PrestoJob. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dataproc.v1 that return types with arguments of type PrestoJob Modifier and Type Method Description com.google.protobuf.Parser<PrestoJob>
PrestoJob. getParserForType()
static com.google.protobuf.Parser<PrestoJob>
PrestoJob. parser()
Methods in com.google.cloud.dataproc.v1 with parameters of type PrestoJob Modifier and Type Method Description PrestoJob.Builder
PrestoJob.Builder. mergeFrom(PrestoJob other)
Job.Builder
Job.Builder. mergePrestoJob(PrestoJob value)
Optional.OrderedJob.Builder
OrderedJob.Builder. mergePrestoJob(PrestoJob value)
Optional.static PrestoJob.Builder
PrestoJob. newBuilder(PrestoJob prototype)
Job.Builder
Job.Builder. setPrestoJob(PrestoJob value)
Optional.OrderedJob.Builder
OrderedJob.Builder. setPrestoJob(PrestoJob value)
Optional.
-