Reference documentation and code samples for the Cloud Run V2 API class Google::Cloud::Run::V2::ListInstancesResponse.
Response message containing a list of Instances.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#instances
def instances() -> ::Array<::Google::Cloud::Run::V2::Instance>
Returns
- (::Array<::Google::Cloud::Run::V2::Instance>) — The resulting list of Instances.
#instances=
def instances=(value) -> ::Array<::Google::Cloud::Run::V2::Instance>
Parameter
- value (::Array<::Google::Cloud::Run::V2::Instance>) — The resulting list of Instances.
Returns
- (::Array<::Google::Cloud::Run::V2::Instance>) — The resulting list of Instances.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A token indicating there are more items than page_size. Use it in the next ListInstances request to continue.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — A token indicating there are more items than page_size. Use it in the next ListInstances request to continue.
Returns
- (::String) — A token indicating there are more items than page_size. Use it in the next ListInstances request to continue.