Struct google_bigtableadmin2::api::ListAppProfilesResponse [−][src]
pub struct ListAppProfilesResponse {
pub app_profiles: Option<Vec<AppProfile>>,
pub failed_locations: Option<Vec<String>>,
pub next_page_token: Option<String>,
}Expand description
Response message for BigtableInstanceAdmin.ListAppProfiles.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- instances app profiles list projects (response)
Fields
app_profiles: Option<Vec<AppProfile>>The list of requested app profiles.
failed_locations: Option<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//locations/
next_page_token: Option<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.
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
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
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more