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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb

Overview

Response message for BigtableInstanceAdmin.ListAppProfiles.

Instance Attribute Summary collapse

Instance Attribute Details

#app_profiles::Array<::Google::Cloud::Bigtable::Admin::V2::AppProfile>

Returns The list of requested app profiles.

Returns:



415
416
417
418
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 415

class ListAppProfilesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
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>.

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>



415
416
417
418
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 415

class ListAppProfilesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
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.

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.



415
416
417
418
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 415

class ListAppProfilesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end