Cloud SQL Admin V1 API - Class Google::Cloud::Sql::V1::InstancesListResponse (v0.1.0)

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

#items=

def items=(value) -> ::Array<::Google::Cloud::Sql::V1::DatabaseInstance>
Parameter
Returns

#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

#warnings=

def warnings=(value) -> ::Array<::Google::Cloud::Sql::V1::ApiWarning>
Parameter
Returns