Google Cloud Memorystore for Memcached API - Class Google::Cloud::Memcache::V1beta2::ListInstancesResponse (v0.2.5)

Reference documentation and code samples for the Google Cloud Memorystore for Memcached API class Google::Cloud::Memcache::V1beta2::ListInstancesResponse.

Response for ListInstances.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — Token to retrieve the next page of results, or empty if there are no more results in the list.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — Token to retrieve the next page of results, or empty if there are no more results in the list.
Returns
  • (::String) — Token to retrieve the next page of results, or empty if there are no more results in the list.

#resources

def resources() -> ::Array<::Google::Cloud::Memcache::V1beta2::Instance>
Returns
  • (::Array<::Google::Cloud::Memcache::V1beta2::Instance>) — A list of Memcached instances in the project in the specified location, or across all locations.

    If the location_id in the parent field of the request is "-", all regions available to the project are queried, and the results aggregated.

#resources=

def resources=(value) -> ::Array<::Google::Cloud::Memcache::V1beta2::Instance>
Parameter
  • value (::Array<::Google::Cloud::Memcache::V1beta2::Instance>) — A list of Memcached instances in the project in the specified location, or across all locations.

    If the location_id in the parent field of the request is "-", all regions available to the project are queried, and the results aggregated.

Returns
  • (::Array<::Google::Cloud::Memcache::V1beta2::Instance>) — A list of Memcached instances in the project in the specified location, or across all locations.

    If the location_id in the parent field of the request is "-", all regions available to the project are queried, and the results aggregated.

#unreachable

def unreachable() -> ::Array<::String>
Returns
  • (::Array<::String>) — Locations that could not be reached.

#unreachable=

def unreachable=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Locations that could not be reached.
Returns
  • (::Array<::String>) — Locations that could not be reached.