updateProjectGrant method

ResponseFuture<UpdateProjectGrantResponse> updateProjectGrant(
  1. UpdateProjectGrantRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.UpdateProjectGrantResponse> updateProjectGrant(
    $1.UpdateProjectGrantRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$updateProjectGrant, request, options: options);
}