filter method
View all that match the given filter criteria
Implementation
$grpc.ResponseFuture<$0.LabelsList> filter(
$0.LabelsServiceFilterReq request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$filter, request, options: options);
}