listPerInstanceConfigs method

Lists all of the per-instance configurations defined for the managed instance group. The orderBy query parameter is not supported.

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<InstanceGroupManagersListPerInstanceConfigsResp>
listPerInstanceConfigs(
  ListPerInstanceConfigsInstanceGroupManagersRequest request,
) async {
  if (isClosed) throw StateError('Service is closed');

  if (_listPerInstanceConfigs case final listPerInstanceConfigs?) {
    return listPerInstanceConfigs(request);
  }
  throw UnsupportedError('listPerInstanceConfigs');
}