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

pub struct ListAppProfilesResponse {
    pub app_profiles: Vec<AppProfile>,
    pub next_page_token: String,
    pub failed_locations: Vec<String>,
}

Response message for BigtableInstanceAdmin.ListAppProfiles.

Fields

app_profiles: Vec<AppProfile>

The list of requested app profiles.

next_page_token: String

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

failed_locations: Vec<String>

Locations from which AppProfile information could not be retrieved, due to an outage or some other transient condition. AppProfiles from these locations may be missing from app_profiles. Values are of the form projects/<project>/locations/<zone_id>

Trait Implementations

impl Clone for ListAppProfilesResponse[src]

impl Debug for ListAppProfilesResponse[src]

impl Default for ListAppProfilesResponse[src]

impl Message for ListAppProfilesResponse[src]

impl PartialEq<ListAppProfilesResponse> for ListAppProfilesResponse[src]

impl StructuralPartialEq for ListAppProfilesResponse[src]

Auto Trait Implementations

impl RefUnwindSafe for ListAppProfilesResponse

impl Send for ListAppProfilesResponse

impl Sync for ListAppProfilesResponse

impl Unpin for ListAppProfilesResponse

impl UnwindSafe for ListAppProfilesResponse

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]