Class: Google::Bigtable::Admin::V2::ListAppProfilesResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#app_profilesArray<Google::Bigtable::Admin::V2::AppProfile>

Returns The list of requested app profiles.

Returns:



260
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 260

class ListAppProfilesResponse; end

#failed_locationsArray<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>.

Returns:

  • (Array<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>



260
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 260

class ListAppProfilesResponse; end

#next_page_tokenString

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.

Returns:

  • (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.



260
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 260

class ListAppProfilesResponse; end