Package com.google.cloud
Class GcpLaunchStage
- java.lang.Object
-
- com.google.cloud.GcpLaunchStage
-
public class GcpLaunchStage extends Object
A qualifier indicating what level of access and support can be expected of a particular Google Cloud Platform feature. The "GeneralAvailability" qualifier is not provided since the vast majority of features are in this category. Note that features may be in a later launch stage than the client library annotation indicates.See more at the Launch Stages Documentation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGcpLaunchStage.AlphaAlpha is a limited availability test for releases before they are cleared for widespread use.static interfaceGcpLaunchStage.BetaBeta is the point at which we are ready to open a release for any customer to use.static interfaceGcpLaunchStage.DeprecatedDeprecated features are scheduled to be shut down and removed.static interfaceGcpLaunchStage.EarlyAccessEarly Access features are limited to a closed group of testers.
-