Recognized

com.google.cloud.bigquery.reservation.v1.reservation.CapacityCommitment.CommitmentPlan.Recognized
sealed trait Recognized extends CommitmentPlan

Attributes

Source
CapacityCommitment.scala
Graph
Supertypes
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object ANNUAL.type
object ANNUAL_FLAT_RATE.type
object FLEX.type
object FLEX_FLAT_RATE.type
object MONTHLY.type
object MONTHLY_FLAT_RATE.type
object NONE.type
object THREE_YEAR.type
object TRIAL.type
Show all

Members list

Type members

Inherited types

Attributes

Inherited from:
CommitmentPlan
Source
CapacityCommitment.scala

Attributes

Inherited from:
CommitmentPlan
Source
CapacityCommitment.scala

Value members

Inherited methods

final def asRecognized: Option[Recognized]

Attributes

Inherited from:
CommitmentPlan
Source
CapacityCommitment.scala
def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
def companion: GeneratedEnumCompanion[CommitmentPlan]

Attributes

Inherited from:
CommitmentPlan
Source
CapacityCommitment.scala
def index: Int

Attributes

Inherited from:
GeneratedEnum
Source
GeneratedMessageCompanion.scala
def isAnnual: Boolean

Attributes

Inherited from:
CommitmentPlan
Source
CapacityCommitment.scala
def isAnnualFlatRate: Boolean

Attributes

Inherited from:
CommitmentPlan
Source
CapacityCommitment.scala

Attributes

Inherited from:
CommitmentPlan
Source
CapacityCommitment.scala
def isFlex: Boolean

Attributes

Inherited from:
CommitmentPlan
Source
CapacityCommitment.scala
def isFlexFlatRate: Boolean

Attributes

Inherited from:
CommitmentPlan
Source
CapacityCommitment.scala
def isMonthly: Boolean

Attributes

Inherited from:
CommitmentPlan
Source
CapacityCommitment.scala
def isMonthlyFlatRate: Boolean

Attributes

Inherited from:
CommitmentPlan
Source
CapacityCommitment.scala
def isNone: Boolean

Attributes

Inherited from:
CommitmentPlan
Source
CapacityCommitment.scala
def isThreeYear: Boolean

Attributes

Inherited from:
CommitmentPlan
Source
CapacityCommitment.scala
def isTrial: Boolean

Attributes

Inherited from:
CommitmentPlan
Source
CapacityCommitment.scala
def isUnrecognized: Boolean

Attributes

Inherited from:
GeneratedEnum
Source
GeneratedMessageCompanion.scala
def javaValueDescriptor: EnumValueDescriptor

Attributes

Inherited from:
GeneratedEnum
Source
GeneratedMessageCompanion.scala
def name: String

Attributes

Inherited from:
GeneratedEnum
Source
GeneratedMessageCompanion.scala
def productArity: Int

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product
def productElementName(n: Int): String

Attributes

Inherited from:
Product
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def productPrefix: String

Attributes

Inherited from:
Product
def scalaValueDescriptor: EnumValueDescriptor

Attributes

Inherited from:
GeneratedEnum
Source
GeneratedMessageCompanion.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
GeneratedEnum -> Any
Inherited from:
GeneratedEnum
Source
GeneratedMessageCompanion.scala

Inherited fields

val value: Int

Attributes

Inherited from:
CommitmentPlan
Source
CapacityCommitment.scala