Class: Google::Bigtable::Admin::V2::ListAppProfilesResponse
- Inherits:
-
Object
- Object
- Google::Bigtable::Admin::V2::ListAppProfilesResponse
- Defined in:
- lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb
Overview
Response message for BigtableInstanceAdmin.ListAppProfiles.
Instance Attribute Summary collapse
-
#app_profiles ⇒ Array<Google::Bigtable::Admin::V2::AppProfile>
The list of requested app profiles.
-
#failed_locations ⇒ Array<String>
Locations from which AppProfile information could not be retrieved, due to an outage or some other transient condition.
-
#next_page_token ⇒ String
Set if not all app profiles could be returned in a single response.
Instance Attribute Details
#app_profiles ⇒ Array<Google::Bigtable::Admin::V2::AppProfile>
Returns The list of requested app profiles.
267 |
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 267 class ListAppProfilesResponse; end |
#failed_locations ⇒ Array<String>
Returns 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>
.
267 |
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 267 class ListAppProfilesResponse; end |
#next_page_token ⇒ String
Returns 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.
267 |
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 267 class ListAppProfilesResponse; end |