updateProjectGrant method

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

Implementation

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