object LaunchStage extends GeneratedEnumCompanion[LaunchStage] with Serializable

Linear Supertypes
Serializable, Serializable, GeneratedEnumCompanion[LaunchStage], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LaunchStage
  2. Serializable
  3. Serializable
  4. GeneratedEnumCompanion
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Recognized extends LaunchStage
  2. final case class Unrecognized(unrecognizedValue: Int) extends LaunchStage with UnrecognizedEnum with Product with Serializable
    Annotations
    @SerialVersionUID()
  3. type ValueType = LaunchStage
    Definition Classes
    GeneratedEnumCompanion

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. implicit def enumCompanion: GeneratedEnumCompanion[LaunchStage]
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def fromName(name: String): Option[LaunchStage]
    Definition Classes
    GeneratedEnumCompanion
  11. def fromValue(__value: Int): LaunchStage
    Definition Classes
    LaunchStage → GeneratedEnumCompanion
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def javaDescriptor: EnumDescriptor
    Definition Classes
    LaunchStage → GeneratedEnumCompanion
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. def scalaDescriptor: EnumDescriptor
    Definition Classes
    LaunchStage → GeneratedEnumCompanion
  20. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. lazy val values: Seq[Recognized]
    Definition Classes
    LaunchStage → GeneratedEnumCompanion
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  26. object ALPHA extends LaunchStage with Recognized with Product with Serializable

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

    Annotations
    @SerialVersionUID()
  27. object BETA extends LaunchStage with Recognized with Product with Serializable

    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.

    Annotations
    @SerialVersionUID()
  28. object DEPRECATED extends LaunchStage with Recognized with Product with Serializable

    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.

    Annotations
    @SerialVersionUID()
  29. object EARLY_ACCESS extends LaunchStage with Recognized with Product with Serializable

    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.

    Annotations
    @SerialVersionUID()
  30. object GA extends LaunchStage with Recognized with Product with Serializable

    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.

    Annotations
    @SerialVersionUID()
  31. object LAUNCH_STAGE_UNSPECIFIED extends LaunchStage with Recognized with Product with Serializable

    Do not use this default value.

    Do not use this default value.

    Annotations
    @SerialVersionUID()

Inherited from Serializable

Inherited from Serializable

Inherited from GeneratedEnumCompanion[LaunchStage]

Inherited from AnyRef

Inherited from Any

Ungrouped