[][src]Struct gcp_client::google::spanner::admin::instance::v1::GetInstanceRequest

pub struct GetInstanceRequest {
    pub name: String,
    pub field_mask: Option<FieldMask>,
}

The request for [GetInstance][google.spanner.admin.instance.v1.InstanceAdmin.GetInstance].

Fields

name: String

Required. The name of the requested instance. Values are of the form projects/<project>/instances/<instance>.

field_mask: Option<FieldMask>

If field_mask is present, specifies the subset of [Instance][google.spanner.admin.instance.v1.Instance] fields that should be returned. If absent, all [Instance][google.spanner.admin.instance.v1.Instance] fields are returned.

Trait Implementations

impl Clone for GetInstanceRequest[src]

impl Debug for GetInstanceRequest[src]

impl Default for GetInstanceRequest[src]

impl Message for GetInstanceRequest[src]

impl PartialEq<GetInstanceRequest> for GetInstanceRequest[src]

impl StructuralPartialEq for GetInstanceRequest[src]

Auto Trait Implementations

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, 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>, 

impl<T> WithSubscriber for T[src]