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