JobType

com.google.cloud.bigquery.reservation.v1.reservation.Assignment.JobType
See theJobType companion class
object JobType extends GeneratedEnumCompanion[JobType]

Attributes

Companion
class
Source
Assignment.scala
Graph
Supertypes
trait Sum
trait Mirror
trait GeneratedEnumCompanion[JobType]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
JobType.type

Members list

Type members

Classlikes

case object BACKGROUND extends JobType, Recognized

Background jobs that BigQuery runs for the customers in the background.

Background jobs that BigQuery runs for the customers in the background.

Attributes

Source
Assignment.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class JobType
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
BACKGROUND.type
case object JOB_TYPE_UNSPECIFIED extends JobType, Recognized

Invalid type.

Invalid type. Requests with this value will be rejected with error code google.rpc.Code.INVALID_ARGUMENT.

Attributes

Source
Assignment.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class JobType
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object ML_EXTERNAL extends JobType, Recognized

BigQuery ML jobs that use services external to BigQuery for model training.

BigQuery ML jobs that use services external to BigQuery for model training. These jobs will not utilize idle slots from other reservations.

Attributes

Source
Assignment.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class JobType
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object PIPELINE extends JobType, Recognized

Pipeline (load/export) jobs from the project will use the reservation.

Pipeline (load/export) jobs from the project will use the reservation.

Attributes

Source
Assignment.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class JobType
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
PIPELINE.type
case object QUERY extends JobType, Recognized

Query jobs from the project will use the reservation.

Query jobs from the project will use the reservation.

Attributes

Source
Assignment.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class JobType
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
QUERY.type
sealed trait Recognized extends JobType

Attributes

Source
Assignment.scala
Supertypes
class JobType
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object BACKGROUND.type
object JOB_TYPE_UNSPECIFIED.type
object ML_EXTERNAL.type
object PIPELINE.type
object QUERY.type
final case class Unrecognized(unrecognizedValue: Int) extends JobType, UnrecognizedEnum

Attributes

Source
Assignment.scala
Supertypes
trait UnrecognizedEnum
class JobType
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type ValueType = A

Attributes

Inherited from:
GeneratedEnumCompanion
Source
GeneratedMessageCompanion.scala

Value members

Concrete methods

def fromValue(`__value`: Int): JobType

Attributes

Source
Assignment.scala
def javaDescriptor: EnumDescriptor

Returns the Java descriptors for this enum.

Returns the Java descriptors for this enum. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not available in Scala.js or scala-native.

Attributes

Source
Assignment.scala
def scalaDescriptor: EnumDescriptor

Attributes

Source
Assignment.scala

Inherited methods

def fromName(name: String): Option[A]

Attributes

Inherited from:
GeneratedEnumCompanion
Source
GeneratedMessageCompanion.scala

Concrete fields

lazy val values: Seq[ValueType]

Attributes

Source
Assignment.scala

Implicits

Implicits

implicit def enumCompanion: GeneratedEnumCompanion[JobType]

Attributes

Source
Assignment.scala