viewWithPagination method

ResponseFuture<LabelPaginationResp> viewWithPagination(
  1. LabelsServicePaginationReq request, {
  2. CallOptions? options,
})

View labels with pagination

Implementation

$grpc.ResponseFuture<$0.LabelPaginationResp> viewWithPagination(
  $0.LabelsServicePaginationReq request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$viewWithPagination, request, options: options);
}