Reference documentation and code samples for the Cloud Spanner Instance Admin V1 API class Google::Cloud::Spanner::Admin::Instance::V1::ListInstanceConfigsResponse.
The response for ListInstanceConfigs.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#instance_configs
def instance_configs() -> ::Array<::Google::Cloud::Spanner::Admin::Instance::V1::InstanceConfig>
Returns
- (::Array<::Google::Cloud::Spanner::Admin::Instance::V1::InstanceConfig>) — The list of requested instance configurations.
#instance_configs=
def instance_configs=(value) -> ::Array<::Google::Cloud::Spanner::Admin::Instance::V1::InstanceConfig>
Parameter
- value (::Array<::Google::Cloud::Spanner::Admin::Instance::V1::InstanceConfig>) — The list of requested instance configurations.
Returns
- (::Array<::Google::Cloud::Spanner::Admin::Instance::V1::InstanceConfig>) — The list of requested instance configurations.
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) —
next_page_token
can be sent in a subsequent ListInstanceConfigs call to fetch more of the matching instance configurations.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) —
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.