Struct gapi_grpc::google::bigtable::admin::v2::ListSnapshotsRequest[][src]

pub struct ListSnapshotsRequest {
    pub parent: String,
    pub page_size: i32,
    pub page_token: String,
}

Request 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

parent: String

Required. The unique name of the cluster for which snapshots should be listed. Values are of the form projects/{project}/instances/{instance}/clusters/{cluster}. Use {cluster} = '-' to list snapshots for all clusters in an instance, e.g., projects/{project}/instances/{instance}/clusters/-.

page_size: i32

The maximum number of snapshots to return per page. CURRENTLY UNIMPLEMENTED AND IGNORED.

page_token: String

The value of next_page_token returned by a previous call.

Trait Implementations

impl Clone for ListSnapshotsRequest[src]

impl Debug for ListSnapshotsRequest[src]

impl Default for ListSnapshotsRequest[src]

impl Message for ListSnapshotsRequest[src]

impl PartialEq<ListSnapshotsRequest> for ListSnapshotsRequest[src]

impl StructuralPartialEq for ListSnapshotsRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for ListSnapshotsRequest

impl Send for ListSnapshotsRequest

impl Sync for ListSnapshotsRequest

impl Unpin for ListSnapshotsRequest

impl UnwindSafe for ListSnapshotsRequest

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]