Package com.google.api
Enum Class LaunchStage
- All Implemented Interfaces:
- com.google.protobuf.Internal.EnumLite,- Serializable,- Comparable<LaunchStage>,- Constable
The launch stage as defined by [Google Cloud Platform Launch Stages](https://cloud.google.com/terms/launch-stages).Protobuf enum
google.api.LaunchStage- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionAlpha is a limited availability test for releases before they are cleared for widespread use.Beta is the point at which we are ready to open a release for any customer to use.Deprecated features are scheduled to be shut down and removed.Early Access features are limited to a closed group of testers.GA features are open to all developers and are considered stable and fully qualified for production use.Do not use this default value.Prelaunch features are hidden from users and are only visible internally.The feature is not yet implemented.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intAlpha is a limited availability test for releases before they are cleared for widespread use.static final intBeta is the point at which we are ready to open a release for any customer to use.static final intDeprecated features are scheduled to be shut down and removed.static final intEarly Access features are limited to a closed group of testers.static final intGA features are open to all developers and are considered stable and fully qualified for production use.static final intDo not use this default value.static final intPrelaunch features are hidden from users and are only visible internally.static final intThe feature is not yet implemented.
- 
Method SummaryModifier and TypeMethodDescriptionstatic LaunchStageforNumber(int value) final intstatic com.google.protobuf.Internal.EnumLiteMap<LaunchStage>static com.google.protobuf.Internal.EnumVerifierstatic LaunchStagevalueOf(int value) Deprecated.static LaunchStageReturns the enum constant of this class with the specified name.static LaunchStage[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
LAUNCH_STAGE_UNSPECIFIEDDo not use this default value. LAUNCH_STAGE_UNSPECIFIED = 0;
- 
UNIMPLEMENTEDThe feature is not yet implemented. Users can not use it. UNIMPLEMENTED = 6;
- 
PRELAUNCHPrelaunch features are hidden from users and are only visible internally. PRELAUNCH = 7;
- 
EARLY_ACCESSEarly 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. EARLY_ACCESS = 1;
- 
ALPHAAlpha 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. ALPHA = 2;
- 
BETABeta 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. BETA = 3;
- 
GAGA features are open to all developers and are considered stable and fully qualified for production use. GA = 4;
- 
DEPRECATEDDeprecated 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. DEPRECATED = 5;
- 
UNRECOGNIZED
 
- 
- 
Field Details- 
LAUNCH_STAGE_UNSPECIFIED_VALUEpublic static final int LAUNCH_STAGE_UNSPECIFIED_VALUEDo not use this default value. LAUNCH_STAGE_UNSPECIFIED = 0;- See Also:
 
- 
UNIMPLEMENTED_VALUEpublic static final int UNIMPLEMENTED_VALUEThe feature is not yet implemented. Users can not use it. UNIMPLEMENTED = 6;- See Also:
 
- 
PRELAUNCH_VALUEpublic static final int PRELAUNCH_VALUEPrelaunch features are hidden from users and are only visible internally. PRELAUNCH = 7;- See Also:
 
- 
EARLY_ACCESS_VALUEpublic static final int EARLY_ACCESS_VALUEEarly 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. EARLY_ACCESS = 1;- See Also:
 
- 
ALPHA_VALUEpublic static final int ALPHA_VALUEAlpha 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. ALPHA = 2;- See Also:
 
- 
BETA_VALUEpublic static final int BETA_VALUEBeta 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. BETA = 3;- See Also:
 
- 
GA_VALUEpublic static final int GA_VALUEGA features are open to all developers and are considered stable and fully qualified for production use. GA = 4;- See Also:
 
- 
DEPRECATED_VALUEpublic static final int DEPRECATED_VALUEDeprecated 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. DEPRECATED = 5;- See Also:
 
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
 
- 
valueOfReturns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum class has no constant with the specified name
- NullPointerException- if the argument is null
 
- 
getNumberpublic final int getNumber()- Specified by:
- getNumberin interface- com.google.protobuf.Internal.EnumLite
 
- 
valueOfDeprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
- value- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum class has no constant with the specified name
- NullPointerException- if the argument is null
 
- 
forNumber
- 
internalGetValueMap
- 
internalGetVerifierpublic static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()
 
-