Enum google_api_proto::google::api::LaunchStage
source · #[repr(i32)]pub enum LaunchStage {
Unspecified = 0,
Unimplemented = 6,
Prelaunch = 7,
EarlyAccess = 1,
Alpha = 2,
Beta = 3,
Ga = 4,
Deprecated = 5,
}
Expand description
The launch stage as defined by Google Cloud Platform Launch Stages.
Variants§
Unspecified = 0
Do not use this default value.
Unimplemented = 6
The feature is not yet implemented. Users can not use it.
Prelaunch = 7
Prelaunch features are hidden from users and are only visible internally.
EarlyAccess = 1
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.
Alpha = 2
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.
Beta = 3
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.
Ga = 4
GA features are open to all developers and are considered stable and fully qualified for production use.
Deprecated = 5
Deprecated features are scheduled to be shut down and removed. For more information, see the “Deprecation Policy” section of our Terms of Service and the Google Cloud Platform Subject to the Deprecation Policy documentation.
Implementations§
source§impl LaunchStage
impl LaunchStage
source§impl LaunchStage
impl LaunchStage
sourcepub fn as_str_name(&self) -> &'static str
pub fn as_str_name(&self) -> &'static str
String value of the enum field names used in the ProtoBuf definition.
The values are not transformed in any way and thus are considered stable (if the ProtoBuf definition does not change) and safe for programmatic use.
sourcepub fn from_str_name(value: &str) -> Option<Self>
pub fn from_str_name(value: &str) -> Option<Self>
Creates an enum from field names used in the ProtoBuf definition.
Trait Implementations§
source§impl Clone for LaunchStage
impl Clone for LaunchStage
source§fn clone(&self) -> LaunchStage
fn clone(&self) -> LaunchStage
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for LaunchStage
impl Debug for LaunchStage
source§impl Default for LaunchStage
impl Default for LaunchStage
source§fn default() -> LaunchStage
fn default() -> LaunchStage
source§impl From<LaunchStage> for i32
impl From<LaunchStage> for i32
source§fn from(value: LaunchStage) -> i32
fn from(value: LaunchStage) -> i32
source§impl Hash for LaunchStage
impl Hash for LaunchStage
source§impl Ord for LaunchStage
impl Ord for LaunchStage
source§fn cmp(&self, other: &LaunchStage) -> Ordering
fn cmp(&self, other: &LaunchStage) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
source§impl PartialEq for LaunchStage
impl PartialEq for LaunchStage
source§fn eq(&self, other: &LaunchStage) -> bool
fn eq(&self, other: &LaunchStage) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for LaunchStage
impl PartialOrd for LaunchStage
source§fn partial_cmp(&self, other: &LaunchStage) -> Option<Ordering>
fn partial_cmp(&self, other: &LaunchStage) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
self
and other
) and is used by the <=
operator. Read moresource§impl TryFrom<i32> for LaunchStage
impl TryFrom<i32> for LaunchStage
§type Error = UnknownEnumValue
type Error = UnknownEnumValue
source§fn try_from(value: i32) -> Result<LaunchStage, UnknownEnumValue>
fn try_from(value: i32) -> Result<LaunchStage, UnknownEnumValue>
impl Copy for LaunchStage
impl Eq for LaunchStage
impl StructuralPartialEq for LaunchStage
Auto Trait Implementations§
impl Freeze for LaunchStage
impl RefUnwindSafe for LaunchStage
impl Send for LaunchStage
impl Sync for LaunchStage
impl Unpin for LaunchStage
impl UnwindSafe for LaunchStage
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request