google_api_bigtable_admin v0.12.1 GoogleApi.BigtableAdmin.V2.Model.ListAppProfilesResponse View Source

Response message for BigtableInstanceAdmin.ListAppProfiles.

Attributes

  • appProfiles (type: list(GoogleApi.BigtableAdmin.V2.Model.AppProfile.t), default: nil) - The list of requested app profiles.
  • failedLocations (type: list(String.t), default: nil) - 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/
  • nextPageToken (type: String.t, default: nil) - 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.BigtableAdmin.V2.Model.ListAppProfilesResponse{
  appProfiles: [GoogleApi.BigtableAdmin.V2.Model.AppProfile.t()],
  failedLocations: [String.t()],
  nextPageToken: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.