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
Self type
JobType.type

Members list

Concise view

Type members

Classlikes

case object BACKGROUND extends JobType with 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
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
class JobType
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
case object JOB_TYPE_UNSPECIFIED extends JobType with Recognized

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

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

Attributes

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

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

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
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
class JobType
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
case object PIPELINE extends JobType with 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
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
class JobType
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
case object QUERY extends JobType with Recognized

Query jobs from the project will use the reservation.

Query jobs from the project will use the reservation.

Attributes

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

Attributes

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

Attributes

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

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

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. 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.

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[JobType]

Attributes

Source:
Assignment.scala

Implicits

Implicits

implicit def enumCompanion: GeneratedEnumCompanion[JobType]

Attributes

Source:
Assignment.scala