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