Assignment

com.google.cloud.bigquery.reservation.v1.reservation.Assignment
See theAssignment companion class
object Assignment extends GeneratedMessageCompanion[Assignment]

Attributes

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

Members list

Type members

Classlikes

implicit class AssignmentLens[UpperPB](_l: Lens[UpperPB, Assignment]) extends ObjectLens[UpperPB, Assignment]

Attributes

Source
Assignment.scala
Supertypes
class ObjectLens[UpperPB, Assignment]
trait Lens[UpperPB, Assignment]
trait Serializable
class Object
trait Matchable
class Any
Show all
sealed abstract class JobType(val value: Int) extends GeneratedEnum

Types of job, which could be specified when using the reservation.

Types of job, which could be specified when using the reservation.

Attributes

Companion
object
Source
Assignment.scala
Supertypes
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
trait Recognized
class Unrecognized
Show all
object JobType extends GeneratedEnumCompanion[JobType]

Attributes

Companion
class
Source
Assignment.scala
Supertypes
trait Sum
trait Mirror
trait GeneratedEnumCompanion[JobType]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
JobType.type
sealed abstract class State(val value: Int) extends GeneratedEnum

Assignment will remain in PENDING state if no active capacity commitment is present.

Assignment will remain in PENDING state if no active capacity commitment is present. It will become ACTIVE when some capacity commitment becomes active.

Attributes

Companion
object
Source
Assignment.scala
Supertypes
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object ACTIVE.type
object PENDING.type
trait Recognized
object STATE_UNSPECIFIED.type
class Unrecognized
object State extends GeneratedEnumCompanion[State]

Attributes

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

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:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala

Value members

Concrete methods

def enumCompanionForFieldNumber(`__fieldNumber`: Int): GeneratedEnumCompanion[_]

Attributes

Source
Assignment.scala
def javaDescriptor: Descriptor

Returns the Java descriptors for this message.

Returns the Java descriptors for this message. 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 messageCompanionForFieldNumber(`__number`: Int): GeneratedMessageCompanion[_]

Attributes

Source
Assignment.scala
def of(name: String, assignee: String, jobType: JobType, state: State): Assignment

Attributes

Source
Assignment.scala
def parseFrom(`_input__`: CodedInputStream): Assignment

Parses a message from a CodedInputStream.

Parses a message from a CodedInputStream.

Attributes

Source
Assignment.scala
def scalaDescriptor: Descriptor

Attributes

Source
Assignment.scala

Inherited methods

def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def fromAscii(s: String): A

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def merge(a: Assignment, input: CodedInputStream): A

Merges the given message with the additional fields in the steam.

Merges the given message with the additional fields in the steam.

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def parseDelimitedFrom(input: InputStream): Option[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def parseDelimitedFrom(input: CodedInputStream): Option[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def parseFrom(s: Array[Byte]): A

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def parseFrom(input: InputStream): A

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def streamFromDelimitedInput(input: InputStream): Stream[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def toByteArray(a: Assignment): Array[Byte]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def validate(s: Array[Byte]): Try[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def validateAscii(s: String): Either[TextFormatError, A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala

Concrete fields

final val ASSIGNEE_FIELD_NUMBER: 4

Attributes

Source
Assignment.scala
final val JOB_TYPE_FIELD_NUMBER: 3

Attributes

Source
Assignment.scala
final val NAME_FIELD_NUMBER: 1

Attributes

Source
Assignment.scala
final val STATE_FIELD_NUMBER: 6

Attributes

Source
Assignment.scala

Attributes

Source
Assignment.scala
lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]

Attributes

Source
Assignment.scala

Implicits

Implicits

final implicit def AssignmentLens[UpperPB](_l: Lens[UpperPB, Assignment]): AssignmentLens[UpperPB]

Attributes

Source
Assignment.scala
implicit def messageCompanion: GeneratedMessageCompanion[Assignment]

Attributes

Source
Assignment.scala
implicit def messageReads: Reads[Assignment]

Attributes

Source
Assignment.scala