listInstances method
Lists the instances in the specified instance group.
The orderBy query parameter is not supported.
The filter query parameter is supported, but only for
expressions that use eq (equal) or ne (not equal) operators.
Throws a http.ClientException if there were problems communicating with
the API service. Throws a ServiceException if the API method failed for
any reason.
Implementation
@override
Future<InstanceGroupsListInstances> listInstances(
ListInstancesInstanceGroupsRequest request,
) async {
if (isClosed) throw StateError('Service is closed');
if (_listInstances case final listInstances?) {
return listInstances(request);
}
throw UnsupportedError('listInstances');
}