[][src]Struct gcp_client::google::bigtable::admin::v2::ListSnapshotsResponse

pub struct ListSnapshotsResponse {
    pub snapshots: Vec<Snapshot>,
    pub next_page_token: String,
}

Response message for [google.bigtable.admin.v2.BigtableTableAdmin.ListSnapshots][google.bigtable.admin.v2.BigtableTableAdmin.ListSnapshots]

Note: This is a private alpha release of Cloud Bigtable snapshots. This feature is not currently available to most Cloud Bigtable customers. This feature might be changed in backward-incompatible ways and is not recommended for production use. It is not subject to any SLA or deprecation policy.

Fields

snapshots: Vec<Snapshot>

The snapshots present in the requested cluster.

next_page_token: String

Set if not all snapshots could be returned in a single response. Pass this value to page_token in another request to get the next page of results.

Trait Implementations

impl Clone for ListSnapshotsResponse[src]

impl Debug for ListSnapshotsResponse[src]

impl Default for ListSnapshotsResponse[src]

impl Message for ListSnapshotsResponse[src]

impl PartialEq<ListSnapshotsResponse> for ListSnapshotsResponse[src]

impl StructuralPartialEq for ListSnapshotsResponse[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]