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