Class: Google::Cloud::Spanner::Admin::Instance::V1::ListInstanceConfigsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/spanner/admin/instance/v1/spanner_instance_admin.rb

Overview

The response for ListInstanceConfigs.

Instance Attribute Summary collapse

Instance Attribute Details

#instance_configs::Array<::Google::Cloud::Spanner::Admin::Instance::V1::InstanceConfig>

Returns The list of requested instance configurations.

Returns:



221
222
223
224
# File 'proto_docs/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 221

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

#next_page_token::String

Returns next_page_token can be sent in a subsequent ListInstanceConfigs call to fetch more of the matching instance configurations.

Returns:

  • (::String)

    next_page_token can be sent in a subsequent ListInstanceConfigs call to fetch more of the matching instance configurations.



221
222
223
224
# File 'proto_docs/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 221

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