Reference documentation and code samples for the Cloud SQL Admin V1 API class Google::Cloud::Sql::V1::InstancesListResponse.
Database instances list response.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#items
def items() -> ::Array<::Google::Cloud::Sql::V1::DatabaseInstance>
Returns
- (::Array<::Google::Cloud::Sql::V1::DatabaseInstance>) — List of database instance resources.
#items=
def items=(value) -> ::Array<::Google::Cloud::Sql::V1::DatabaseInstance>
Parameter
- value (::Array<::Google::Cloud::Sql::V1::DatabaseInstance>) — List of database instance resources.
Returns
- (::Array<::Google::Cloud::Sql::V1::DatabaseInstance>) — List of database instance resources.
#kind
def kind() -> ::String
Returns
-
(::String) — This is always
sql#instancesList.
#kind=
def kind=(value) -> ::String
Parameter
-
value (::String) — This is always
sql#instancesList.
Returns
-
(::String) — This is always
sql#instancesList.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
Returns
- (::String) — The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
#warnings
def warnings() -> ::Array<::Google::Cloud::Sql::V1::ApiWarning>
Returns
- (::Array<::Google::Cloud::Sql::V1::ApiWarning>) — List of warnings that occurred while handling the request.
#warnings=
def warnings=(value) -> ::Array<::Google::Cloud::Sql::V1::ApiWarning>
Parameter
- value (::Array<::Google::Cloud::Sql::V1::ApiWarning>) — List of warnings that occurred while handling the request.
Returns
- (::Array<::Google::Cloud::Sql::V1::ApiWarning>) — List of warnings that occurred while handling the request.