Struct gapi_grpc::google::cloud::notebooks::v1beta1::IsInstanceUpgradeableResponse[][src]

pub struct IsInstanceUpgradeableResponse {
    pub upgradeable: bool,
    pub upgrade_version: String,
    pub upgrade_info: String,
}

Response for checking if a notebook instance is upgradeable.

Fields

upgradeable: bool

If an instance is upgradeable.

upgrade_version: String

The version this instance will be upgraded to if calling the upgrade endpoint. This field will only be populated if field upgradeable is true.

upgrade_info: String

Additional information about upgrade.

Trait Implementations

impl Clone for IsInstanceUpgradeableResponse[src]

impl Debug for IsInstanceUpgradeableResponse[src]

impl Default for IsInstanceUpgradeableResponse[src]

impl Message for IsInstanceUpgradeableResponse[src]

impl PartialEq<IsInstanceUpgradeableResponse> for IsInstanceUpgradeableResponse[src]

impl StructuralPartialEq for IsInstanceUpgradeableResponse[src]

Auto Trait Implementations

impl RefUnwindSafe for IsInstanceUpgradeableResponse

impl Send for IsInstanceUpgradeableResponse

impl Sync for IsInstanceUpgradeableResponse

impl Unpin for IsInstanceUpgradeableResponse

impl UnwindSafe for IsInstanceUpgradeableResponse

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]