Class: Google::Spanner::Admin::Instance::V1::ListInstanceConfigsResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Spanner::Admin::Instance::V1::ListInstanceConfigsResponse
 
 
- Defined in:
 - lib/google/cloud/spanner/admin/instance/v1/doc/google/spanner/admin/instance/v1/spanner_instance_admin.rb
 
Overview
The response for ListInstanceConfigs.
Instance Attribute Summary collapse
- 
  
    
      #instance_configs  ⇒ Array<Google::Spanner::Admin::Instance::V1::InstanceConfig> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The list of requested instance configurations.
 - 
  
    
      #next_page_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
+next_page_token+ can be sent in a subsequent ListInstanceConfigs call to fetch more of the matching instance configurations.
 
Instance Attribute Details
#instance_configs ⇒ Array<Google::Spanner::Admin::Instance::V1::InstanceConfig>
Returns The list of requested instance configurations.
      125  | 
    
      # File 'lib/google/cloud/spanner/admin/instance/v1/doc/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 125 class ListInstanceConfigsResponse; 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.
      125  | 
    
      # File 'lib/google/cloud/spanner/admin/instance/v1/doc/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 125 class ListInstanceConfigsResponse; end  |