Assignment

com.google.cloud.bigquery.reservation.v1.reservation.Assignment
See theAssignment companion object
final case class Assignment(name: String, assignee: String, jobType: JobType, state: State, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[Assignment]

An assignment allows a project to submit jobs of a certain type using slots from the specified reservation.

Attributes

assignee

The resource which will use the reservation. E.g. projects/myproject, folders/123, or organizations/456.

jobType

Which type of jobs will use the reservation.

name

Output only. Name of the resource. E.g.: projects/myproject/locations/US/reservations/team1-prod/assignments/123. The assignment_id must only contain lower case alphanumeric characters or dashes and the max length is 64 characters.

state

Output only. State of the assignment.

Companion:
object
Source:
Assignment.scala
Graph
Supertypes
trait Updatable[Assignment]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Attributes

Source:
Assignment.scala
def getField(`__field`: FieldDescriptor): PValue

Attributes

Source:
Assignment.scala
def getFieldByNumber(`__fieldNumber`: Int): Any

Attributes

Source:
Assignment.scala
override def serializedSize: Int

Attributes

Definition Classes
GeneratedMessage
Source:
Assignment.scala

Returns a human-readable ASCII format representation of this message.

Returns a human-readable ASCII format representation of this message.

The original message can be decoded from this format by using fromAscii on the companion object.

Attributes

Returns:

human-readable representation of this message.

Source:
Assignment.scala

Attributes

Source:
Assignment.scala

Attributes

Source:
Assignment.scala

Attributes

Source:
Assignment.scala

Attributes

Source:
Assignment.scala
def withUnknownFields(`__v`: UnknownFieldSet): Assignment

Attributes

Source:
Assignment.scala
def writeTo(`_output__`: CodedOutputStream): Unit

Serializes the message into the given coded output stream

Serializes the message into the given coded output stream

Attributes

Source:
Assignment.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
final def toByteArray: Array[Byte]

Serializes the message and returns a byte array containing its raw bytes

Serializes the message and returns a byte array containing its raw bytes

Attributes

Inherited from:
GeneratedMessage
Source:
GeneratedMessageCompanion.scala
final def toByteString: ByteString

Serializes the message and returns a ByteString containing its raw bytes

Serializes the message and returns a ByteString containing its raw bytes

Attributes

Inherited from:
GeneratedMessage
Source:
GeneratedMessageCompanion.scala
final def toPMessage: PMessage

Attributes

Inherited from:
GeneratedMessage
Source:
GeneratedMessageCompanion.scala
def update(ms: Lens[Assignment, Assignment] => () => Assignment*): A

Attributes

Inherited from:
Updatable
Source:
Lenses.scala
final def writeDelimitedTo(output: OutputStream): Unit

Attributes

Inherited from:
GeneratedMessage
Source:
GeneratedMessageCompanion.scala
final def writeTo(output: OutputStream): Unit

Serializes the message into the given output stream

Serializes the message into the given output stream

Attributes

Inherited from:
GeneratedMessage
Source:
GeneratedMessageCompanion.scala