LaunchStage

com.google.api.launch_stage.LaunchStage
See theLaunchStage companion class
object LaunchStage extends GeneratedEnumCompanion[LaunchStage]

Attributes

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

Members list

Type members

Classlikes

case object ALPHA extends LaunchStage, Recognized

Alpha is a limited availability test for releases before they are cleared for widespread use.

Alpha is a limited availability test for releases before they are cleared for widespread use. By Alpha, all significant design issues are resolved and we are in the process of verifying functionality. Alpha customers need to apply for access, agree to applicable terms, and have their projects allowlisted. Alpha releases don't have to be feature complete, no SLAs are provided, and there are no technical support obligations, but they will be far enough along that customers can actually use them in test environments or for limited-use tests -- just like they would in normal production cases.

Attributes

Source
LaunchStage.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class LaunchStage
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
ALPHA.type
case object BETA extends LaunchStage, Recognized

Beta is the point at which we are ready to open a release for any customer to use.

Beta is the point at which we are ready to open a release for any customer to use. There are no SLA or technical support obligations in a Beta release. Products will be complete from a feature perspective, but may have some open outstanding issues. Beta releases are suitable for limited production use cases.

Attributes

Source
LaunchStage.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class LaunchStage
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
BETA.type
case object DEPRECATED extends LaunchStage, Recognized

Deprecated features are scheduled to be shut down and removed.

Deprecated features are scheduled to be shut down and removed. For more information, see the "Deprecation Policy" section of our [Terms of Service](https://cloud.google.com/terms/) and the [Google Cloud Platform Subject to the Deprecation Policy](https://cloud.google.com/terms/deprecation) documentation.

Attributes

Source
LaunchStage.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class LaunchStage
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
DEPRECATED.type
case object EARLY_ACCESS extends LaunchStage, Recognized

Early Access features are limited to a closed group of testers.

Early Access features are limited to a closed group of testers. To use these features, you must sign up in advance and sign a Trusted Tester agreement (which includes confidentiality provisions). These features may be unstable, changed in backward-incompatible ways, and are not guaranteed to be released.

Attributes

Source
LaunchStage.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class LaunchStage
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object GA extends LaunchStage, Recognized

GA features are open to all developers and are considered stable and fully qualified for production use.

GA features are open to all developers and are considered stable and fully qualified for production use.

Attributes

Source
LaunchStage.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class LaunchStage
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
GA.type

Do not use this default value.

Do not use this default value.

Attributes

Source
LaunchStage.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class LaunchStage
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object PRELAUNCH extends LaunchStage, Recognized

Prelaunch features are hidden from users and are only visible internally.

Prelaunch features are hidden from users and are only visible internally.

Attributes

Source
LaunchStage.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class LaunchStage
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
PRELAUNCH.type
sealed trait Recognized extends LaunchStage

Attributes

Source
LaunchStage.scala
Supertypes
class LaunchStage
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object ALPHA.type
object BETA.type
object DEPRECATED.type
object EARLY_ACCESS.type
object GA.type
object PRELAUNCH.type
object UNIMPLEMENTED.type
Show all
case object UNIMPLEMENTED extends LaunchStage, Recognized

The feature is not yet implemented.

The feature is not yet implemented. Users can not use it.

Attributes

Source
LaunchStage.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class LaunchStage
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
final case class Unrecognized(unrecognizedValue: Int) extends LaunchStage, UnrecognizedEnum

Attributes

Source
LaunchStage.scala
Supertypes
trait UnrecognizedEnum
class LaunchStage
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

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

Value members

Concrete methods

def fromValue(`__value`: Int): LaunchStage

Attributes

Source
LaunchStage.scala
def javaDescriptor: EnumDescriptor

Returns the Java descriptors for this enum.

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
LaunchStage.scala
def scalaDescriptor: EnumDescriptor

Attributes

Source
LaunchStage.scala

Inherited methods

def fromName(name: String): Option[A]

Attributes

Inherited from:
GeneratedEnumCompanion
Source
GeneratedMessageCompanion.scala

Concrete fields

lazy val values: Seq[ValueType]

Attributes

Source
LaunchStage.scala

Implicits

Implicits

implicit def enumCompanion: GeneratedEnumCompanion[LaunchStage]

Attributes

Source
LaunchStage.scala