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]
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

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

Attributes

Source:
Assignment.scala
Graph
Supertypes
class ObjectLens[UpperPB, Assignment]
trait Lens[UpperPB, Assignment]
class Object
trait Matchable
class Any
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
Graph
Supertypes
trait GeneratedEnum
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
object ML_EXTERNAL.type
object PIPELINE.type
object QUERY.type
object JobType extends GeneratedEnumCompanion[JobType]

Attributes

Companion:
class
Source:
Assignment.scala
Graph
Supertypes
trait Sum
trait Mirror
trait GeneratedEnumCompanion[JobType]
class Object
trait Matchable
class Any
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. It will become ACTIVE when some capacity commitment becomes active.

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
Graph
Supertypes
trait GeneratedEnum
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
object ACTIVE.type
object PENDING.type
object STATE_UNSPECIFIED.type
object State extends GeneratedEnumCompanion[State]

Attributes

Companion:
class
Source:
Assignment.scala
Graph
Supertypes
trait Sum
trait Mirror
trait GeneratedEnumCompanion[State]
class Object
trait Matchable
class Any
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

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

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

Attributes

Inherited from:
GeneratedMessageCompanion
Source:
GeneratedMessageCompanion.scala

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

Attributes

Source:
Assignment.scala

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