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