Struct gapi_grpc::google::container::v1::ReleaseChannel[][src]

pub struct ReleaseChannel {
    pub channel: i32,
}

ReleaseChannel indicates which release channel a cluster is subscribed to. Release channels are arranged in order of risk.

When a cluster is subscribed to a release channel, Google maintains both the master version and the node version. Node auto-upgrade defaults to true and cannot be disabled.

Fields

channel: i32

channel specifies which release channel the cluster is subscribed to.

Implementations

impl ReleaseChannel[src]

pub fn channel(&self) -> Channel[src]

Returns the enum value of channel, or the default if the field is set to an invalid enum value.

pub fn set_channel(&mut self, value: Channel)[src]

Sets channel to the provided enum value.

Trait Implementations

impl Clone for ReleaseChannel[src]

impl Debug for ReleaseChannel[src]

impl Default for ReleaseChannel[src]

impl Message for ReleaseChannel[src]

impl PartialEq<ReleaseChannel> for ReleaseChannel[src]

impl StructuralPartialEq for ReleaseChannel[src]

Auto Trait Implementations

impl RefUnwindSafe for ReleaseChannel

impl Send for ReleaseChannel

impl Sync for ReleaseChannel

impl Unpin for ReleaseChannel

impl UnwindSafe for ReleaseChannel

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]