updateProjectGrantMember method

ResponseFuture<UpdateProjectGrantMemberResponse> updateProjectGrantMember(
  1. UpdateProjectGrantMemberRequest request, {
  2. CallOptions? options,
})

Implementation

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