addProjectGrant method

ResponseFuture<AddProjectGrantResponse> addProjectGrant(
  1. AddProjectGrantRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.AddProjectGrantResponse> addProjectGrant(
    $1.AddProjectGrantRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$addProjectGrant, request, options: options);
}