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

pub struct DeleteInstanceRequest {
    pub name: String,
}

Request for deleting a notebook instance.

Fields

name: String

Required. Format: projects/{project_id}/locations/{location}/instances/{instance_id}

Trait Implementations

impl Clone for DeleteInstanceRequest[src]

impl Debug for DeleteInstanceRequest[src]

impl Default for DeleteInstanceRequest[src]

impl Message for DeleteInstanceRequest[src]

impl PartialEq<DeleteInstanceRequest> for DeleteInstanceRequest[src]

impl StructuralPartialEq for DeleteInstanceRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for DeleteInstanceRequest

impl Send for DeleteInstanceRequest

impl Sync for DeleteInstanceRequest

impl Unpin for DeleteInstanceRequest

impl UnwindSafe for DeleteInstanceRequest

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]