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

pub struct SetInstanceLabelsRequest {
    pub name: String,
    pub labels: HashMap<String, String>,
}

Request for setting instance labels.

Fields

name: String

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

labels: HashMap<String, String>

Labels to apply to this instance. These can be later modified by the setLabels method

Trait Implementations

impl Clone for SetInstanceLabelsRequest[src]

impl Debug for SetInstanceLabelsRequest[src]

impl Default for SetInstanceLabelsRequest[src]

impl Message for SetInstanceLabelsRequest[src]

impl PartialEq<SetInstanceLabelsRequest> for SetInstanceLabelsRequest[src]

impl StructuralPartialEq for SetInstanceLabelsRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for SetInstanceLabelsRequest

impl Send for SetInstanceLabelsRequest

impl Sync for SetInstanceLabelsRequest

impl Unpin for SetInstanceLabelsRequest

impl UnwindSafe for SetInstanceLabelsRequest

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]